-
Notifications
You must be signed in to change notification settings - Fork 55
/
B.in
28 lines (24 loc) · 1.07 KB
/
B.in
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
# Planet a parameters
sName B # Body's name
saModules spinbody AtmEsc # Modules to apply, exact spelling required
# Physical Properties
dMass -4.250 # Mass, negative -> Earth masses
dRadius -0.949 # Radius, negative -> Earth radii
# SpiNBody Properties
bUseOrbParams 1
# Orbital Properties
dSemi -0.35952
dEcc 0.0186 # Eccentricity
dInc 53 # Inclination
dLongP 250.4 # Longitude of pericenter
dLongA 0 # Longitude of ascending node
dMeanA 5.41 # Mean Anomoly
# AtmEsc Properties
dXFrac 1.0
dSurfWaterMass 0
bHaltEnvelopeGone 0
sPlanetRadiusModel lopez
dAtmXAbsEffH 0.1
dEnvelopeMass -0.81818
saOutputOrder Time -EnvelopeMass -PlanetRadius -Mass SemiMajorAxis$
Eccentricity SpiNBodyInc LongP SpiNBodyLongA MeanAnomaly