diff --git a/doc/wiki/Runtime-Parameters:-All.md b/doc/wiki/Runtime-Parameters:-All.md
index c81e19c44..a7885a47e 100644
--- a/doc/wiki/Runtime-Parameters:-All.md
+++ b/doc/wiki/Runtime-Parameters:-All.md
@@ -57,8 +57,8 @@ The workflow is triggered by push changes to any of `src/Init/Init_Load_Paramet
| [[ DT__PARVEL_MAX \| Runtime-Parameters:-Timestep#DT__PARVEL_MAX ]] | -1.0 | None | None | dt criterion: maximum allowed dt from particle velocity (<0=off) [-1.0] |
| DT__PHASE | 0.0 | 0.0 | None | dt criterion: phase rotation safety factor (0=off) [0.0] ##ELBDM ONLY## |
| [[ DT__SPEED_OF_LIGHT \| Runtime-Parameters:-Timestep#DT__SPEED_OF_LIGHT ]] | 0 | None | None | dt criterion: speed of light [0] ##SRHD ONLY## |
-| [[ DT__SYNC_CHILDREN_LV \| Runtime-Parameters:-Timestep#DT__SYNC_CHILDREN_LV ]] | 0.1 | 0.0 | 1.0 | dt criterion: allow dt to adjust by (1.0-DT__SYNC_CHILDREN) in order to synchronize the children level (for OPT__DT_LEVEL==3 only; 0=off) [0.1] |
-| [[ DT__SYNC_PARENT_LV \| Runtime-Parameters:-Timestep#DT__SYNC_PARENT_LV ]] | 0.1 | 0.0 | None | dt criterion: allow dt to adjust by (1.0+DT__SYNC_PARENT) in order to synchronize the parent level (for OPT__DT_LEVEL==3 only) [0.1] |
+| [[ DT__SYNC_CHILDREN_LV \| Runtime-Parameters:-Timestep#DT__SYNC_CHILDREN_LV ]] | 0.1 | 0.0 | 1.0 | dt criterion: allow dt to adjust by (1.0-DT__SYNC_CHILDREN) in order to synchronize with the children level (for OPT__DT_LEVEL==3 only; 0=off) [0.1] |
+| [[ DT__SYNC_PARENT_LV \| Runtime-Parameters:-Timestep#DT__SYNC_PARENT_LV ]] | 0.1 | 0.0 | None | dt criterion: allow dt to adjust by (1.0+DT__SYNC_PARENT) in order to synchronize with the parent level (for OPT__DT_LEVEL==3 only) [0.1] |
| [[ DUAL_ENERGY_SWITCH \| Hydro#DUAL_ENERGY_SWITCH ]] | 2.0e-2 | 0.0 | None | apply dual-energy if E_int/E_kin < DUAL_ENERGY_SWITCH [2.0e-2] ##DUAL_ENERGY ONLY## |
# E
@@ -77,7 +77,7 @@ The workflow is triggered by push changes to any of `src/Init/Init_Load_Paramet
| [[ EXT_POT_TABLE_EDGEL_X \| Gravity#EXT_POT_TABLE_EDGEL_X ]] | None | None | None | ... : starting x/y/z coordinates |
| [[ EXT_POT_TABLE_EDGEL_Y \| Gravity#EXT_POT_TABLE_EDGEL_Y ]] | None | None | None | |
| [[ EXT_POT_TABLE_EDGEL_Z \| Gravity#EXT_POT_TABLE_EDGEL_Z ]] | None | None | None | |
-| EXT_POT_TABLE_FLOAT8 | -1 | -1 | -1 | ... : double precision (<0=auto -> FLOAT8, 0=off, 1=on) [-1] not supported yet; use -1 for now |
+| EXT_POT_TABLE_FLOAT8 | -1 | -1 | -1 | ... : double precision (<0=auto -> FLOAT8, 0=off, 1=on) [-1] --> not supported yet; use -1 for now |
| [[ EXT_POT_TABLE_NAME \| Gravity#EXT_POT_TABLE_NAME ]] | None | None | None | external potential table: filename |
| [[ EXT_POT_TABLE_NPOINT_X \| Gravity#EXT_POT_TABLE_NPOINT_X ]] | -1 | None | None | ... : table size (i.e., number of data points) along x/y/z |
| [[ EXT_POT_TABLE_NPOINT_Y \| Gravity#EXT_POT_TABLE_NPOINT_Y ]] | -1 | None | None | |
@@ -112,7 +112,7 @@ The workflow is triggered by push changes to any of `src/Init/Init_Load_Paramet
| [[ GRACKLE_METAL \| Chemistry-and-Radiation#GRACKLE_METAL ]] | 0 | None | None | ... "metal_cooling" (must increase NCOMP_PASSIVE_USER by 1) [0] |
| [[ GRACKLE_PE_HEATING \| Chemistry-and-Radiation#GRACKLE_PE_HEATING ]] | 0 | None | None | ... "photoelectric_heating" [0] |
| [[ GRACKLE_PE_HEATING_RATE \| Chemistry-and-Radiation#GRACKLE_PE_HEATING_RATE ]] | 8.5e-26 | 0.0 | None | ... "photoelectric_heating_rate (in erg/cm^3/s)" [8.5e-26] |
-| [[ GRACKLE_PRIMORDIAL \| Chemistry-and-Radiation#GRACKLE_PRIMORDIAL ]] | 0 | 0 | 3 | ... "primordial_chemistry" (0=Cloudy, 1/2/3=6-/9-/12-species) [0] increase NCOMP_PASSIVE_USER by 6/9/12, respectively) |
+| [[ GRACKLE_PRIMORDIAL \| Chemistry-and-Radiation#GRACKLE_PRIMORDIAL ]] | 0 | 0 | 3 | ... "primordial_chemistry" (0=Cloudy, 1/2/3=6-/9-/12-species) [0] (must increase NCOMP_PASSIVE_USER by 6/9/12, respectively) |
| GRACKLE_THREE_BODY_RATE | 0 | 0 | 5 | used Glover+08 rate |
| [[ GRACKLE_UV \| Chemistry-and-Radiation#GRACKLE_UV ]] | 0 | None | None | ... "UVbackground" [0] |
| [[ GRACKLE_VERBOSE \| Chemistry-and-Radiation#GRACKLE_VERBOSE ]] | 1 | None | None | map to "grackle_verbose" [1] |
@@ -138,7 +138,7 @@ The workflow is triggered by push changes to any of `src/Init/Init_Load_Paramet
| Name | Default | Min | Max | Short description |
| :--- | :--- | :--- | :--- | :--- |
| [[ JEANS_MIN_PRES \| Hydro#JEANS_MIN_PRES ]] | 0 | None | None | minimum pressure estimated from the Jeans length [0] ##HYDRO/MHD and GRAVITY ONLY## |
-| [[ JEANS_MIN_PRES_LEVEL \| Hydro#JEANS_MIN_PRES_LEVEL ]] | -1 | None | NLEVEL-1 | for JEANS_MIN_PRES; ensure Jeans length is resolved by JEANS_MIN_PRES_NCELL*dh[JEANS_MIN_PRES_LEVEL] -> MAX_LEVEL) [-1] |
+| [[ JEANS_MIN_PRES_LEVEL \| Hydro#JEANS_MIN_PRES_LEVEL ]] | -1 | None | NLEVEL-1 | for JEANS_MIN_PRES; ensure Jeans length is resolved by JEANS_MIN_PRES_NCELL*dh[JEANS_MIN_PRES_LEVEL] (<0=auto -> MAX_LEVEL) [-1] |
| [[ JEANS_MIN_PRES_NCELL \| Hydro#JEANS_MIN_PRES_NCELL ]] | 4 | 1 | None | for JEANS_MIN_PRES; see JEANS_MIN_PRES_LEVEL [4] |
# L
@@ -179,7 +179,7 @@ The workflow is triggered by push changes to any of `src/Init/Init_Load_Paramet
| :--- | :--- | :--- | :--- | :--- |
| [[ OMEGA_M0 \| Runtime-Parameters:-Cosmology#OMEGA_M0 ]] | -1.0 | 0.0 | 1.0 | omega matter at the present time |
| [[ OMP_NTHREAD \| MPI-and-OpenMP#OMP_NTHREAD ]] | -1 | None | None | number of OpenMP threads (<=0=auto) [-1] ##OPENMP ONLY## |
-| [[ OPT__1ST_FLUX_CORR \| Hydro#OPT__1ST_FLUX_CORR ]] | -1 | None | 2 | correct unphysical results (defined by MIN_DENS/PRES) by the 1st-order fluxes: 0=off, 1=3D, 2=3D+1D) [-1] ##MHM/MHM_RP/CTU ONLY## |
+| [[ OPT__1ST_FLUX_CORR \| Hydro#OPT__1ST_FLUX_CORR ]] | -1 | None | 2 | correct unphysical results (defined by MIN_DENS/PRES) by the 1st-order fluxes: (<0=auto, 0=off, 1=3D, 2=3D+1D) [-1] ##MHM/MHM_RP/CTU ONLY## |
| [[ OPT__1ST_FLUX_CORR_SCHEME \| Hydro#OPT__1ST_FLUX_CORR_SCHEME ]] | RSOLVER_1ST_DEFAULT | None | 4 | Riemann solver for OPT__1ST_FLUX_CORR (-1=auto, 0=none, 1=Roe, 2=HLLC, 3=HLLE, 4=HLLD) [-1] |
| [[ OPT__1ST_FLUX_CORR_SCHEME \| Hydro#OPT__1ST_FLUX_CORR_SCHEME ]] | RSOLVER_1ST_DEFAULT | -1 | 3 | Riemann solver for OPT__1ST_FLUX_CORR (-1=auto, 0=none, 1=Roe, 2=HLLC, 3=HLLE, 4=HLLD) [-1] |
| [[ OPT__BC_FLU_XM \| Hydro#OPT__BC_FLU_XM ]] | -1 | 1 | 5 | fluid boundary condition at the -x face: (1=periodic, 2=outflow, 3=reflecting, 4=user, 5=diode) ##2/3/5 for HYDRO ONLY## |
@@ -204,11 +204,11 @@ The workflow is triggered by push changes to any of `src/Init/Init_Load_Paramet
| [[ OPT__CK_PROPER_NESTING \| Runtime-Parameters:-Miscellaneous#OPT__CK_PROPER_NESTING ]] | 0 | None | None | check the proper-nesting condition [0] |
| [[ OPT__CK_REFINE \| Runtime-Parameters:-Miscellaneous#OPT__CK_REFINE ]] | 0 | None | None | check the grid refinement [0] |
| [[ OPT__CK_RESTRICT \| Runtime-Parameters:-Miscellaneous#OPT__CK_RESTRICT ]] | 0 | None | None | check the data restriction [0] |
-| [[ OPT__CORR_AFTER_ALL_SYNC \| Hydro#OPT__CORR_AFTER_ALL_SYNC ]] | -1 | None | None | apply various corrections after all levels are synchronized (see "Flu_CorrAfterAllSync"): 0=off, 1=every step, 2=before dump) [-1] |
+| [[ OPT__CORR_AFTER_ALL_SYNC \| Hydro#OPT__CORR_AFTER_ALL_SYNC ]] | -1 | None | None | apply various corrections after all levels are synchronized (see "Flu_CorrAfterAllSync"): (-1=auto, 0=off, 1=every step, 2=before dump) [-1] |
| [[ OPT__DT_LEVEL \| Runtime-Parameters:-Timestep#OPT__DT_LEVEL ]] | 3 | 1 | 3 | dt at different AMR levels (1=shared, 2=differ by two, 3=flexible) [3] |
| [[ OPT__DT_USER \| Runtime-Parameters:-Timestep#OPT__DT_USER ]] | 0 | None | None | dt criterion: user-defined -> edit "Mis_GetTimeStep_UserCriteria.cpp" [0] |
-| [[ OPT__EXT_ACC \| Gravity#OPT__EXT_ACC ]] | 0 | 0 | 1 | add external acceleration (0=off, 1=function, 2=table) [0] ##HYDRO ONLY## 2 (table) is not supported yet |
-| [[ OPT__EXT_POT \| Gravity#OPT__EXT_POT ]] | 0 | 0 | 2 | add external potential (0=off, 1=function, 2=table) [0] for 2 (table), edit the corresponding parameters below too |
+| [[ OPT__EXT_ACC \| Gravity#OPT__EXT_ACC ]] | 0 | 0 | 1 | add external acceleration (0=off, 1=function, 2=table) [0] ##HYDRO ONLY## --> 2 (table) is not supported yet |
+| [[ OPT__EXT_POT \| Gravity#OPT__EXT_POT ]] | 0 | 0 | 2 | add external potential (0=off, 1=function, 2=table) [0] --> for 2 (table), edit the corresponding parameters below too |
| [[ OPT__FFTW_STARTUP \| Initial-Conditions#OPT__FFTW_STARTUP ]] | FFTW_STARTUP_DEFAULT | FFTW_STARTUP_DEFAULT | FFTW_STARTUP_MEASURE | initialise fftw plans: (-1=auto, 0=ESTIMATE, 1=MEASURE, 2=PATIENT (only FFTW3)) [-1] |
| [[ OPT__FFTW_STARTUP \| Initial-Conditions#OPT__FFTW_STARTUP ]] | FFTW_STARTUP_DEFAULT | FFTW_STARTUP_DEFAULT | FFTW_STARTUP_PATIENT | initialise fftw plans: (-1=auto, 0=ESTIMATE, 1=MEASURE, 2=PATIENT (only FFTW3)) [-1] |
| [[ OPT__FIXUP_ELECTRIC \| Hydro#OPT__FIXUP_ELECTRIC ]] | 1 | None | None | correct coarse grids by the fine-grid boundary electric field [1] ##MHD ONLY## |
@@ -244,7 +244,7 @@ The workflow is triggered by push changes to any of `src/Init/Init_Load_Paramet
| [[ OPT__GRA_INT_SCHEME \| Runtime-Parameters:-Interpolation#OPT__GRA_INT_SCHEME ]] | INT_CQUAD | 1 | 7 | ghost-zone potential for the gravity solver (for UNSPLIT_GRAVITY as well) [4] |
| [[ OPT__GRA_P5_GRADIENT \| Gravity#OPT__GRA_P5_GRADIENT ]] | 0 | None | None | 5-points gradient in the Gravity solver (must have GRA/USG_GHOST_SIZE_G>=2) [0] |
| [[ OPT__INIT \| Initial-Conditions#OPT__INIT ]] | -1 | 1 | 3 | initialization option: (1=FUNCTION, 2=RESTART, 3=FILE->"UM_IC") |
-| [[ OPT__INIT_BFIELD_BYVECPOT \| Initial-Conditions#OPT__INIT_BFIELD_BYVECPOT ]] | INIT_MAG_BYVECPOT_NONE | 0 | 2 | initialize the magnetic field from vector potential 1=external disk file named "B_IC", see tool/inits/gen_vec_pot.py for example, 2=function) [0] ##MHD ONLY## |
+| [[ OPT__INIT_BFIELD_BYVECPOT \| Initial-Conditions#OPT__INIT_BFIELD_BYVECPOT ]] | INIT_MAG_BYVECPOT_NONE | 0 | 2 | initialize the magnetic field from vector potential (0=off, 1=external disk file named "B_IC", see tool/inits/gen_vec_pot.py for example, 2=function) [0] ##MHD ONLY## |
| [[ OPT__INIT_GRID_WITH_OMP \| MPI-and-OpenMP#OPT__INIT_GRID_WITH_OMP ]] | 1 | None | None | enable OpenMP when assigning the initial condition of each grid patch [1] |
| [[ OPT__INIT_RESTRICT \| Initial-Conditions#OPT__INIT_RESTRICT ]] | 1 | None | None | restrict all data during the initialization [1] |
| [[ OPT__INT_FRAC_PASSIVE_LR \| Hydro#OPT__INT_FRAC_PASSIVE_LR ]] | 1 | None | None | convert specified passive scalars to mass fraction during data reconstruction [1] |
@@ -252,11 +252,11 @@ The workflow is triggered by push changes to any of `src/Init/Init_Load_Paramet
| [[ OPT__INT_PRIM \| Runtime-Parameters:-Interpolation#OPT__INT_PRIM ]] | 1 | None | None | switch to primitive variables when the interpolation on conserved variables fails [1] ##HYDRO ONLY## |
| [[ OPT__INT_TIME \| Runtime-Parameters:-Interpolation#OPT__INT_TIME ]] | 1 | None | None | perform "temporal" interpolation for OPT__DT_LEVEL == 2/3 [1] |
| [[ OPT__LAST_RESORT_FLOOR \| Hydro#OPT__LAST_RESORT_FLOOR ]] | 1 | None | None | apply floor values as the last resort when the fluid solver fails [1] ##HYDRO and MHD ONLY## |
-| [[ OPT__LR_LIMITER \| Hydro#OPT__LR_LIMITER ]] | LR_LIMITER_DEFAULT | -1 | 7 | slope limiter of data reconstruction in the MHM/MHM_RP/CTU schemes: 0=none, 1=vanLeer, 2=generalized MinMod, 3=vanAlbada, 4=vanLeer+generalized MinMod, 6=central, 7=Athena) [-1] |
+| [[ OPT__LR_LIMITER \| Hydro#OPT__LR_LIMITER ]] | LR_LIMITER_DEFAULT | -1 | 7 | slope limiter of data reconstruction in the MHM/MHM_RP/CTU schemes: (-1=auto, 0=none, 1=vanLeer, 2=generalized MinMod, 3=vanAlbada, 4=vanLeer+generalized MinMod, 6=central, 7=Athena) [-1] |
| [[ OPT__MAG_INT_SCHEME \| Runtime-Parameters:-Interpolation#OPT__MAG_INT_SCHEME ]] | INT_CQUAD | None | None | ghost-zone magnetic field for the MHD solver (2,3,4,6 only) [4] |
-| [[ OPT__MANUAL_CONTROL \| Runtime-Parameters:-Miscellaneous#OPT__MANUAL_CONTROL ]] | 1 | None | None | support manually dump data, stop run, or pause run during the runtime generating the file DUMP_GAMER_DUMP, STOP_GAMER_STOP, PAUSE_GAMER_PAUSE, respectively) [1] |
+| [[ OPT__MANUAL_CONTROL \| Runtime-Parameters:-Miscellaneous#OPT__MANUAL_CONTROL ]] | 1 | None | None | support manually dump data, stop run, or pause run during the runtime (by generating the file DUMP_GAMER_DUMP, STOP_GAMER_STOP, PAUSE_GAMER_PAUSE, respectively) [1] |
| [[ OPT__MEMORY_POOL \| Runtime-Parameters:-Refinement#OPT__MEMORY_POOL ]] | 0 | None | None | preallocate patches for OPT__REUSE_MEMORY=1/2 (Input__MemoryPool) [0] |
-| [[ OPT__MINIMIZE_MPI_BARRIER \| MPI-and-OpenMP#OPT__MINIMIZE_MPI_BARRIER ]] | 0 | None | None | minimize MPI barriers to improve load balance, especially with particles [0] PAR_IMPROVE_ACC=1, OPT__TIMING_BARRIER=0 only; recommend AUTO_REDUCE_DT=0) |
+| [[ OPT__MINIMIZE_MPI_BARRIER \| MPI-and-OpenMP#OPT__MINIMIZE_MPI_BARRIER ]] | 0 | None | None | minimize MPI barriers to improve load balance, especially with particles [0] (STORE_POT_GHOST, PAR_IMPROVE_ACC=1, OPT__TIMING_BARRIER=0 only; recommend AUTO_REDUCE_DT=0) |
| [[ OPT__NORMALIZE_PASSIVE \| Hydro#OPT__NORMALIZE_PASSIVE ]] | 1 | None | None | ensure "sum(passive_scalar_density) == gas_density" [1] |
| [[ OPT__NO_FLAG_NEAR_BOUNDARY \| Runtime-Parameters:-Refinement#OPT__NO_FLAG_NEAR_BOUNDARY ]] | 0 | None | None | flag: disallow refinement near the boundaries [0] |
| [[ OPT__OPTIMIZE_AGGRESSIVE \| Runtime-Parameters:-Miscellaneous#OPT__OPTIMIZE_AGGRESSIVE ]] | 0 | None | None | apply aggressive optimizations (experimental) [0] |
@@ -273,7 +273,7 @@ The workflow is triggered by push changes to any of `src/Init/Init_Load_Paramet
| [[ OPT__OUTPUT_MACH \| Outputs#OPT__OUTPUT_MACH ]] | 0 | None | None | output mach number [0] ##HYDRO ONLY## |
| [[ OPT__OUTPUT_MODE \| Outputs#OPT__OUTPUT_MODE ]] | -1 | 1 | 3 | (1=const step, 2=const dt, 3=dump table) -> edit "Input__DumpTable" for 3 |
| [[ OPT__OUTPUT_PART \| Outputs#OPT__OUTPUT_PART ]] | 0 | 0 | 7 | output a single line or slice: (0=off, 1=xy, 2=yz, 3=xz, 4=x, 5=y, 6=z, 7=diag) [0] |
-| [[ OPT__OUTPUT_PAR_DENS \| Outputs#OPT__OUTPUT_PAR_DENS ]] | PAR_OUTPUT_DENS_PAR_ONLY | 0 | 2 | output the particle or total mass density on grids: 1=particle mass density, 2=total mass density) [1] ##OPT__OUTPUT_TOTAL ONLY## |
+| [[ OPT__OUTPUT_PAR_DENS \| Outputs#OPT__OUTPUT_PAR_DENS ]] | PAR_OUTPUT_DENS_PAR_ONLY | 0 | 2 | output the particle or total mass density on grids: (0=off, 1=particle mass density, 2=total mass density) [1] ##OPT__OUTPUT_TOTAL ONLY## |
| [[ OPT__OUTPUT_PAR_MODE \| Outputs#OPT__OUTPUT_PAR_MODE ]] | 0 | 0 | 2 | output the particle data: (0=off, 1=text-file, 2=C-binary) [0] ##PARTICLE ONLY## |
| [[ OPT__OUTPUT_POT \| Outputs#OPT__OUTPUT_POT ]] | 1 | None | None | output gravitational potential [1] ##OPT__OUTPUT_TOTAL ONLY## |
| [[ OPT__OUTPUT_PRES \| Outputs#OPT__OUTPUT_PRES ]] | 0 | None | None | output gas pressure [0] ##HYDRO ONLY## |
@@ -376,7 +376,7 @@ The workflow is triggered by push changes to any of `src/Init/Init_Load_Paramet
# T
| Name | Default | Min | Max | Short description |
| :--- | :--- | :--- | :--- | :--- |
-| [[ TESTPROB_ID \| Runtime-Parameters:-General#TESTPROB_ID ]] | 0 | 0 | None | test problem ID [0]
none
HYDRO blast wave [+MHD]
HYDRO acoustic wave
HYDRO Bondi accretion (+GRAVITY)
HYDRO cluster merger vs. Flash (+GRAVITY & PARTICLE)
HYDRO AGORA isolated galaxy (+GRAVITY & PARTICLE & STAR_FORMATION & GRACKLE)
HYDRO caustic wave
HYDRO spherical collapse (+GRAVITY & COMOVING)
HYDRO Kelvin Helmholtz instability
HYDRO Riemann problems [+MHD]
HYDRO jet(s)
HYDRO Plummer cloud(s) (+GRAVITY & PARTICLE)
HYDRO gravity (+GRAVITY)
HYDRO MHD Arnold-Beltrami-Childress (ABC) flow (+MHD)
HYDRO MHD Orszag-Tang vortex (+MHD)
HYDRO MHD linear wave (+MHD)
HYDRO Jeans instability (+GRAVITY) [+MHD]
HYDRO particle in equilibrium (+GRAVITY & PARTICLE)
HYDRO energy power spectrum
HYDRO MHD Cosmic Ray Soundwave
HYDRO MHD Cosmic Ray Shocktube
HYDRO MHD Cosmic Ray Diffusion
HYDRO CDM cosmological simulation (+GRAVITY & COMOVING & PARTICLE)
HYDRO Zeldovich pancake collapse (+GRAVITY & COMOVING & PARTICLE)
ELBDM external potential (+GRAVITY) |
+| [[ TESTPROB_ID \| Runtime-Parameters:-General#TESTPROB_ID ]] | 0 | 0 | None | test problem ID [0]
0: none
1: HYDRO blast wave [+MHD]
2: HYDRO acoustic wave
3: HYDRO Bondi accretion (+GRAVITY)
4: HYDRO cluster merger vs. Flash (+GRAVITY & PARTICLE)
5: HYDRO AGORA isolated galaxy (+GRAVITY & PARTICLE & STAR_FORMATION & GRACKLE)
6: HYDRO caustic wave
7: HYDRO spherical collapse (+GRAVITY & COMOVING)
8: HYDRO Kelvin Helmholtz instability
9: HYDRO Riemann problems [+MHD]
10: HYDRO jet(s)
11: HYDRO Plummer cloud(s) (+GRAVITY & PARTICLE)
12: HYDRO gravity (+GRAVITY)
13: HYDRO MHD Arnold-Beltrami-Childress (ABC) flow (+MHD)
14: HYDRO MHD Orszag-Tang vortex (+MHD)
15: HYDRO MHD linear wave (+MHD)
16: HYDRO Jeans instability (+GRAVITY) [+MHD]
17: HYDRO particle in equilibrium (+GRAVITY & PARTICLE)
19: HYDRO energy power spectrum
20: HYDRO MHD Cosmic Ray Soundwave
21: HYDRO MHD Cosmic Ray Shocktube
23: HYDRO MHD Cosmic Ray Diffusion
100: HYDRO CDM cosmological simulation (+GRAVITY & COMOVING & PARTICLE)
101: HYDRO Zeldovich pancake collapse (+GRAVITY & COMOVING & PARTICLE)
1000: ELBDM external potential (+GRAVITY) |
# U
| Name | Default | Min | Max | Short description |