https://mooseframework.inl.gov
Loading...
Searching...
No Matches
Enumerations | Variables
THMGasMix3D Namespace Reference

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.
 

Enumeration Type Documentation

◆ 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.

18{
19 XIRHOA = 0,
20 RHOA = 1,
21 RHOUA = 2,
22 RHOVA = 3,
23 RHOWA = 4,
24 RHOEA = 5,
25 AREA = 6
26};

◆ 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.

Variable Documentation

◆ N_FLUX_INPUTS

const unsigned int THMGasMix3D::N_FLUX_INPUTS = 7
static

Number of numerical flux function inputs for 3D.

Definition at line 15 of file THMIndicesGasMix.h.

Referenced by NumericalFluxGasMixBase::convert1DInputTo3D().

◆ N_FLUX_OUTPUTS

const unsigned int THMGasMix3D::N_FLUX_OUTPUTS = 6
static

Number of numerical flux function outputs for 3D.

Definition at line 29 of file THMIndicesGasMix.h.

Referenced by NumericalFluxGasMixHLLC::calcFlux().