Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Updated example input files for the collision regime test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Aug 19, 2021
1 parent b2c8178 commit 3ff35d2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
10 changes: 3 additions & 7 deletions examples/symba_energy_momentum/param.escape.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,16 @@ ISTEP_OUT 1 ! output cadence every year
BIN_OUT bin.escape.dat
PARTICLE_OUT particle.escape.dat
OUT_TYPE REAL8 ! double precision real output
OUT_FORM XV ! osculating element output
OUT_FORM EL ! osculating element output
OUT_STAT REPLACE
ISTEP_DUMP 1 ! system dump cadence
J2 0.0 ! no J2 term
J4 0.0 ! no J4 term
CHK_CLOSE yes ! check for planetary close encounters
CHK_RMIN 0.00465047 ! check for close solar encounters in AU
CHK_RMAX 10000.0 ! discard outside of
CHK_EJECT -1.0 ! ignore this check
CHK_QMIN -1.0 ! ignore this check
ENC_OUT enc.escape.dat
DISCARD_OUT discard.escape.dat
EXTRA_FORCE no ! no extra user-defined forces
BIG_DISCARD no ! output all planets if anything discarded
RHILL_PRESENT no ! Hill's sphere radii in input file
RHILL_PRESENT yes ! Hill's sphere radii in input file
GMTINY 1.0e-16
FRAGMENTATION yes
MU2KG 1.98908e30
Expand Down
6 changes: 4 additions & 2 deletions examples/symba_energy_momentum/param.sun.in
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,17 @@ CHK_RMIN 0.005
CHK_RMAX 1e2
CHK_EJECT -1.0 ! ignore this check
CHK_QMIN -1.0 ! ignore this check
ENC_OUT enc.escape.dat
ENC_OUT enc.sun.dat
DISCARD_OUT discard.sun.dat
EXTRA_FORCE no ! no extra user-defined forces
BIG_DISCARD no ! output all planets if anything discarded
RHILL_PRESENT no ! Hill's sphere radii in input file
GMTINY 1.0e-16
FRAGMENTATION yes
FRAGMENTATION no
MU2KG 1.98908e30
TU2S 3.1556925e7
DU2M 1.49598e11
ENERGY yes
ENERGY_OUT energy.sun.out
ROTATION yes
SEED 8 1230834 2346113 123409874 -123121105 -767545 -534058022 343309814 -12535638

0 comments on commit 3ff35d2

Please sign in to comment.