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

Commit

Permalink
Adjusted initial conditions of hit and run to showcase momentum transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Feb 13, 2023
1 parent 23f92de commit ee1ccb7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/Fragmentation/Fragmentation_Movie.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@
np.array([0.0, 0.0, -5.0e5])],
"supercatastrophic_off_axis": [np.array([0.0, 0.0, 1.0e5]),
np.array([0.0, 0.0, -1.0e4])],
"hitandrun_disrupt" : [np.array([0.0, 0.0, -1.0e5]),
"hitandrun_disrupt" : [np.array([0.0, 0.0, 0.0]),
np.array([0.0, 0.0, 1.0e5])],
"hitandrun_pure" : [np.array([0.0, 0.0, 0.0]),
np.array([0.0, 0.0, 1.0e5])],
"hitandrun_pure" : [np.array([0.0, 0.0, 6.0e3]),
np.array([0.0, 0.0, 1.0e4])],
"merge" : [np.array([0.0, 0.0, 0.0]),
np.array([0.0, 0.0, 0.0])],
"merge_spinner" : [np.array([0.0, 0.0, -1.2e6]),
Expand Down

0 comments on commit ee1ccb7

Please sign in to comment.