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

Commit

Permalink
More adjustments to fragmentation movie initial conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Jan 13, 2023
1 parent fc6a7eb commit 5157057
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions examples/Fragmentation/Fragmentation_Movie.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@
}

vel_vectors = {"disruption_headon" : [np.array([ 0.00, 6.280005, 0.0]),
np.array([ 0.00, -6.280005, 0.0])],
np.array([ 0.00, 4.28, 0.0])],
"disruption_off_axis" : [np.array([ 0.00, 6.280005, 0.0]),
np.array([ 0.05, 4.28, 0.0])],
"supercatastrophic_headon": [np.array([ 0.00, 6.28, 0.0]),
np.array([ 0.00, -6.28, 0.0])],
np.array([ 0.00, 4.28, 0.0])],
"supercatastrophic_off_axis": [np.array([ 0.00, 6.28, 0.0]),
np.array([ 0.05, 5.28, 0.0])],
np.array([ 0.05, 4.28, 0.0])],
"hitandrun_disrupt" : [np.array([ 0.00, 6.28, 0.0]),
np.array([-1.45, -6.28, 0.0])],
"hitandrun_pure" : [np.array([ 0.00, 6.28, 0.0]),
Expand Down Expand Up @@ -99,9 +99,9 @@
"merge" : [1e-7, 1e-8]
}

tstop = {"disruption_headon" : 5.0e-4,
tstop = {"disruption_headon" : 2.0e-3,
"disruption_off_axis" : 2.0e-3,
"supercatastrophic_headon" : 5.0e-4,
"supercatastrophic_headon" : 2.0e-3,
"supercatastrophic_off_axis": 2.0e-3,
"hitandrun_disrupt" : 2.0e-4,
"hitandrun_pure" : 2.0e-4,
Expand Down

0 comments on commit 5157057

Please sign in to comment.