https://mooseframework.inl.gov
Enumerations | Variables
THMGasMix1D Namespace Reference

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
 

Enumeration Type Documentation

◆ FluxIn

Indices of numerical flux function inputs.

Enumerator
XIRHOA 
RHOA 
RHOUA 
RHOEA 
AREA 

Definition at line 47 of file THMIndicesGasMix.h.

◆ FluxOut

Indices of numerical flux function outputs.

Enumerator
SPECIES 
MASS 
MOMENTUM 
ENERGY 

Definition at line 59 of file THMIndicesGasMix.h.

◆ PrimVar

Indices for primitive variables.

Enumerator
MASS_FRACTION 
PRESSURE 
VELOCITY 
TEMPERATURE 

Definition at line 70 of file THMIndicesGasMix.h.

Variable Documentation

◆ N_FLUX_INPUTS

const unsigned int THMGasMix1D::N_FLUX_INPUTS = 5
static

◆ N_FLUX_OUTPUTS

const unsigned int THMGasMix1D::N_FLUX_OUTPUTS = 4
static

Number of numerical flux function outputs.

Definition at line 57 of file THMIndicesGasMix.h.

Referenced by FlowModelGasMixUtils::computeFluxFromPrimitive(), and NumericalFluxGasMixBase::convert3DFluxTo1D().

◆ N_PRIM_VARS

const unsigned int THMGasMix1D::N_PRIM_VARS = 4
static