forked from VirtualPlanetaryLaboratory/vplanet
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathSaturn.in
22 lines (19 loc) · 1.11 KB
/
Saturn.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 Saturn # Body's name
saModules spinbody # Modules to apply, exact spelling required
saOutputOrder Time DeltaT SemiMajorAxis Eccentricity SpiNBodyInc LongP SpiNBodyLongA MeanAnomaly
# Physical Properties
dMass -95.161 # Mass, negative -> Earth masses
dRadius -763.59 # Radius, negative -> Earth radii
dRotPeriod -1 # Rotation period, negative -> days
dObliquity 26.73 # Obliquity (deg)
dRadGyra 0.5 # Radius of gyration (moment of inertia constant)
# SpiNBody Properties
bUseOrbParams 1
# Orbital Properties
dSemi -9.53707032 # Semi-major axis, negative -> AU
dEcc 0.05415060 # Eccentricity
dInc 2.48446 # Inclination (deg)
dLongP 92.43194 # Longitude of pericenter (deg)
dLongA 113.71504 # Longitude of ascending node (deg)
dMeanA 317.51238 # Mean Anomoly (deg)