From 5157057b19f0b88c7771a00b9e458c73f876dcf8 Mon Sep 17 00:00:00 2001 From: David A Minton Date: Fri, 13 Jan 2023 16:53:09 -0500 Subject: [PATCH] More adjustments to fragmentation movie initial conditions --- examples/Fragmentation/Fragmentation_Movie.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/Fragmentation/Fragmentation_Movie.py b/examples/Fragmentation/Fragmentation_Movie.py index 054d90b21..6cee83227 100755 --- a/examples/Fragmentation/Fragmentation_Movie.py +++ b/examples/Fragmentation/Fragmentation_Movie.py @@ -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]), @@ -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,