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

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

Enumeration Type Documentation

◆ FluxIn

Indices of numerical flux function inputs for 3D.

Enumerator
RHOA 
RHOUA 
RHOVA 
RHOWA 
RHOEA 
AREA 

Definition at line 17 of file THMIndicesVACE.h.

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

Variable Documentation

◆ N_FLUX_INPUTS

const unsigned int THMVACE3D::N_FLUX_INPUTS = 6
static

Number of numerical flux function inputs for 3D.

Definition at line 15 of file THMIndicesVACE.h.

Referenced by ADVolumeJunction1PhaseUserObject::computeFluxesAndResiduals(), and ADNumericalFlux3EqnBase::convert1DInputTo3D().

◆ N_FLUX_OUTPUTS

const unsigned int THMVACE3D::N_FLUX_OUTPUTS = 5
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().