Changes between Version 23 and Version 24 of u/bliu/MHDOutflowClumps


Ignore:
Timestamp:
11/02/20 10:46:56 (4 years ago)
Author:
Baowei Liu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • u/bliu/MHDOutflowClumps

    v23 v24  
     1== 11.2.2020 fix high-density tail issue, non-cooling  ==
     2
     3Updated boundary condition in the reflect() surface function in sweep_scheme.f90 and fixed the high-density tail issue behind the wires
     4
     5{{{
     6        ! Now the reflective surface is just to the right of ul
     7        ! Need to set ur based on desired boundary properties
     8        !!if (ul(ivx) > 0) then
     9        !!   ur=ul
     10        !!   ur(ivx)=ur(ivx)*vfact
     11        !!else
     12        !!   ! ur=ul    !! vn = 1 for flow towards the boundary always
     13        !!   continue
     14        !!   !leave ur alone
     15        !!end if
     16        !if (ul(ivx) > 0) then
     17           ur=ul
     18           ur(ivx)=ur(ivx)*vfact
     19        !else
     20           ! ur=ul    !! vn = 1 for flow towards the boundary always
     21        !   continue
     22           !leave ur alone
     23        !end if
     24}}}
     25
     26|| hydro, mach=1.5 || [http://www.pas.rochester.edu/~bliu/MHDOutflowClumps/MHDWires/exp_run1/hydro_fixed.gif density]; ||
     27|| MHD beta=138, mach=1.5 || [http://www.pas.rochester.edu/~bliu/MHDOutflowClumps/MHDWires/exp_run1/rho_MHD_fixed_beta138.gif density]; [http://www.pas.rochester.edu/~bliu/MHDOutflowClumps/MHDWires/exp_run1/rho2_MHD_fixed_beta138.gif density]; [http://www.pas.rochester.edu/~bliu/MHDOutflowClumps/MHDWires/exp_run1/magPress_MHD_fixed_beta138.gif magnitude(B)]||
     28
     29
    130== 10.26.2020 non-cooling Larger box ==
    231