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

Commit

Permalink
updated fragmentation example
Browse files Browse the repository at this point in the history
  • Loading branch information
cwishard committed Feb 13, 2023
1 parent 3458228 commit c0ac7d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Fragmentation/swiftest_fragmentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
import numpy as np
from numpy.random import default_rng

run_arguments = {"tstart": 0.0, "tstop":1e-5, "dt": 1e-5, "istep_out": 1, "fragmentation":True, "encounter_save":"both", "compute_conservation_values":True,
run_arguments = {"tstart": 0.0, "tstop":1e-5, "dt": 1e-5, "istep_out": 1, "collision_model": "fraggle", "encounter_save":"both", "compute_conservation_values":True,
"minimum_fragment_gmass":1.0e-11, "gmtiny":1.0e-11, "output_format":"XVEL", "init_cond_format":"XV"}

# Initialize the simulation object as a variable with arguments.
Expand Down

0 comments on commit c0ac7d7

Please sign in to comment.