Enumerations | |
| enum | FluxIn { RHOA = 0, RHOUA = 1, RHOVA = 2, RHOWA = 3, RHOEA = 4, AREA = 5 } |
| Indices of numerical flux function inputs for 3D. More... | |
| enum | FluxOut { MASS = 0, MOM_NORM = 1, MOM_TAN1 = 2, MOM_TAN2 = 3, ENERGY = 4 } |
| Indices of numerical flux function outputs for 3D. More... | |
Variables | |
| static const unsigned int | N_FLUX_INPUTS = 6 |
| Number of numerical flux function inputs for 3D. More... | |
| static const unsigned int | N_FLUX_OUTPUTS = 5 |
| Number of numerical flux function outputs for 3D. More... | |
| enum THMVACE3D::FluxIn |
Indices of numerical flux function inputs for 3D.
| Enumerator | |
|---|---|
| RHOA | |
| RHOUA | |
| RHOVA | |
| RHOWA | |
| RHOEA | |
| AREA | |
Definition at line 17 of file THMIndicesVACE.h.
| enum THMVACE3D::FluxOut |
Indices of numerical flux function outputs for 3D.
| Enumerator | |
|---|---|
| MASS | |
| MOM_NORM | |
| MOM_TAN1 | |
| MOM_TAN2 | |
| ENERGY | |
Definition at line 30 of file THMIndicesVACE.h.
|
static |
Number of numerical flux function inputs for 3D.
Definition at line 15 of file THMIndicesVACE.h.
Referenced by ADVolumeJunction1PhaseUserObject::computeFluxesAndResiduals(), and ADNumericalFlux3EqnBase::convert1DInputTo3D().
|
static |
Number of numerical flux function outputs for 3D.
Definition at line 28 of file THMIndicesVACE.h.
Referenced by ADNumericalFlux3EqnCentered::calcFlux(), ADNumericalFlux3EqnHLLC::calcFlux(), and ADNumericalFlux3EqnCentered::computeFlux().
1.8.14