Changes between Version 3 and Version 4 of u/bliu/Balick17


Ignore:
Timestamp:
06/01/18 16:25:45 (7 years ago)
Author:
Baowei Liu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • u/bliu/Balick17

    v3 v4  
    1414|| frame 7 || [[Image(http://www.pas.rochester.edu/~bliu/pnStudy/Reproduce/JetOffTime1e-4/frame7_shortWind.png, width=300)]] ||
    1515|| frame 8 || [[Image(http://www.pas.rochester.edu/~bliu/pnStudy/Reproduce/JetOffTime1e-4/frame8_shortWind.png, width=300)]] ||
     16
     17* 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
     18{{{
     19 !! necessary to keep Clump on the Jet launch region
     20      CALL SetupClump(pos, time, dt, q, ghost)
     21}}}
     22
     23We 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
     24{{{
     25 !! necessary to keep Clump on the Jet launch region
     26      !CALL SetupClump(pos, time, dt, q, ghost)
     27}}}
     28
     29|| frame 0 || [[Image(http://www.pas.rochester.edu/~bliu/pnStudy/Reproduce/reStartFrom1/frame0_JetOffTimeTest.png, width=300)]] ||
     30|| frame 1 || [[Image(http://www.pas.rochester.edu/~bliu/pnStudy/Reproduce/reStartFrom1/frame1_JetOffTimeTest.png, width=300)]] ||
     31|| frame 2 || [[Image(http://www.pas.rochester.edu/~bliu/pnStudy/Reproduce/reStartFrom1/frame2_JetOffTimeTest.png, width=300)]] ||
     32|| frame 3 || [[Image(http://www.pas.rochester.edu/~bliu/pnStudy/Reproduce/reStartFrom1/frame3_JetOffTimeTest.png, width=300)]] ||
     33|| frame 4 || [[Image(http://www.pas.rochester.edu/~bliu/pnStudy/Reproduce/reStartFrom1/frame4_JetOffTimeTest.png, width=300)]] ||
     34|| frame 5 || [[Image(http://www.pas.rochester.edu/~bliu/pnStudy/Reproduce/reStartFrom1/frame5_JetOffTimeTest.png, width=300)]] ||
     35|| frame 6 || [[Image(http://www.pas.rochester.edu/~bliu/pnStudy/Reproduce/reStartFrom1/frame6_JetOffTimeTest.png, width=300)]] ||
     36|| frame 7 || [[Image(http://www.pas.rochester.edu/~bliu/pnStudy/Reproduce/reStartFrom1/frame7_JetOffTimeTest.png, width=300)]] ||
     37|| frame 8 || [[Image(http://www.pas.rochester.edu/~bliu/pnStudy/Reproduce/reStartFrom1/frame8_JetOffTimeTest.png, width=300)]] ||