| 1 | == 11.2.2020 fix high-density tail issue, non-cooling == |
| 2 | |
| 3 | Updated 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 | |