wiki:u/bliu/Balick17

Version 5 (modified by Baowei Liu, 7 years ago) ( diff )

* 1. Short Jet_OffTime=1e-4 ( on left) vs 0.0125 for Bruce's run ( on right)

problem.f90 global.data physics.data problem.data

frame 0 http://www.pas.rochester.edu/~bliu/pnStudy/Reproduce/JetOffTime1e-4/frame0_shortWind.png
frame 1 http://www.pas.rochester.edu/~bliu/pnStudy/Reproduce/JetOffTime1e-4/frame1_shortWind.png
frame 2 http://www.pas.rochester.edu/~bliu/pnStudy/Reproduce/JetOffTime1e-4/frame2_shortWind.png
frame 3 http://www.pas.rochester.edu/~bliu/pnStudy/Reproduce/JetOffTime1e-4/frame3_shortWind.png
frame 4 http://www.pas.rochester.edu/~bliu/pnStudy/Reproduce/JetOffTime1e-4/frame4_shortWind.png
frame 5 http://www.pas.rochester.edu/~bliu/pnStudy/Reproduce/JetOffTime1e-4/frame5_shortWind.png
frame 6 http://www.pas.rochester.edu/~bliu/pnStudy/Reproduce/JetOffTime1e-4/frame6_shortWind.png
frame 7 http://www.pas.rochester.edu/~bliu/pnStudy/Reproduce/JetOffTime1e-4/frame7_shortWind.png
frame 8 http://www.pas.rochester.edu/~bliu/pnStudy/Reproduce/JetOffTime1e-4/frame8_shortWind.png

The clump zone looks different with Jet off or on (short Jet_OffTime vs large Jet_OffTime. Possibly because in the end of the SetupJet subroutine we call SetupClump subtoutine

 !! necessary to keep Clump on the Jet launch region
      CALL SetupClump(pos, time, dt, q, ghost)

We tested how this changes the behavior of the clump. Left: set Jet_OffTime=0.0125 and run with SetupClump, middle: set Jet_OffTime=0.0125 and restart from frame 1 of left(with SetupClump) with SetUpClump subroutine above commented out, right: Bruce's results with Jet_OffTime=0.0125

 !! necessary to keep Clump on the Jet launch region
      !CALL SetupClump(pos, time, dt, q, ghost)
frame 0 http://www.pas.rochester.edu/~bliu/pnStudy/Reproduce/reStartFrom1/frame0_JetOffTimeTest.png
frame 1 http://www.pas.rochester.edu/~bliu/pnStudy/Reproduce/reStartFrom1/frame1_JetOffTimeTest.png
frame 2 http://www.pas.rochester.edu/~bliu/pnStudy/Reproduce/reStartFrom1/frame2_JetOffTimeTest.png
frame 3 http://www.pas.rochester.edu/~bliu/pnStudy/Reproduce/reStartFrom1/frame3_JetOffTimeTest.png
frame 4 http://www.pas.rochester.edu/~bliu/pnStudy/Reproduce/reStartFrom1/frame4_JetOffTimeTest.png
frame 5 http://www.pas.rochester.edu/~bliu/pnStudy/Reproduce/reStartFrom1/frame5_JetOffTimeTest.png
frame 6 http://www.pas.rochester.edu/~bliu/pnStudy/Reproduce/reStartFrom1/frame6_JetOffTimeTest.png
frame 7 http://www.pas.rochester.edu/~bliu/pnStudy/Reproduce/reStartFrom1/frame7_JetOffTimeTest.png
frame 8 http://www.pas.rochester.edu/~bliu/pnStudy/Reproduce/reStartFrom1/frame8_JetOffTimeTest.png
Note: See TracWiki for help on using the wiki.