Simulation Index ================ Following is a list of simulation numbers with one-line descriptions. Click on the simulation number to see the complete Lua program for that simulation. .. list-table:: :header-rows: 1 :widths: 10,90 * - Number - Description * - :doc:`s1 ` - Poisson solve on a 2D periodic grid, with Gaussian source * - :doc:`s2 ` - Poisson solve on a 2D periodic grid, with anisotropic Gaussian source * - :doc:`s3 ` - Poisson solve on a 2D periodic grid, with source a sum of two Gaussians * - :doc:`s4 ` - Same as s3, but with different grid spacing in X and Y. * - :doc:`s5 ` - 1D Euler Sod-shock with sonic point in rarefaction. Wave-propagation algorithm. * - :doc:`s6 <>` - Exact solution to s5. * - :doc:`s7 ` - Same as s5, except using the MUSCL-Hancock scheme. * - :doc:`s8 ` - 1D Euler shock with low density/pressure region. Wave-propagation scheme. * - :doc:`s9 <>` - Exact solution to s8. * - :doc:`s10 ` - Same as s8, except using the MUSCL-Hancock scheme. * - :doc:`s11 ` - 1D Noh problem. Wave-propagation algorithm. * - :doc:`s12 <>` - Exact solution to s11. * - :doc:`s13 ` - Same as s11, except using the MUSCL-Hancock scheme. * - :doc:`s14 ` - 1D Euler shock with a stationary contact discontinuity. Wave-propagation scheme. * - :doc:`s15 <>` - Exact solution to s14 * - :doc:`s16 ` - Same as s14, except using the MUSCL-Hancock scheme. * - :doc:`s17 ` - 1D Euler shock with two strong shocks. Wave-propagation scheme. * - :doc:`s18 <>` - Exact solution to s17 * - :doc:`s19 ` - Same as s17, except using the MUSCL-Hancock scheme. * - :doc:`s20 ` - 1D Euler with stationary contact discontinuity. Wave-propagation scheme. * - :doc:`s21 <>` - Exact solution to s20 * - :doc:`s22 ` - Same as s20, except using the MUSCL-Hancock scheme. * - :doc:`s23 ` - 1D Euler with slowly moving contact discontinuity. Wave-propagation scheme. * - :doc:`s24 <>` - Exact solution to s23 * - :doc:`s25 ` - Same as s23, except using the MUSCL-Hancock scheme. * - :doc:`s26 ` - 1D Euler with sharp spike in density. Wave-propagation scheme. * - :doc:`s27 <>` - Exact solution to s26 * - :doc:`s28 ` - Same as s26, except using the MUSCL-Hancock scheme. * - :doc:`s29 ` - 1D Euler Woodward-Collela blast wave problem. Wave-propagation scheme. * - :doc:`s30 ` - Same as s29 run with higher-resolution to serve as an "exact" solution. * - :doc:`s31 ` - Same as s29, except using the MUSCL-Hancock scheme. * - :doc:`s32 ` - Slab RTE with Mie scattering with :math:`L=8`. * - :doc:`s33 ` - Slab RTE with Haze-L phase function with :math:`L=82`. * - :doc:`s34 ` - Same as s33 but with :math:`\mu_0=0.5`. * - :doc:`s35 ` - Same as s33 but with :math:`\varpi=1.0`. * - :doc:`s36 ` - Two-fluid shock problem with :math:`q_i/m_i = 1.0`. * - :doc:`s37 ` - Two-fluid shock problem with :math:`q_i/m_i = 10.0`. * - :doc:`s38 ` - Two-fluid shock problem with :math:`q_i/m_i = 100.0` * - :doc:`s39 ` - Two-fluid shock problem with :math:`q_i/m_i = 1000.0` * - :doc:`s40 ` - Dispersive Euler equations with :math:`\omega_c = 10` and 100 cells. * - :doc:`s41 ` - Exact solution of dispersive Euler equations. * - :doc:`s42 ` - Dispersive Euler equations with :math:`\omega_c = 10` and 200 cells. * - :doc:`s43 ` - Dispersive Euler equations with :math:`\omega_c = 10` and 300 cells. * - :doc:`s44 ` - Dispersive Euler equations with :math:`\omega_c = 10` and 400 cells. * - :doc:`s45 ` - Dispersive Euler equations with :math:`\omega_c = 100` and 200 cells. * - :doc:`s46 ` - Dispersive Euler equations with :math:`\omega_c = 100` and 400 cells. * - :doc:`s47 ` - Sod-shock for dispersive Euler equations. * - :doc:`s48 ` - Same as s45 but larger time-step. * - :doc:`s49 ` - Wave-propagation scheme for Maxwell equation TM (8,5) mode, :math:`80\times 40` grid. * - :doc:`s50 ` - Same as s49 but with :math:`160\times 80` grid. * - :doc:`s51 ` - Same as s49 but with :math:`240\times 120` grid. * - :doc:`s52 ` - Same as s49 but with :math:`320\times 160` grid. * - :doc:`s53 ` - FDTD scheme for Maxwell equation TM (8,5) mode, :math:`80\times 40` grid. * - :doc:`s54 ` - Same as s53 but with :math:`160\times 80` grid. * - :doc:`s55 ` - Same as s53 but with :math:`240\times 120` grid. * - :doc:`s56 ` - Same as s53 but with :math:`320\times 160` grid. * - :doc:`s57 ` - Pulse in metal box with wave-propagation scheme. * - :doc:`s58 ` - Pulse in metal box with FDTD scheme. * - :doc:`s59 ` - Same as s58 but using a :math:`400 \times 400` grid. * - :doc:`s60 ` - Same as s58 but using a :math:`400 \times 400` grid. * - :doc:`s61 ` - 1D Riemann problem with wave-propagation scheme. * - :doc:`s62 ` - 1D Riemann problem with FDTD scheme. * - :doc:`s63 ` - FDTD scheme on dual Yee-cell for Maxwell equation TM (8,5) mode, :math:`80\times 40` grid. * - :doc:`s64 ` - FDTD scheme on dual Yee-cell for Maxwell equation. Pulse problem. * - :doc:`s65 ` - Plasma wave beach problem, without the plasma. Using 100 cells. * - :doc:`s66 ` - Plasma wave beach problem, without the plasma. Using 200 cells. * - :doc:`s67 ` - Plasma wave beach problem using 100 cells. * - :doc:`s68 ` - Plasma wave beach problem using 200 cells. * - :doc:`s69 ` - Plasma wave beach problem using 400 cells. * - :doc:`s70 ` - Plasma wave beach problem using 800 cells. * - :doc:`s71 ` - Plasma wave beach problem using 1600 cells. * - :doc:`s72 ` - Tunneling through an electron-cyclotron cutoff layer, 200 cells * - :doc:`s73 ` - Tunneling through an electron-cyclotron cutoff layer, 400 cells * - :doc:`s74 ` - Ion-cyclotron wave propagation in a 1D tokamak-like configuration, 400 cells. * - :doc:`s75 ` - Ion-cyclotron wave propagation in a 1D tokamak-like configuration, 200 cells. This simulation does not work very well as the resolution is too low. * - :doc:`s76 ` - Ion-cyclotron wave propagation in a 1D tokamak-like configuration, low-field incidence. * - :doc:`s77 ` - 1D Poisson convergence test with 8 elements. * - :doc:`s78 ` - 1D Poisson convergence test with 16 elements. * - :doc:`s79 ` - 1D Poisson convergence test with 32 elements. * - :doc:`s80 ` - 1D Poisson convergence test with 64 elements. * - :doc:`s81 ` - 1D Poisson convergence test with 8 elements and Dirichlet/Neumann Bcs. * - :doc:`s82 ` - 1D Poisson convergence test with 16 elements and Dirichlet/Neumann Bcs. * - :doc:`s83 ` - 1D Poisson convergence test with 32 elements and Dirichlet/Neumann Bcs. * - :doc:`s84 ` - 1D Poisson convergence test with 64 elements and Dirichlet/Neumann Bcs. * - :doc:`s85 ` - 2D Poisson convergence test with :math:`8\times 8` elements. * - :doc:`s86 ` - Same as s86, except with :math:`16 \times 16` elements. * - :doc:`s87 ` - Same as s86, except with :math:`32 \times 32` elements. * - :doc:`s88 ` - Same as s86, except with :math:`64 \times 64` elements. * - :doc:`s89 ` - 1D Poisson convergence test, 3rd order scheme, with 4 elements. * - :doc:`s90 ` - 1D Poisson convergence test, 3rd order scheme, with 8 elements. * - :doc:`s91 ` - 1D Poisson convergence test, 3rd order scheme, with 16 elements. * - :doc:`s92 ` - 1D Poisson convergence test, 3rd order scheme, with 32 elements. * - :doc:`s93 ` - 1D Poisson convergence test, 4th order scheme, with 2 elements. * - :doc:`s94 ` - 1D Poisson convergence test, 4th order scheme, with 4 elements. * - :doc:`s95 ` - 1D Poisson convergence test, 4th order scheme, with 8 elements. * - :doc:`s96 ` - 1D Poisson convergence test, 4th order scheme, with 16 elements. * - :doc:`s97 ` - 2D Poisson convergence test, 3rd order scheme, with :math:`4\times 4` elements. * - :doc:`s98 ` - 2D Poisson convergence test, 3rd order scheme, with :math:`8\times 8` elements. * - :doc:`s99 ` - 2D Poisson convergence test, 3rd order scheme, with :math:`16\times 16` elements. * - :doc:`s100 ` - 2D Poisson convergence test, 3rd order scheme, with :math:`32\times 32` elements. * - :doc:`s101 ` - 2D Poisson convergence test with periodic BCs and :math:`32\times 32` elements * - :doc:`s102 ` - 2D Poisson convergence test with periodic BCs and :math:`64\times 64` elements * - :doc:`s103 ` - 2D Poisson convergence test with periodic BCs and :math:`128\times 128` elements * - :doc:`s104 ` - Temporal convergence study of Poisson bracket with Gaussian pulse. CFL 0.2. * - :doc:`s105 ` - Temporal convergence study of Poisson bracket with Gaussian pulse. CFL 0.1. * - :doc:`s106 ` - Temporal convergence study of Poisson bracket with Gaussian pulse. CFL 0.05. * - :doc:`s107 ` - Temporal convergence study of Poisson bracket with Gaussian pulse. CFL 0.025. * - :doc:`s108 ` - Same as s104, except with RK3 time-stepping. * - :doc:`s109 ` - Same as s108. CFL 0.1. * - :doc:`s110 ` - Same as s108. CFL 0.05. * - :doc:`s111 ` - Same as s108. CFL 0.025. * - :doc:`s112 ` - Convergence of Poisson bracket algorithm with 2nd order scheme, :math:`32\times 32` grid. * - :doc:`s113 ` - Convergence of Poisson bracket algorithm with 2nd order scheme, :math:`64\times 64` grid. * - :doc:`s114 ` - Convergence of Poisson bracket algorithm with 2nd order scheme, :math:`128\times 128` grid. * - :doc:`s115 ` - Convergence of Poisson bracket algorithm with 3rd order scheme, :math:`8\times 8` grid. * - :doc:`s116 ` - Same as s115, except with :math:`16\times 16` grid. * - :doc:`s117 ` - Same as s115, except with :math:`32\times 32` grid. * - :doc:`s118 ` - Rigid-body rotation problem for Poisson bracket, with :math:`32\times 32` grid. * - :doc:`s119 ` - Same as s118, except on :math:`64\times 64` grid. * - :doc:`s120 ` - Same as s118, except with 3-order spatial scheme. * - :doc:`s121 ` - Swirling flow problem with 3-order spatial scheme on :math:`32\times 32` grid. * - :doc:`s122 ` - Same as s115 for testing enstrophy convergence. CFL of 0.2, central flux. * - :doc:`s123 ` - Same as s122 for testing enstrophy convergence. CFL of 0.1, central flux. * - :doc:`s124 ` - Same as s122 for testing enstrophy convergence. CFL of 0.05, central flux. * - :doc:`s125 ` - Double shear problem, on :math:`64\times 64` grid, DG 2, upwind fluxes. * - :doc:`s126 ` - Same as s125, except with :math:`128\times 128` grid points. * - :doc:`s127 ` - Same as s125, except with DG3 scheme. * - :doc:`s128 ` - Same as s126, except with DG3 scheme. * - :doc:`s129 ` - Same as s125, except with CFL of 0.1. * - :doc:`s130 ` - Same as s130, except with CFL of 0.05. * - :doc:`s131 ` - Same as s125, except with a central flux. * - :doc:`s132 ` - Same as s125, except with CFL of 0.1 * - :doc:`s133 ` - Same as s125, except with CFL of 0.05 * - :doc:`s134 ` - Vortex waltx problem, :math:`64 \times 64` grid. * - :doc:`s135 ` - Vortex waltx problem, :math:`128 \times 128` grid. * - :doc:`s136 ` - Vortex waltx problem, :math:`256 \times 256` grid. * - :doc:`s137 ` - Vortex waltx problem, DG3, :math:`32 \times 32` grid. * - :doc:`s138 ` - Vortex waltx problem, DG3, :math:`64 \times 64` grid. * - :doc:`s139 ` - Vortex waltx problem, DG3, :math:`128 \times 128` grid. * - :doc:`s140 ` - Vortex waltz problem, :math:`64 \times 64` grid with central flux, CFL 0.2 * - :doc:`s141 ` - Vortex waltz problem, :math:`64 \times 64` grid with central flux, CFL 0.1 * - :doc:`s142 ` - Vortex waltz problem, :math:`64 \times 64` grid with central flux, CFL 0.05 * - :doc:`s143 ` - Vlasov free-streaming operator test. DG2, upwind flux on :math:`64 \times 64` grid. * - :doc:`s144 ` - Vlasov free-streaming operator test. DG2, upwind flux on :math:`32 \times 8` grid. * - :doc:`s145 ` - Vlasov free-streaming operator test. DG2, upwind flux on :math:`32 \times 16` grid. * - :doc:`s146 ` - Vlasov free-streaming operator test. DG3, upwind flux on :math:`32 \times 8` grid. * - :doc:`s147 ` - Vlasov free-streaming operator test. DG3, upwind flux on :math:`32 \times 16` grid. * - :doc:`s148 ` - Vlasov in potential well. DG2, upwind flux on :math:`32 \times 64` grid. * - :doc:`s149 ` - Vlasov in potential well. DG2, upwind flux on :math:`64 \times 128` grid. * - :doc:`s150 ` - Vlasov in quadratic potential well. DG2, upwind flux on :math:`64 \times 128` grid. * - :doc:`s151 ` - Vlasov-Poisson, Landau damping :math:`k=0.5`, :math:`T_e = 1.0`. * - :doc:`s152 ` - Same as s151, except :math:`T_e = 0.5`. * - :doc:`s153 ` - Same as s151, except :math:`T_e = 0.6`. * - :doc:`s154 ` - Same as s151, except :math:`T_e = 0.75`. * - :doc:`s155 ` - Same as s151, except :math:`T_e = 1.25`. * - :doc:`s156 ` - Same as s151, except :math:`T_e = 1.5`. * - :doc:`s157 ` - Same as s151, except :math:`T_e = 1.75`. * - :doc:`s158 ` - Same as s151, except :math:`T_e = 1.8`. * - :doc:`s159 ` - Same as s151, except :math:`T_e = 1.9`. * - :doc:`s160 ` - Same as s151, except :math:`T_e = 2.0`. * - :doc:`s161 ` - Same as s151, except :math:`T_e = 2.2`. * - :doc:`s162 ` - Same as s151, except :math:`\alpha=0.5`. (Nonlinear Landau damping) * - :doc:`s163 ` - Vlasov-Poisson, Landau damping :math:`k=\sqrt{0.08}`, :math:`T_e = 1.0` on a large domain. * - :doc:`s164 ` - Same as s163, except :math:`k=\sqrt{0.1}`. * - :doc:`s165 ` - Same as s163, except :math:`k=\sqrt{0.12}`. * - :doc:`s166 ` - Same as s163, except :math:`k=\sqrt{0.06}`. * - :doc:`s167 ` - Same as s163, except :math:`k=0.25`. * - :doc:`s168 ` - Same as s163, except :math:`k=0.5`. * - :doc:`s169 ` - Same as s163, except :math:`k=0.75`. * - :doc:`s170 ` - Same as s163, except :math:`k=1.0`. * - :doc:`s171 ` - Same as s163, except :math:`k=2.5`. * - :doc:`s172 ` - Ion-acoustic waves with quasi-neutrality condition and :math:`T_i/T_e = 0.1`. * - :doc:`s173 ` - Ion-acoustic waves with quasi-neutrality condition and :math:`T_i/T_e = 0.5`. * - :doc:`s174 ` - Ion-acoustic waves with quasi-neutrality condition and :math:`T_i/T_e = 0.75`. * - :doc:`s175 ` - Ion-acoustic waves with quasi-neutrality condition and :math:`T_i/T_e = 1.0`. * - :doc:`s176 ` - Ion-acoustic waves with quasi-neutrality condition and :math:`T_i/T_e = 1.5`. * - :doc:`s177 ` - Ion-acoustic waves with quasi-neutrality condition and :math:`T_i/T_e = 2.0`. * - :doc:`s178 ` - Ion-acoustic waves with quasi-neutrality condition and :math:`T_i/T_e = 0.3`. * - :doc:`s179 ` - Vlasov-Poisson simulation to test momentum conservation, :math:`8\times 128` cells. * - :doc:`s180 ` - Same as s179, except :math:`8\times 32` cells. * - :doc:`s181 ` - Same as s179, except :math:`16\times 128` cells. * - :doc:`s182 ` - Same as s179, except :math:`32\times 128` cells. * - :doc:`s183 ` - Same as s179 except, :math:`64\times 128` cells. * - :doc:`s184 ` - Vlasov-Poisson simulation to test energy conservation, :math:`16\times 32` cells, CFL 0.3. * - :doc:`s185 ` - Same as s184, except CFL :math:`0.3/2` * - :doc:`s186 ` - Same as s184, except CFL :math:`0.3/4` * - :doc:`s187 ` - Same as s184, except CFL :math:`0.3/8` * - :doc:`s188 ` - Same as s179, except :math:`16\times 32` cells. * - :doc:`s189 ` - Same as s179, except :math:`16\times 64` cells. * - :doc:`s190 ` - Same as s179, except :math:`16\times 128` cells. * - :doc:`s191 ` - Same as s179 except, :math:`128\times 128` cells. * - :doc:`s192 ` - Vlasov-Poisson simulation to test energy conservation, :math:`16\times 32` cells, CFL 0.2, DG3. * - :doc:`s193 ` - Same as s192, except CFL :math:`0.1`. * - :doc:`s194 ` - Same as s192, except CFL :math:`0.05`. * - :doc:`s195 ` - Same as s192, except CFL :math:`0.025`. * - :doc:`s196 ` - Vlasov-Poisson simulation to test momentum conservation, :math:`8\times 128` cells, DG3 * - :doc:`s197 ` - Same as s196, except :math:`16\times 128` cells. * - :doc:`s198 ` - Same as s196, except :math:`32\times 128` cells. * - :doc:`s199 ` - Same as s196, except :math:`64\times 128` cells. * - :doc:`s200 ` - Same as s196, except :math:`128\times 128` cells. * - :doc:`s201 ` - Rigid-body flow with nodal DG updater, :math:`16\times 16` cells. * - :doc:`s202 ` - Rigid-body flow with nodal DG updater, :math:`32\times 32` cells. * - :doc:`s203 ` - Rigid-body flow with nodal DG updater, :math:`64\times 64` cells. * - :doc:`s204 ` - Rigid-body flow with nodal DG updater polyOrder 2, :math:`32\times 32` cells. * - :doc:`s205 ` - Swirling flow with nodal DG updater polyOrder 2, :math:`32\times 32` cells. * - :doc:`s206 ` - Helical flow with nodal DG updater polyOrder 2, :math:`16\times 16\times 16` cells. * - :doc:`s207 ` - Advection-diffusion test, 8 cells * - :doc:`s208 ` - Advection-diffusion test, 16 cells * - :doc:`s209 ` - Advection-diffusion test, 32 cells * - :doc:`s210 ` - Advection-diffusion test, 64 cells * - :doc:`s211 ` - Advection-diffusion test, 8 cells, 3-point flux * - :doc:`s212 ` - Advection-diffusion test, 16 cells, 3-point flux * - :doc:`s213 ` - Advection-diffusion test, 32 cells, 3-point flux * - :doc:`s214 ` - Advection-diffusion test, 64 cells, 3-point flux * - :doc:`s215 ` - Hasegawa-Wakatani, with adiabacity parameter 0.1 * - :doc:`s216 ` - Hasegawa-Wakatani, with adiabacity parameter 0.01 * - :doc:`s217 ` - Hasegawa-Wakatani, with adiabacity parameter 0.3 * - :doc:`s218 ` - Hasegawa-Wakatani, with adiabacity parameter 1.0 * - :doc:`s219 ` - Hasegawa-Wakatani, with adiabacity parameter 2.0 * - :doc:`s220 ` - 1D Euler shock with low density/pressure region. Wave-propagation scheme with pressure/density fix. (See s8) * - :doc:`s221 ` - Modified Hasegawa-Wakatani, with adiabacity parameter 0.5 * - :doc:`s222 ` - Modified Hasegawa-Wakatani, with adiabacity parameter 1.0 * - :doc:`s223 ` - Two-fluid 5-moment GEM challenge with zero guide field, :math:`256x128` domain * - :doc:`s224 ` - Two-fluid 5-moment GEM challenge with guide field 0.25, :math:`256x128` domain * - :doc:`s225 ` - Two-fluid 5-moment GEM challenge with guide field 0.5, :math:`256x128` domain * - :doc:`s226 ` - Two-fluid 5-moment GEM challenge with guide field 0.75, :math:`256x128` domain * - :doc:`s227 ` - Two-fluid 5-moment GEM challenge with guide field 1.0, :math:`256x128` domain * - :doc:`s228 ` - Two-fluid 5-moment GEM challenge with guide field 2.0, :math:`256x128` domain * - :doc:`s229 ` - Two-fluid 5-moment GEM challenge with guide field 5.0, :math:`256x128` domain * - :doc:`s230 ` - Two-fluid 5-moment GEM challenge with guide field 10.0, :math:`256x128` domain * - :doc:`s231 ` - Two-fluid 5-moment GEM challenge with zero guide field, :math:`512x256` domain * - :doc:`s232 ` - Two-fluid 5-moment GEM challenge with guide field 0.25, :math:`512x256` domain * - :doc:`s233 ` - Two-fluid 5-moment GEM challenge with guide field 0.5, :math:`512x256` domain * - :doc:`s234 ` - Two-fluid 5-moment GEM challenge with guide field 0.75, :math:`512x256` domain * - :doc:`s235 ` - Two-fluid 5-moment GEM challenge with guide field 1.0, :math:`512x256` domain * - :doc:`s236 ` - Same as 235, except using open BCs instead of walls * - :doc:`s237 ` - Same as 235 (guide field 1.0), except with 5% perturbation instead of 10%. * - :doc:`s238 ` - Two-fluid 5-moment GEM challenge, :math:`768\times768` on :math:`25\times 25` domain and open BCs * - :doc:`s239 ` - Same as s238, except on a :math:`252\times 252` grid. * - :doc:`s240 ` - Same as s238, except on a :math:`512\times 512` grid. * - :doc:`s241 ` - Open domain reconnection on :math:`50\times 25` domain, :math:`1024\times 512` grid. * - :doc:`s242 ` - Diffusion equation with RDG scheme, using 8 cells, polyOrder 1. * - :doc:`s243 ` - Same as 242, except with 16 cells. * - :doc:`s244 ` - Same as 242, except with 32 cells. * - :doc:`s245 ` - Same as 242, except with 64 cells. * - :doc:`s246 ` - Diffusion equation with RDG scheme, using 4 cells, polyOrder 2. * - :doc:`s247 ` - Same as 246, except with 8 cells. * - :doc:`s248 ` - Same as 246, except with 16 cells. * - :doc:`s249 ` - Same as 249, except with 32 cells. * - :doc:`s250 ` - Diffusion equation with RDG scheme in 2D, using :math:`8\times 8` cells, polyOrder 1. * - :doc:`s251 ` - Same as s250, except on :math:`16\times 16` grid. * - :doc:`s252 ` - Same as s250, except on :math:`32\times 32` grid. * - :doc:`s253 ` - Same as s250, except on :math:`64\times 64` grid. * - :doc:`s254 ` - Free streaming of particles on a bounded domain. * - :doc:`s255 ` - Vlasov equation with fixed potential on a bounded domain. * - :doc:`s256 ` - Open domain reconnection on :math:`50\times 25` domain, :math:`1536\times 768` grid. * - :doc:`s257 ` - Blob simulation on :math:`30\times 20` domain and :math:`96\times 64` grid, no diffusion. * - :doc:`s258 ` - Blob simulation on :math:`60\times 40` domain and :math:`192\times 128` grid, no diffusion. * - :doc:`s259 ` - Same as s257, except with Rayleigh number :math:`1\times10^{4}` * - :doc:`s260 ` - Same as s259, except on :math:`192\times 128` grid. * - :doc:`s261 ` - Same as s260, except with Rayleigh number :math:`1\times10^{6}` * - :doc:`s262 ` - Same as s260, except with Rayleigh number :math:`1\times10^{8}` * - :doc:`s263 ` - Same as s260, except on a :math:`60\times 40` domain. * - :doc:`s264 ` - Same as s260, except on a :math:`60\times 40` domain, :math:`384\times 256` grid. * - :doc:`s265 ` - Same as s260, except on a :math:`60\times 40` domain and fixed BCs in X and periodic in Y. * - :doc:`s266 ` - Same as s265, except on a :math:`384\times 256` grid. * - :doc:`s267 ` - Same as s266, except on a :math:`450\times 300` grid. * - :doc:`s268 ` - Same as s266, except with central fluxes. * - :doc:`s269 ` - Free streaming of particles on a bounded domain, with partially reflecting walls. See s254. * - :doc:`s270 ` - Open domain reconnection on :math:`50\times 25` domain, :math:`250\times 125` grid. * - :doc:`s271 ` - Open domain reconnection on :math:`50\times 25` domain, :math:`500\times 250` grid. * - :doc:`s272 ` - GEM challenge problem with 10-momnent equations, :math:`256\times 128` grid. * - :doc:`s273 ` - GEM challenge problem with 10-momnent equations, :math:`512\times 256` grid. * - :doc:`s274 ` - GEM challenge problem with 5-moment equations, :math:`512\times 256` grid and open domain (see s231) * - :doc:`s275 ` - Open domain reconnection with 10-moment equations, :math:`500\times 250` grid. (See s271) * - :doc:`s276 ` - Open domain reconnection with 10-moment equations, :math:`1000\times 500` grid. (See s275) * - :doc:`s277 ` - Same as s275 expect collision frequency of 1.0. * - :doc:`s278 ` - Same as s275 expect collision frequency of 0.0. * - :doc:`s279 ` - Same as s277 expect on :math:`1000\times 500` grid. * - :doc:`s280 ` - Same as s271 (5-moment) except on :math:`1000\times 500` grid. * - :doc:`s281 ` - Open domain reconnection with 10-moment equations, :math:`500\times 250` grid with local relaxation heat-flux. (See s271) * - :doc:`s282 ` - Same as s281, except on :math:`1000\times 500` grid. * - :doc:`s283 ` - Same as s281, except on :math:`250\times 125` grid * - :doc:`s284 ` - EM pulse in box (see s57). This is to test flux and electric field relations. * - :doc:`s285 ` - EM pulse in box (see s57 and s284). With in-plane electric field. * - :doc:`s286 ` - Ten-moment doubly periodic Harris sheet simulation to compare with PSC. On :math:`250\times 125` grid. * - :doc:`s287 ` - Same as s286, except on a :math:`1000\times 500` grid. * - :doc:`s288 ` - FDTD Maxwell solver, in preparation for FD/FV two-fluid scheme. (See s63). * - :doc:`s289 ` - A plamsa in a box, perturbed with a EM pulse. Another attempt to nail down div(E) problems. * - :doc:`s290 ` - Same as s286, except on a :math:`500\times 250` grid. * - :doc:`s291 ` - EM pulse in box (see s284). Using dimensional splitting. * - :doc:`s292 ` - Same as s286, except using dimensional splitting. * - :doc:`s293 ` - Same as s286, except using explicit RK4 source update (this just for comparsion with s286). * - :doc:`s294 ` - Same as s292, except on a :math:`500\times 250` grid. * - :doc:`s295 ` - Same as s292, except on a :math:`500\times 250` grid and :math:`100\times 50` domain. * - :doc:`s296 ` - Same as s295, except on a :math:`1000\times 500` grid and :math:`100\times 50` domain. * - :doc:`s297 ` - Same as s282 (open domain reconnection), except using a dimensional splitting. * - :doc:`s298 ` - Same as s296 (double periodic), except with collisional relaxation (elcCollisionFreq 1.0). * - :doc:`s299 ` - Same as s296 (double periodic), except on :math:`2000\times 1000`. * - :doc:`s300 ` - Same as s296 (double periodic), except with CFL of 0.95. * - :doc:`s301 ` - Doubly periodic reconnection with 5-moment model. :math:`1000\times 500` grid. * - :doc:`s302 ` - Doubly periodic reconnection with 5-moment model. :math:`1000\times 500` grid, on :math`200\times 100` grid. * - :doc:`s303 ` - Same as s302, except on :math:`2000\times 1000`. * - :doc:`s304 ` - Two-fluid 5-moment GEM challenge with zero guide field, :math:`512x256` grid, dimensional splitting * - :doc:`s305 ` - Same as s304, except on double the domain and :math:`1024x512` grid. * - :doc:`s306 ` - Same as s304, except :math:`1024x512` grid. * - :doc:`s307 ` - Same as s296 (double periodic 10M), except using :math:`\eta J` term and on :math:`500\times 250` grid. * - :doc:`s308 ` - Same as s296 (double periodic 10M), except using a perturbation of 0.5. * - :doc:`s309 ` - Same as 301 (double periodic 5M), except enforcing quasi-neutrality * - :doc:`s310 ` - Same as 309, with div(E) also enforced using hyperbolic cleaning. * - :doc:`s311 ` - Same as 304, shorter wih more output and odd number of cells * - :doc:`s312 ` - Same as 311, except with Ey initialized to equilibrium value. * - :doc:`s313 ` - Same as 312, except with :math:`1601\times 801` mesh. * - :doc:`s314 ` - Same as s311, except both electrons and ions carry current, on a :math:`1001\times 501` grid. * - :doc:`s315 ` - Same as s296 (double tearing), except both electrons and ions carry current, and using different perturbation. * - :doc:`s316 ` - Same as s315, except using :math:`k=1/\delta_i`. * - :doc:`s317 ` - Same as s314, except fewer output files, and run longer * - :doc:`s318 ` - Same s297 (open domain reconnection, 10M), except electrons and ions carry current * - :doc:`s319 ` - Same as s280 (open domain reconnection, 5M), dimensional splitting, both electrons and ions carry current. * - :doc:`s320 ` - Standard GEM reconnection, with 10M model and periodic in X and walls in Y * - :doc:`s321 ` - Same as s320, except with wave number of ionSkinDepth. * - :doc:`s322 ` - Same as s316, except using :math:`1002\times 502` mesh. * - :doc:`s323 ` - Same as s316, using no ion relaxation. * - :doc:`s324 ` - Same as s316, with new equilibrium for double tearing (:math:`k=1/\delta_i`) * - :doc:`s325 ` - Same as s324, expect with :math:`k=1/\delta_e` * - :doc:`s326 ` - Two-fluid, isothermal standard GEM reconnection. * - :doc:`s327 ` - 10-moment with anisotropic heat relaxation closure. * - :doc:`s328 ` - Diffusion with Local DG scheme, same parameters as s245. * - :doc:`s329 ` - Diffusion with modal DG scheme. Run to steady-state with sin(x) source. LDG-L scheme. * - :doc:`s330 ` - Same as s329, except with LDG-R scheme. * - :doc:`s331 ` - Same as s329, except with LDG-S scheme. * - :doc:`s332 ` - Same as s329, except with RDG scheme. * - :doc:`s333 ` - Decaying temperature problem, LDG-L scheme, 8 cells. * - :doc:`s334 ` - Same as s333, except with LDG-R scheme, 8 cells. * - :doc:`s335 ` - Same as s333, except with LDG-S scheme, 8 cells. * - :doc:`s336 ` - Same as s333, except with RDG scheme, 8 cells. * - :doc:`s337 ` - Same as s333 (LDG-L), except 16 cells. * - :doc:`s338 ` - Same as s334 (LDG-R), except 16 cells. * - :doc:`s339 ` - Same as s335 (LDG-S), except 16 cells. * - :doc:`s340 ` - Same as s340 (RDG), except 16 cells. * - :doc:`s341 ` - Same as s333 (LDG-L), except 32 cells. * - :doc:`s342 ` - Same as s334 (LDG-R), except 32 cells. * - :doc:`s343 ` - Same as s335 (LDG-S), except 32 cells. * - :doc:`s344 ` - Same as s340 (RDG), except 32 cells. * - :doc:`s345 ` - Same as s333 (LDG-L), except 4 cells. (This is out of whack, but needed for proposal) * - :doc:`s346 ` - Same as s340 (RDG), except 4 cells. (This is out of whack, but needed for proposal) * - :doc:`s347 ` - Linearized EM/GKE solver, polyOrder 1. Normalized :math:`\beta=0.0`, :math:`k_\perp^2=0.01`. * - :doc:`s348 ` - Same as s347, except :math:`k_\perp^2=0.05`. * - :doc:`s349 ` - Same as s347, except :math:`k_\perp^2=0.1`. * - :doc:`s350 ` - Same as s347, except :math:`k_\perp^2=0.2`. * - :doc:`s351 ` - Same as s347, except :math:`k_\perp^2=0.3`. * - :doc:`s352 ` - Same as s347, except :math:`k_\perp^2=0.5`. * - :doc:`s353 ` - Same as s347, except :math:`k_\perp^2=0.75`. * - :doc:`s354 ` - Same as s347, except :math:`k_\perp^2=1.0`. * - :doc:`s355 ` - Same as s347, except :math:`k_\perp^2=0.01`, polyOrder 2. * - :doc:`s356 ` - Same as s348, except :math:`k_\perp^2=0.05`, polyOrder 2. * - :doc:`s357 ` - Same as s349, except :math:`k_\perp^2=0.1`, polyOrder 2. * - :doc:`s358 ` - Same as s350, except :math:`k_\perp^2=0.2`, polyOrder 2. * - :doc:`s359 ` - Same as s351, except :math:`k_\perp^2=0.3`, polyOrder 2. * - :doc:`s360 ` - Same as s352, except :math:`k_\perp^2=0.5`, polyOrder 2. * - :doc:`s361 ` - Same as s353, except :math:`k_\perp^2=0.75`, polyOrder 2. * - :doc:`s362 ` - Same as s354, except :math:`k_\perp^2=0.75`, polyOrder 2. * - :doc:`s363 ` - Same as s357 (:math:`k_\perp^2=0.1`), :math:`\beta=0.1`. * - :doc:`s364 ` - Same as s363, except :math:`\beta=0.5`. * - :doc:`s365 ` - Same as s363, except :math:`\beta=1.0`. * - :doc:`s366 ` - Same as s363, except :math:`\beta=2.5`. * - :doc:`s367 ` - Same as s363, except :math:`\beta=5.0`. * - :doc:`s368 ` - Same as s363, except :math:`\beta=7.5`. * - :doc:`s369 ` - Same as s363, except :math:`\beta=10.0`. * - :doc:`s370 ` - Same as s357 (:math:`k_\perp^2=0.05`), :math:`\beta=0.1`. * - :doc:`s371 ` - Same as s370, except :math:`\beta=0.5`. * - :doc:`s372 ` - Same as s370, except :math:`\beta=1.0`. * - :doc:`s373 ` - Same as s370, except :math:`\beta=2.5`. * - :doc:`s374 ` - Same as s370, except :math:`\beta=5.0`. * - :doc:`s375 ` - Same as s370, except :math:`\beta=7.5`. * - :doc:`s376 ` - Same as s370, except :math:`\beta=10.0`. * - :doc:`s377 ` - Same as s357 (:math:`k_\perp^2=0.01`), :math:`\beta=0.1`. * - :doc:`s378 ` - Same as s377, except :math:`\beta=0.5`. * - :doc:`s379 ` - Same as s377, except :math:`\beta=1.0`. * - :doc:`s380 ` - Same as s377, except :math:`\beta=2.5`. * - :doc:`s381 ` - Same as s377, except :math:`\beta=5.0`. * - :doc:`s382 ` - Same as s377, except :math:`\beta=7.5`. * - :doc:`s383 ` - Same as s377, except :math:`\beta=10.0`. * - :doc:`s384 ` - Fixed :math:`\beta=10.0`, :math:k_\perp^2=10^{-4}`. * - :doc:`s385 ` - Fixed :math:`\beta=10.0`, :math:k_\perp^2=0.75`. * - :doc:`s386 ` - Fixed :math:`\beta=10.0`, :math:k_\perp^2=1.0`. * - :doc:`s387 ` - Nonlinear 1D GK/EM, :math:`\beta=10.0`, :math:k_\perp^2=0.05`. * - :doc:`s388 ` - Same as s387, except :math:k_\perp^2=0.01`. * - :doc:`s389 ` - 2D Euler, equation smooth periodic problem on :math:`25\times 25` grid. * - :doc:`s390 ` - Same as s389, except :math:`50\times 50` grid. * - :doc:`s391 ` - Same as s389, except :math:`100\times 100` grid. * - :doc:`s392 ` - Same as s389, except :math:`200\times 200` grid. * - :doc:`s393 ` - Pulse in a box, to test energy conservation of Euler with solid walls. * - :doc:`s394 ` - 2D Riemann problem for Euler, Case 3 in Liska and Wendroff * - :doc:`s395 ` - 2D Riemann problem for Euler, Case 4 in Liska and Wendroff * - :doc:`s396 ` - 2D Riemann problem for Euler, Case 6 in Liska and Wendroff * - :doc:`s397 ` - 2D Riemann problem for Euler, Case 12 in Liska and Wendroff * - :doc:`s398 ` - 2D Riemann problem for Euler, Case 15 in Liska and Wendroff * - :doc:`s399 ` - 2D Riemann problem for Euler, Case 17 in Liska and Wendroff * - :doc:`s400 ` - Noh problem, on :math:`200\times 200` grid. * - :doc:`s401 ` - Noh problem, on :math:`400\times 400` grid. * - :doc:`s402 ` - Rayleigh-Taylor instability for Euler equation * - :doc:`s403 ` - Implosion problem, Euler equations, XY-YX updates * - :doc:`s404 ` - Implosion problem, Euler equations, run to :math:`t=0.045`. * - :doc:`s405 ` - Implosion problem, Euler equations, XY-XY updates * - :doc:`s406 ` - Implosion problem, dimensionally unsplit scheme. * - :doc:`s407 ` - Explosion problem, Euler equations. * - :doc:`s408 ` - Spherical Riemann problem, 3D Euler equations on :math:`37\times 37\times 25` grid. * - :doc:`s409 ` - Same as s408, except :math:`75\times 75\times 50` grid. * - :doc:`s410 ` - Same as s408, except :math:`150\times 150\times 100` grid. * - :doc:`s411 ` - Same as s408, except done in axisymmetric geometry, for comparison with s408 etc. * - :doc:`s412 ` - Vorticity generated by shock wave, Euler 3D test. On :math:`120\times 80\times 40` grid. * - :doc:`s413 ` - Same as s412, except on :math:`300\times 200\times 100` grid. * - :doc:`s414 ` - Five-moment LHDI simulation. Random initial perturbation * - :doc:`s415 ` - 2D Euler equations with embedded boundary: flow in nozzle * - :doc:`s416 ` - 2D Euler equations with embedded boundary: flow over wedge * - :doc:`s417 ` - Same as s416, except on :math:`400\times 200` grid. * - :doc:`s418 ` - Mach 10 shock over 30 degree wedge formation of Mach stem. * - :doc:`s419 ` - Same as s418, Roe fluxes. * - :doc:`s420 ` - Mach 2 shock interacting with a cylinder. * - :doc:`s421 ` - Same as s420, except using Roe-flux. * - :doc:`s422 ` - Mach 3 interaction with two cylinders. * - :doc:`s423 ` - Supersonic (Mach 2) flow over an ellipsoid. Axisymmetric case. * - :doc:`s424 ` - Supersonic (Mach 2) flow over an ellipsoid. * - :doc:`s425 ` - Same as s424, except on higher resolution grid. * - :doc:`s426 ` - Island coalescence problem with 5-moment equations. See Karimaadi Phys. Rev. Letters, 107. 2011. :math:`640\times 320` * - :doc:`s427 ` - Same as s426, except :math:`1280\times 640` grid * - :doc:`s428 ` - Same as s426, except for :math:`\lambda = 10 d_i`. * - :doc:`s429 ` - Same as s426, except for :math:`\lambda = 25 d_i`. * - :doc:`s430 ` - Same as s426, except for :math:`\lambda = 15 d_i`. * - :doc:`s431 ` - Same as s426, except for :math:`\lambda = 50 d_i`. * - :doc:`s432 ` - Same as s426, except for :math:`\lambda = 100 d_i`. * - :doc:`s433 ` - Island coalescence problem with 10-moment equations, :math:`\lambda = 5 d_i` (See s426), :math:`640\times 320` grid. * - :doc:`s434 ` - Same as s433, except :math:`1280\times 640` grid. * - :doc:`s435 ` - Same as s433, except :math:`\lambda = 10 d_i`. * - :doc:`s436 ` - Same as s433, except :math:`\lambda = 25 d_i`. * - :doc:`s437 ` - Same as s433, except :math:`\lambda = 15 d_i`. * - :doc:`s438 ` - 2D Euler RT instability (Athena test) * - :doc:`s439 ` - Same as s438, except on a :math:`300\times 900` grid. * - :doc:`s440 ` - Same as s438, except with random noise perturbation * - :doc:`s441 ` - Same as s440, except on a :math:`300\times 900` grid. * - :doc:`s442 ` - 3D Euler RT instability (Athena test), :math:`50\times 150\times 50` grid. * - :doc:`s443 ` - Same as s442, :math:`100\times 300\times 100` grid * - :doc:`s444 ` - Same as s443, :math:`100\times 300\times 100` grid, with random perturbation * - :doc:`s445 ` - Same as s444, :math:`200\times 600\times 200` grid * - :doc:`s446 ` - Same as s443, :math:`200\times 600\times 200` grid * - :doc:`s447 ` - Five-moment LHDI simulation. Same as s441, except on a :math:`500\times 500` grid