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. More... | |
| static const unsigned int | N_FLUX_OUTPUTS = 6 |
| Number of numerical flux function outputs for 3D. More... | |
| enum THMGasMix3D::FluxIn |
Indices of numerical flux function inputs for 3D.
| Enumerator | |
|---|---|
| XIRHOA | |
| RHOA | |
| RHOUA | |
| RHOVA | |
| RHOWA | |
| RHOEA | |
| AREA | |
Definition at line 17 of file THMIndicesGasMix.h.
| enum THMGasMix3D::FluxOut |
Indices of numerical flux function outputs for 3D.
| Enumerator | |
|---|---|
| SPECIES | |
| MASS | |
| MOM_NORM | |
| MOM_TAN1 | |
| MOM_TAN2 | |
| ENERGY | |
Definition at line 31 of file THMIndicesGasMix.h.
|
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().
1.8.14