File:Lagrangian points equipotential.gif

Lagrangian_points_equipotential.gif(512 × 384像素,文件大小:2 MB,MIME类型:image/gif、​循环、​72帧、​7.2秒)


摘要

描述
English: Animation showing the relationship between the five Lagrangian points (red) of a planet (blue) orbiting a star (yellow), and the gravitational potential in the plane containing the orbit (grey surface with purple contours of equal potential). The potential was computed in POV-Ray using

for q = 0.1 and z = 0.[1]
来源自己的作品
作者cmglee
其他版本
Lagrangian points equipotential.png
Lagrangian points equipotential.jpg
Roche potential.stl

POV-Ray source code

Lagrangian_points_equipotential.povLagrangian_points_equipotential.ini
#declare rotation = clock;// #declare rotation = -28;#declare bounding_radius = 8;#declare q = 0.1;#declare q_plus_1 = q + 1;#declare q_divide_q_plus_1 = q / q_plus_1;#declare two_divide_q_plus_1 = 2 / q_plus_1;union { isosurface {  function {   y + (pow(x-q_divide_q_plus_1,2) + z*z + two_divide_q_plus_1 * (q / sqrt((x-1)*(x-1)+z*z) + 1 / sqrt(x*x + z*z)))  }   accuracy     0.001  max_gradient 200 // increase to reduce artifact in funnel  contained_by {sphere{0,bounding_radius}} open  pigment {   gradient <0,1,0>   color_map {                                               [0.01 color rgb <0.5,0,0.75>][0.02 color rgb 1]              [0.18 color rgb 1][0.19 color rgb <0.75,0.5,1>][0.21 color rgb <0.75,0.5,1>][0.22 color rgb 1]              [0.38 color rgb 1][0.39 color rgb <0.75,0.5,1>][0.41 color rgb <0.75,0.5,1>][0.42 color rgb 1]              [0.58 color rgb 1][0.59 color rgb <0.75,0.5,1>][0.61 color rgb <0.75,0.5,1>][0.62 color rgb 1]              [0.78 color rgb 1][0.79 color rgb <0.75,0.5,1>][0.81 color rgb <0.75,0.5,1>][0.82 color rgb 1]              [0.98 color rgb 1][0.99 color rgb <0.75,0.5,1>]                                               }   scale 0.5   translate <0,0.03,0>  }  scale     <1,0.5,1>  translate <0,1.42,0> } union {  sphere {0,0.2          pigment {rgbt <1,1,0,0.5>}   interior {ior 1} finish {specular 1 roughness 0.1} }  sphere {<1,0,0>,0.1    pigment {rgbt <0,0.5,1,0.5>} interior {ior 1} finish {specular 1 roughness 0.1} }  sphere {<q/2,0,0>,0.05 pigment {rgb  <0.5,0,0>} }  union {   torus    {1-q/2,0.02 translate <q/2,0,0>}   cylinder {<-0.95,0,0>,<1.35,0,0>,0.02}   cylinder {<q/2,0,0>,<0.5,0,0.866>,0.02}   cylinder {<q/2,0,0>,<0.5,0,-0.866>,0.02}   pigment  {rgb <0,0.75,0>}  }  union {   union { sphere {0,0.05} cylinder {0,<0,-9,0>,0.02} text {ttf "arlrdbd.ttf" "L1" 0.2, -0.1 scale 0.4 translate <-0.15,0.05,-0.1> rotate <55,rotation,0> no_shadow} translate <0.72,0,0> }   union { sphere {0,0.05} cylinder {0,<0,-9,0>,0.02} text {ttf "arlrdbd.ttf" "L2" 0.2, -0.1 scale 0.4 translate <-0.15,0.05,-0.1> rotate <55,rotation,0> no_shadow} translate <1.35,0,0> }   union { sphere {0,0.05} cylinder {0,<0,-9,0>,0.02} text {ttf "arlrdbd.ttf" "L3" 0.2, -0.1 scale 0.4 translate <-0.15,0.05,-0.1> rotate <55,rotation,0> no_shadow} translate <-0.95,0,0> }   union { sphere {0,0.05} cylinder {0,<0,-9,0>,0.02} text {ttf "arlrdbd.ttf" "L4" 0.2, -0.1 scale 0.4 translate <-0.15,0.05,-0.1> rotate <55,rotation,0> no_shadow} translate <0.5,0,0.866> }   union { sphere {0,0.05} cylinder {0,<0,-9,0>,0.02} text {ttf "arlrdbd.ttf" "L5" 0.2, -0.1 scale 0.4 translate <-0.15,0.05,-0.1> rotate <55,rotation,0> no_shadow} translate <0.5,0,-0.866> }   pigment {rgb <1,0,0>}  } } translate <-q/2,-0.14,0> rotate    <0,-rotation,0>}sky_sphere {pigment {rgb 1}}light_source {<0,1,0>    color rgb 0.5 parallel point_at 0}light_source {<0,10,-10> color rgb 1   shadowless}camera {orthographic location <0.05,7.8,-10> look_at <0.05,-0.1,0> angle 13.8}
Antialias=offAntialias_Threshold=0.01Antialias_Depth=2Input_File_Name="Lagrangian_points_equipotential.pov"Initial_Frame=0Final_Frame=71Initial_Clock=0Final_Clock=360Cyclic_Animation=onPause_when_Done=off

许可协议

我,本作品著作权人,特此采用以下许可协议发表本作品:
w:zh:知识共享
署名 相同方式共享
您可以自由地:
  • 共享 – 复制、发行并传播本作品
  • 修改 – 改编作品
惟须遵守下列条件:
  • 署名 – 您必须对作品进行署名,提供授权条款的链接,并说明是否对原始内容进行了更改。您可以用任何合理的方式来署名,但不得以任何方式表明许可人认可您或您的使用。
  • 相同方式共享 – 如果您再混合、转换或者基于本作品进行创作,您必须以与原先许可协议相同或相兼容的许可协议分发您贡献的作品。
GNU head已授权您依据自由软件基金会发行的无固定段落及封面封底文字(Invariant Sections, Front-Cover Texts, and Back-Cover Texts)的GNU自由文件许可协议1.2版或任意后续版本的条款,复制、传播和/或修改本文件。该协议的副本请见“GNU Free Documentation License”。
您可以选择您需要的许可协议。

说明

添加一行文字以描述该文件所表现的内容

此文件中描述的项目

描繪內容

文件历史

点击某个日期/时间查看对应时刻的文件。

日期/时间缩⁠略⁠图大小用户备注
当前2021年10月22日 (五) 23:572021年10月22日 (五) 23:57版本的缩略图512 × 384(2 MB)CmgleeIncrease resolution and framerate, rotate around barycentre, reframe image and make bodies transparent
2013年2月16日 (六) 10:352013年2月16日 (六) 10:35版本的缩略图256 × 192(709 KB)CmgleeUse 6-bit GIFs.
2013年2月16日 (六) 10:062013年2月16日 (六) 10:06版本的缩略图256 × 192(574 KB)CmgleeFix shifting background colour.
2013年2月16日 (六) 09:512013年2月16日 (六) 09:51版本的缩略图256 × 192(574 KB)CmgleeOrbit around barycentre instead of Sun, darken every fifth contour and double number of frames.
2013年2月15日 (五) 23:412013年2月15日 (五) 23:41版本的缩略图256 × 192(354 KB)Cmglee{{Information |Description ={{en|1=Animation showing the relationship between the five Lagrangian points (red) of a planet (blue) orbiting a star (yellow), and the gravitational potential in the plane containing the orbit (grey surface with purple c...

没有页面链接到本图像。

全域文件用途

以下其他wiki使用此文件:

元数据