Enumerations | |
| enum | FluxIn { XIRHOA = 0 , RHOA = 1 , RHOUA = 2 , RHOVA = 3 , RHOWA = 4 , RHOEA = 5 , AREA = 6 } |
| Indices of numerical flux function inputs for 3D. More... | |
| enum | FluxOut { SPECIES = 0 , MASS = 1 , MOM_NORM = 2 , MOM_TAN1 = 3 , MOM_TAN2 = 4 , ENERGY = 5 } |
| Indices of numerical flux function outputs for 3D. More... | |
Variables | |
| static const unsigned int | N_FLUX_INPUTS = 7 |
| Number of numerical flux function inputs for 3D. | |
| static const unsigned int | N_FLUX_OUTPUTS = 6 |
| Number of numerical flux function outputs for 3D. | |
| enum THMGasMix3D::FluxIn |
| enum THMGasMix3D::FluxOut |
|
static |
Number of numerical flux function inputs for 3D.
Definition at line 15 of file THMIndicesGasMix.h.
Referenced by NumericalFluxGasMixBase::convert1DInputTo3D().
|
static |
Number of numerical flux function outputs for 3D.
Definition at line 29 of file THMIndicesGasMix.h.
Referenced by NumericalFluxGasMixHLLC::calcFlux().