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

Commit

Permalink
Browse files Browse the repository at this point in the history
Added minimum fragment mass to input file
  • Loading branch information
daminton committed Aug 23, 2021
1 parent fe3babb commit 56e745b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/symba_chambers_2013/init_cond.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
dens = 3000.0 / (MU2KG / DU2M**3)
Rb = (3 * Mb / (4 * np.pi * dens) )**(1.0 / 3.0)
Rs = (3 * Ms / (4 * np.pi * dens) )**(1.0 / 3.0)
MTINY = 1e-2 * Ms
sim.param['GMTINY'] = MTINY * GU
sim.param['GMTINY'] = 1e-2 * GU * Ms
sim.param['MIN_GMFRAG'] = 1e-4 * GU * Ms

# Define the initial orbital elements of the big and small bodies
avalb = default_rng().uniform(0.3, 2.0, Nb)
Expand Down

0 comments on commit 56e745b

Please sign in to comment.