-
Notifications
You must be signed in to change notification settings - Fork 59
Runtime Parameters: General
Hsi-Yu Schive edited this page Apr 5, 2023
·
8 revisions
Parameters described on this page: BOX_SIZE, NX0_TOT_X, NX0_TOT_Y, NX0_TOT_Z, END_T, END_STEP, TESTPROB_ID
Other related parameters: none
Parameters below are shown in the format: Name
(Valid Values) [Default Value]
-
- Description: Simulation box length along the longest dimension of (NX0_TOT_X, NX0_TOT_Y, NX0_TOT_Z). It must conform to the adopted unit system (see Unit Consistency).
- Restriction:
-
- Description: Number of root-level cells along x.
- Restriction: Must be a multiple of 16 (i.e., two patches).
-
- Description: Number of root-level cells along y.
- Restriction: Must be a multiple of 16 (i.e., two patches).
-
-
Description: Number of root-level cells along z.
-
Restriction: Must be a multiple of 16 (i.e., two patches).
-
-
-
Description:
Simulation end time.
END_T<0.0
is allowed only during restart (i.e., OPT__INIT=2, for which it will be reset to the value stored in the restart file) or if it will be reset by the adopted test problem. It must conform to the adopted unit system (see Unit Consistency). - Restriction:
-
Description:
Simulation end time.
-
-
Description:
Simulation end root-level step.
END_STEP<0
is allowed only during restart (i.e., OPT__INIT=2, for which it will be reset to the value stored in the restart file) or if it will be reset by the adopted test problem. ForEND_STEP=0
, the program will still construct and output the initial condition before termination. - Restriction:
-
Description:
Simulation end root-level step.
-
-
Description:
Test problem ID. See Test Problems for details. It currently supports
- 0: none
- 1: blast wave [HYDRO]
- 2: acoustic wave [HYDRO]
- 4: cluster merger [HYDRO + GRAVITY + PARTICLE]
- 5: AGORA isolated disk galaxy [HYDRO + GRAVITY + PARTICLE + SUPPORT_GRACKLE + STAR_FORMATION]
- 6: caustic wave [HYDRO]
- 7: spherical collapse [HYDRO + GRAVITY + COMOVING]
- 8: Kelvin Helmholtz instability [HYDRO]
- 9: Riemann problems [HYDRO]
- ...
- Restriction:
-
Description:
Test problem ID. See Test Problems for details. It currently supports
Getting Started
User Guide
- Installation
- Running the Code
- Adding New Simulations
- Runtime Parameters
- MPI and OpenMP
- GPU
- Physics Modules
- Outputs
- Simulation Logs
- Data Analysis
- In Situ Python Analysis
- Test Problems
- Troubleshooting
Advanced Topics
Developer Guide