From 56e745b90ce3efb8d033e22d7bf5039c10487990 Mon Sep 17 00:00:00 2001 From: David Minton Date: Mon, 23 Aug 2021 17:08:08 -0400 Subject: [PATCH] Added minimum fragment mass to input file --- examples/symba_chambers_2013/init_cond.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/symba_chambers_2013/init_cond.py b/examples/symba_chambers_2013/init_cond.py index aa213a5ab..5ea4b1205 100755 --- a/examples/symba_chambers_2013/init_cond.py +++ b/examples/symba_chambers_2013/init_cond.py @@ -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)