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

Commit

Permalink
Adjusted parameters in Fragmentation movie maker to prevent a big cas…
Browse files Browse the repository at this point in the history
…cade in the off axis supercat
  • Loading branch information
daminton committed Jan 10, 2023
1 parent 0362420 commit df3de60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Fragmentation/Fragmentation_Movie.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ def data_stream(self, frame=0):
sim.add_body(name=names, Gmass=body_Gmass[style], radius=body_radius[style], rh=pos_vectors[style], vh=vel_vectors[style], rot=rot_vectors[style])

# Set fragmentation parameters
minimum_fragment_gmass = 0.01 * body_Gmass[style][1]
minimum_fragment_gmass = 0.05 * body_Gmass[style][1]
gmtiny = 0.10 * body_Gmass[style][1]
sim.set_parameter(collision_model="fraggle", encounter_save="both", gmtiny=gmtiny, minimum_fragment_gmass=minimum_fragment_gmass, verbose=False)
sim.run(dt=5e-4, tstop=tstop[style], istep_out=1, dump_cadence=0)
Expand Down

0 comments on commit df3de60

Please sign in to comment.