Changes between Version 9 and Version 10 of u/madams/WireTurbulenceStudies
- Timestamp:
- 04/10/15 12:23:21 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
u/madams/WireTurbulenceStudies
v9 v10 3 3 = 2D, Low Resolution Simulations = 4 4 5 Here is the problem.data for these simulations: 6 7 {{{ 8 &ProblemData 9 spacing=.2 ! Lattice constant 10 thickness=0.01 ! Radius of wire: 0.01, 0.03, 0.06 11 beta=10 ! magnetic beta: 0.1, 10 12 mach=20 ! mach number: 3, 20 13 screen_x=.25 ! location of screen in x 14 rho_wire=1000d0 ! peak density of screen 15 rho_wind=1d0 ! density of wind 16 rho_amb=.01 ! ambient density 17 / 18 19 }}} 20 21 Note that the variables we are changing are commented out. Thus we have a total if '''8 simulations'''. 22 23 Here is a copy of the space parameters in the global.data: 24 25 {{{ 26 &GlobalData 27 28 !============================================================================================= 29 ! Parameters Related to Space 30 !============================================================================================= 31 nDim = 2 ! number of dimensions for this problem (1-3) 32 GmX = 3200,160,160 ! Base grid resolution [x,y,z] 33 MaxLevel = 1 ! Maximum level for this simulation (0 is fixed grid) 34 LastStaticLevel = -1 ! Use static AMR for levels through LastStaticLevel [-1] 35 GxBounds = 0d0,0d0,0d0,4d0,.2d0,.2d0 ! Problem boundaries in computational units,format: 36 ! (xlower, ylower, zlower, xupper, yupper, zupper) 37 ! For 2D problems, set zlower and zupper to 0.d0. 38 39 Gmthbc = 1,2,2,1,2,2 ! Sets the physical boundary conditions at the edge of the problem domain 40 ! format: (x1, y1, z1, x2, y2, z2) 41 ! 1-Extrapolated, 42 ! 2-Periodic, 43 ! 3-ReflectingWall (Field lines do not penetrate) 44 ! 4-Reflect_BParallel (Field lines held normal 45 ! 5-Reflect_Cylindrical (Like reflect wall, but also changes sign of phi 46 ! components of velocity and magnetic fields) 47 ! [1,1,1,1,1,1] 48 49 }}} 50 51 In summary we have 8 2D simulations with 1 level of AMR with periodic boundary conditions. We expect the simulation box to be very long and thin. MHD is turned on. 52 5 53 == Beta=.1, Mach=20 == 6 54 7 || '''Thickness''' || Frame Comp. on (04-10-2015) || Visualized || Clipped||55 || '''Thickness''' || '''Frame Comp. on (04-10-2015)''' || Full (x=4.0) || Clipped (x=2.5) || 8 56 || 0.01 || 73 || [[Image(bP1_thickp01_to720072.png)]] [[br]] [https://astrobear.pas.rochester.edu/trac/attachment/wiki/u/madams/WireTurbulenceStudies/bp1tp01m20l-04102015.gif GIF] || [https://astrobear.pas.rochester.edu/trac/attachment/wiki/u/madams/WireTurbulenceStudies/bp1tp01m20s-04102015.gif Clipped GIF] || 9 57 || 0.03 || 45 || [[Image(bP1_thickp03_to450044.png)]] [[br]] [https://astrobear.pas.rochester.edu/trac/attachment/wiki/u/madams/WireTurbulenceStudies/bp1tp03m20l-04102015.gif GIF] || [https://astrobear.pas.rochester.edu/trac/attachment/wiki/u/madams/WireTurbulenceStudies/bp1tp03m20s-04102015.gif Clipped GIF] || … … 11 59 == Beta=10, Mach=20 == 12 60 13 || '''Thickness''' || Frame Comp. on (04-10-2015) || Visualized || Clipped||61 || '''Thickness''' || Frame Comp. on (04-10-2015) || Full (x=4.0) || Clipped (x=2.5) || 14 62 || 0.01 || 158 || [[Image(b10_thickp01_to1580019.png)]] [[br]] [https://astrobear.pas.rochester.edu/trac/attachment/wiki/u/madams/WireTurbulenceStudies/b10tp01m20-04102015.gif GIF] || No Clipped GIF || 15 63 || 0.03 || 90 || [[Image(b10_thickp03_900000.png)]] [[br]] [https://astrobear.pas.rochester.edu/trac/attachment/wiki/u/madams/WireTurbulenceStudies/b10tp03m20-04102015.gif GIF] || No Clipped GIF || … … 18 66 == Beta=10, Mach=3 == 19 67 20 || '''Thickness''' || Frame Comp. on (04-10-2015) || Visualized || Clipped||68 || '''Thickness''' || Frame Comp. on (04-10-2015) || Full (x=4.0) || Clipped (x=2.5) || 21 69 || 0.01 || 200 || [[Image(b10_thickp01_mach3long0200.png)]] [[br]] [https://astrobear.pas.rochester.edu/trac/attachment/wiki/u/madams/WireTurbulenceStudies/b10tp01m3l-04102015.gif GIF] || [https://astrobear.pas.rochester.edu/trac/attachment/wiki/u/madams/WireTurbulenceStudies/b10tp01m3s-04102015.gif Clipped GIF] || 22 70 || 0.03 || 200 || [[Image(b10_thickp03_mach3long0200.png)]] [[br]] [https://astrobear.pas.rochester.edu/trac/attachment/wiki/u/madams/WireTurbulenceStudies/b10tp03m3l-04102015.gif GIF] || [https://astrobear.pas.rochester.edu/trac/attachment/wiki/u/madams/WireTurbulenceStudies/b10tp03m3s-04102015.gif Clipped GIF] ||