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

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.

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

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

31{
32 MASS = 0,
33 MOM_NORM = 1,
34 MOM_TAN1 = 2,
35 MOM_TAN2 = 3,
36 ENERGY = 4
37};

Variable Documentation

◆ N_FLUX_INPUTS

const unsigned int THMVACE3D::N_FLUX_INPUTS = 6
static

◆ N_FLUX_OUTPUTS

const unsigned int THMVACE3D::N_FLUX_OUTPUTS = 5
static