From ee1ccb7da0f3693a2974b3a704a07f0525ca5896 Mon Sep 17 00:00:00 2001 From: David A Minton Date: Mon, 13 Feb 2023 09:31:43 -0500 Subject: [PATCH] Adjusted initial conditions of hit and run to showcase momentum transfer --- examples/Fragmentation/Fragmentation_Movie.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/Fragmentation/Fragmentation_Movie.py b/examples/Fragmentation/Fragmentation_Movie.py index 33178436d..5afb9484d 100755 --- a/examples/Fragmentation/Fragmentation_Movie.py +++ b/examples/Fragmentation/Fragmentation_Movie.py @@ -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]),