Enumerations | |
enum | FluxIn { XIRHOA = 0, RHOA = 1, RHOUA = 2, RHOEA = 3, AREA = 4 } |
Indices of numerical flux function inputs. More... | |
enum | FluxOut { SPECIES = 0, MASS = 1, MOMENTUM = 2, ENERGY = 3 } |
Indices of numerical flux function outputs. More... | |
enum | PrimVar { MASS_FRACTION = 0, PRESSURE = 1, VELOCITY = 2, TEMPERATURE = 3 } |
Indices for primitive variables. More... | |
Variables | |
static const unsigned int | N_FLUX_INPUTS = 5 |
Number of numerical flux function inputs. More... | |
static const unsigned int | N_FLUX_OUTPUTS = 4 |
Number of numerical flux function outputs. More... | |
static const unsigned int | N_PRIM_VARS = 4 |
enum THMGasMix1D::FluxIn |
Indices of numerical flux function inputs.
Enumerator | |
---|---|
XIRHOA | |
RHOA | |
RHOUA | |
RHOEA | |
AREA |
Definition at line 47 of file THMIndicesGasMix.h.
enum THMGasMix1D::FluxOut |
Indices of numerical flux function outputs.
Enumerator | |
---|---|
SPECIES | |
MASS | |
MOMENTUM | |
ENERGY |
Definition at line 59 of file THMIndicesGasMix.h.
enum THMGasMix1D::PrimVar |
Indices for primitive variables.
Enumerator | |
---|---|
MASS_FRACTION | |
PRESSURE | |
VELOCITY | |
TEMPERATURE |
Definition at line 70 of file THMIndicesGasMix.h.
|
static |
Number of numerical flux function inputs.
Definition at line 45 of file THMIndicesGasMix.h.
Referenced by NumericalFluxGasMixHLLC::calcFlux(), FlowModelGasMixUtils::computeConservativeSolution(), SlopeReconstructionGasMixMaterial::computeQpProperties(), NumericalFluxGasMixDGKernel::computeQpResidual(), FlowModelGasMixAux::computeValue(), BoundaryFluxGasMixBC::fluxInputVector(), FlowModelGasMixUtils::getElementalSolutionVector(), BoundaryFluxGasMixGhostWall::getGhostCellSolution(), and SlopeReconstructionGasMixMaterial::SlopeReconstructionGasMixMaterial().
|
static |
Number of numerical flux function outputs.
Definition at line 57 of file THMIndicesGasMix.h.
Referenced by FlowModelGasMixUtils::computeFluxFromPrimitive(), and NumericalFluxGasMixBase::convert3DFluxTo1D().
|
static |
Definition at line 68 of file THMIndicesGasMix.h.
Referenced by FlowModelGasMixUtils::computePrimitiveSolution(), SlopeReconstructionGasMixMaterial::computeQpProperties(), TestNumericalFluxGasMixHLLC::getPrimitiveSolutionsConsistencyTest(), TestNumericalFluxGasMixHLLC::getPrimitiveSolutionsSymmetryTest(), and TEST_F().