https://mooseframework.inl.gov
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. More...
 
static const unsigned int N_FLUX_OUTPUTS = 6
 Number of numerical flux function outputs for 3D. More...
 

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.

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