forked from VirtualPlanetaryLaboratory/vplanet
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathJupiter.in
22 lines (19 loc) · 1.11 KB
/
Jupiter.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Planet a parameters
sName Jupiter # Body's name
saModules spinbody # Modules to apply, exact spelling required
saOutputOrder Time DeltaT SemiMajorAxis Eccentricity SpiNBodyInc LongP SpiNBodyLongA MeanAnomaly
# Physical Properties
dMass -317.83 # Mass, negative -> Earth masses
dRadius -1321.33 # Radius, negative -> Earth radii
dRotPeriod -1 # Rotation period, negative -> days
dObliquity 3.13 # Obliquity (deg)
dRadGyra 0.5 # Radius of gyration (moment of inertia constant)
# SpiNBody Properties
bUseOrbParams 1
# Orbital Properties
dSemi -5.20336301 # Semi-major axis, negative -> AU
dEcc 0.04839266 # Eccentricity
dInc 1.30530 # Inclination (deg)
dLongP 14.75385 # Longitude of pericenter (deg)
dLongA 100.55615 # Longitude of ascending node (deg)
dMeanA 19.65053 # Mean Anomoly (deg)