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

Commit

Permalink
Fixed collision outcome initial minimum mass values to prevent runawa…
Browse files Browse the repository at this point in the history
…y collisional cascade
  • Loading branch information
daminton committed Sep 10, 2021
1 parent 57c10ac commit 0c83693
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
8 changes: 4 additions & 4 deletions examples/symba_energy_momentum/param.disruption_headon.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
T0 0.0e0
TSTOP 0.000100 ! simulation length in seconds = 100 years
DT 0.0000001 ! stepsize in seconds
TSTOP 0.0001000 ! simulation length in seconds = 100 years
DT 0.0000001 ! stepsize in seconds
CB_IN cb.in
PL_IN disruption_headon.in
TP_IN tp.in
Expand All @@ -21,8 +21,8 @@ ENC_OUT enc.disruption_headon.dat
EXTRA_FORCE no ! no extra user-defined forces
BIG_DISCARD no ! output all planets if anything discarded
RHILL_PRESENT yes ! Hill's sphere radii in input file
GMTINY 1.0e-16
MIN_GMFRAG 1.0e-10
GMTINY 1.0e-11
MIN_GMFRAG 1.0e-11
FRAGMENTATION yes
MU2KG 1.98908e30
TU2S 3.1556925e7
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
T0 0.0e0
TSTOP 0.0000100 ! simulation length in seconds = 100 years
TSTOP 0.0001000 ! simulation length in seconds = 100 years
DT 0.0000001 ! stepsize in seconds
CB_IN cb.in
PL_IN disruption_off_axis.in
Expand Down
3 changes: 2 additions & 1 deletion examples/symba_energy_momentum/param.hitandrun.in
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ DISCARD_OUT discard.hitandrun.out
EXTRA_FORCE no ! no extra user-defined forces
BIG_DISCARD no ! output all planets if anything discarded
RHILL_PRESENT yes ! Hill's sphere radii in input file
GMTINY 1.0e-16
GMTINY 1.0e-11
MIN_GMFRAG 1.0e-11
FRAGMENTATION yes
MU2KG 1.98908e30
TU2S 3.1556925e7
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ CHK_QMIN -1.0 ! ignore this check
EXTRA_FORCE no ! no extra user-defined forces
BIG_DISCARD no ! output all planets if anything discarded
RHILL_PRESENT yes ! Hill's sphere radii in input file
GMTINY 1.0e-16
GMTINY 1.0e-11
MIN_GMFRAG 1.0e-11
FRAGMENTATION yes
MU2KG 1.98908e30
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ENC_OUT enc.supercatastrophic_off_axis.dat
EXTRA_FORCE no ! no extra user-defined forces
BIG_DISCARD no ! output all planets if anything discarded
RHILL_PRESENT yes ! Hill's sphere radii in input file
GMTINY 1.0e-16
GMTINY 1.0e-11
MIN_GMFRAG 1.0e-11
FRAGMENTATION yes
MU2KG 1.98908e30
Expand Down

0 comments on commit 0c83693

Please sign in to comment.