-
Notifications
You must be signed in to change notification settings - Fork 59
Runtime Parameters: Interpolation
Hsi-Yu Schive edited this page Sep 28, 2018
·
14 revisions
This page describes the supported interpolation schemes for grid refinement and preparing ghost zones around coarse-fine boundaries.
Related options: None
Parameters described on this page: OPT__INT_TIME, OPT__FLU_INT_SCHEME, OPT__REF_FLU_INT_SCHEME, OPT__POT_INT_SCHEME, OPT__RHO_INT_SCHEME, OPT__GRA_INT_SCHEME, OPT__REF_POT_INT_SCHEME, INT_MONO_COEFF,
Other related parameters: None
Supported interpolation schemes:
ID | Interpolation Scheme |
---|---|
-1 | Set to default |
1 | 3D MinMod limiter |
2 | 1D MinMod limiter |
3 | vanLeer limiter |
4 | Conservative quadratic |
5 | Non-conservative quadratic |
6 | Conservative quartic |
7 | Non-conservative quartic |
Parameters below are shown in the format: Name
(Valid Values) [Default Value]
-
- Description: Enable temporal interpolation when preparing ghost zones.
- Restriction: Only applicable when adopting the adaptive timestep (i.e., OPT__DT_LEVEL=2/3).
-
OPT__FLU_INT_SCHEME
(see Supported interpolation schemes) []- Description:
- Restriction:
-
OPT__REF_FLU_INT_SCHEME
(see Supported interpolation schemes) []- Description:
- Restriction:
-
OPT__POT_INT_SCHEME
(only 4 & 5 in Supported interpolation schemes) []- Description:
- Restriction:
-
OPT__RHO_INT_SCHEME
(see Supported interpolation schemes) []- Description:
- Restriction:
-
OPT__GRA_INT_SCHEME
(see Supported interpolation schemes) []- Description:
- Restriction:
-
OPT__REF_POT_INT_SCHEME
(see Supported interpolation schemes) []- Description:
- Restriction:
-
- Description:
- Restriction:
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