A ton of AI assisted web development
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
[[bodies]]
|
||||
name = "Sun"
|
||||
mass = 1.989e30
|
||||
position = [0.0, 0.0, 0.0]
|
||||
velocity = [0.0, 0.0, 0.0]
|
||||
|
||||
[[bodies]]
|
||||
name = "Earth"
|
||||
mass = 5.972e24
|
||||
position = [1.496e11, 0.0, 0.0] # 1 AU
|
||||
velocity = [0.0, 29789.0, 0.0] # Precise orbital velocity for circular orbit
|
||||
@@ -0,0 +1,35 @@
|
||||
[[bodies]]
|
||||
name = "Sun"
|
||||
mass = 1.989e30
|
||||
position = [0.0, 0.0, 0.0]
|
||||
velocity = [0.0, 0.0, 0.0]
|
||||
|
||||
[[bodies]]
|
||||
name = "Mercury"
|
||||
mass = 3.30104e23
|
||||
position = [4.6000e10, 0.0, 0.0] # 0.307 AU
|
||||
velocity = [0.0, 58970.0, 0.0] # m/s
|
||||
|
||||
[[bodies]]
|
||||
name = "Venus"
|
||||
mass = 4.8675e24
|
||||
position = [1.08939e11, 0.0, 0.0] # 0.728 AU
|
||||
velocity = [0.0, 34780.0, 0.0] # m/s
|
||||
|
||||
[[bodies]]
|
||||
name = "Earth"
|
||||
mass = 5.972e24
|
||||
position = [1.496e11, 0.0, 0.0] # 1.000 AU
|
||||
velocity = [0.0, 29789.0, 0.0] # m/s
|
||||
|
||||
[[bodies]]
|
||||
name = "Moon"
|
||||
mass = 7.34767309e22
|
||||
position = [1.49984e11, 0.0, 0.0] # Earth + 384,400 km
|
||||
velocity = [0.0, 30813.0, 0.0] # Earth velocity + moon orbital velocity
|
||||
|
||||
[[bodies]]
|
||||
name = "Mars"
|
||||
mass = 6.4171e23
|
||||
position = [2.279e11, 0.0, 0.0] # 1.524 AU
|
||||
velocity = [0.0, 24007.0, 0.0] # m/s
|
||||
@@ -0,0 +1,53 @@
|
||||
[[bodies]]
|
||||
name = "Sun"
|
||||
mass = 1.989e30
|
||||
position = [0.0, 0.0, 0.0]
|
||||
velocity = [0.0, 0.0, 0.0]
|
||||
|
||||
[[bodies]]
|
||||
name = "Mercury"
|
||||
mass = 3.30104e23
|
||||
position = [4.6000e10, 0.0, 0.0] # 0.307 AU
|
||||
velocity = [0.0, 58970.0, 0.0] # m/s
|
||||
|
||||
[[bodies]]
|
||||
name = "Venus"
|
||||
mass = 4.8675e24
|
||||
position = [1.08939e11, 0.0, 0.0] # 0.728 AU
|
||||
velocity = [0.0, 34780.0, 0.0] # m/s
|
||||
|
||||
[[bodies]]
|
||||
name = "Earth"
|
||||
mass = 5.972e24
|
||||
position = [1.496e11, 0.0, 0.0] # 1.000 AU
|
||||
velocity = [0.0, 29789.0, 0.0] # m/s
|
||||
|
||||
[[bodies]]
|
||||
name = "Mars"
|
||||
mass = 6.4171e23
|
||||
position = [2.279e11, 0.0, 0.0] # 1.524 AU
|
||||
velocity = [0.0, 24007.0, 0.0] # m/s
|
||||
|
||||
[[bodies]]
|
||||
name = "Jupiter"
|
||||
mass = 1.8982e27
|
||||
position = [7.786e11, 0.0, 0.0] # 5.204 AU
|
||||
velocity = [0.0, 13060.0, 0.0] # m/s
|
||||
|
||||
[[bodies]]
|
||||
name = "Saturn"
|
||||
mass = 5.6834e26
|
||||
position = [1.432e12, 0.0, 0.0] # 9.573 AU
|
||||
velocity = [0.0, 9640.0, 0.0] # m/s
|
||||
|
||||
[[bodies]]
|
||||
name = "Uranus"
|
||||
mass = 8.6810e25
|
||||
position = [2.867e12, 0.0, 0.0] # 19.165 AU
|
||||
velocity = [0.0, 6810.0, 0.0] # m/s
|
||||
|
||||
[[bodies]]
|
||||
name = "Neptune"
|
||||
mass = 1.02413e26
|
||||
position = [4.515e12, 0.0, 0.0] # 30.178 AU
|
||||
velocity = [0.0, 5430.0, 0.0] # m/s
|
||||
Reference in New Issue
Block a user