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

Commit

Permalink
Browse files Browse the repository at this point in the history
Added rotation to head-on cases
  • Loading branch information
daminton committed Jun 11, 2021
1 parent 2e9581b commit f68942a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions examples/symba_energy_momentum/collision_movie.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
ymin = -20.0
ymax = 20.0

#cases = ['supercat_head', 'supercat_off', 'disruption_head', 'disruption_off']
cases = ['disruption_off', 'supercat_off']
cases = ['supercat_head', 'supercat_off', 'disruption_head', 'disruption_off']
#cases = ['disruption_off', 'supercat_off']

def scale_sim(ds, config):

Expand Down
4 changes: 2 additions & 2 deletions examples/symba_energy_momentum/disruption_headon.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
1.0 -4.20E-05 0.0
0.00 6.28 0.0
0.4 0.4 0.4 !Ip
0.0 0.0 0.0 !rot
0.0 0.0 6.0e4 !rot
3 7e-10 0.0004
3.25e-06
1.0 4.20E-05 0.0
0.00 -6.28 0.0
0.4 0.4 0.4 !Ip
0.0 0.0 0.0 !rot
0.0 0.0 1.0e5 !rot
4 changes: 2 additions & 2 deletions examples/symba_energy_momentum/supercatastrophic_headon.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
1.0 -4.20E-05 0.0
0.00 6.28 0.0
0.4 0.4 0.4 !Ip
0.0 0.0 0.0 !rot
0.0 0.0 -6.0e4 !rot
3 1e-08 0.0004
3.25e-06
1.0 4.20E-05 0.0
0.00 -6.28 0.0
0.4 0.4 0.4 !Ip
0.0 0.0 0.0 !rot
0.0 0.0 1.0e5 !rot

0 comments on commit f68942a

Please sign in to comment.