-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSol_6_body.json
More file actions
53 lines (51 loc) · 1.69 KB
/
Sol_6_body.json
File metadata and controls
53 lines (51 loc) · 1.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"Info" :
{
"name" : "Solar System",
"date" : "2000-01-01 00:00:01"
},
"Bodies": [
{
"name": "Sol",
"radius": 696342000,
"mass": 1988500e+24,
"location": [ -1.068108951496322e+09, -4.177210908491462E+08, 3.086887010002915E+07 ],
"velocity": [ 9.305302656256911E+00, -1.283177282717393E+01, -1.631700118015769E-01 ]
},
{
"name": "Mercury",
"radius": 2439.5,
"mass": 0.330e24,
"location": [ -2.212073002393702E+10, -6.682435921338345E+10, -3.461577076477692E+09 ],
"velocity": [ 3.666229234452722E+04, -1.230266984222893E+04, -4.368336206255391E+03 ]
},
{
"name": "Venus",
"radius": 6051.84,
"mass": 4.8685e24,
"location": [ -1.085736592234813E+11, -3.784241757371509E+09, 6.190088659339075E+09 ],
"velocity": [ 8.984650886248794E+02, -3.517203951420625E+04, -5.320225928762774E+02 ]
},
{
"name": "Earth",
"radius": 6371.01,
"mass": 5.97219e24,
"location": [ -2.627903751048988E+10, 1.445101984929515E+11, 3.025245352813601E+07 ],
"velocity": [ -2.983052803412253E+04, -5.220465675237847E+03, -1.014855999592612E-01 ]
},
{
"name": "The Moon",
"radius": 1737.53,
"mass": 7.349e22,
"location": [ -2.659668775178492E+10, 1.442683153167126E+11, 6.680827660505474E+07 ],
"velocity": [ -2.926974096801152E+04, -6.020397935372383E+03, 1.740818643718001E+00 ]
},
{
"name": "Mars",
"radius": 3389.92,
"mass": 0.641e24,
"location": [ 2.069270543147017E+11, -3.560689745239088E+09, -5.147936537447235E+09 ],
"velocity": [ 1.304308833322233E+03, 2.628158890420931E+04, 5.188465740839767E+02 ]
}
]
}