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

Enumerations

enum  FluxIn { RHOA = 0, RHOUA = 1, RHOEA = 2, AREA = 3 }
 Indices of numerical flux function inputs for 1D. More...
 
enum  FluxOut { MASS = 0, MOMENTUM = 1, ENERGY = 2 }
 Indices of numerical flux function outputs for 1D. More...
 
enum  PrimVar { PRESSURE = 0, VELOCITY = 1, TEMPERATURE = 2 }
 Indices for primitive variables for 1D. More...
 

Variables

static const unsigned int N_FLUX_INPUTS = 4
 Number of numerical flux function inputs for 1D. More...
 
static const unsigned int N_FLUX_OUTPUTS = 3
 Number of numerical flux function outputs for 1D. More...
 
static const unsigned int N_PRIM_VARS = 3
 

Enumeration Type Documentation

◆ FluxIn

Indices of numerical flux function inputs for 1D.

Enumerator
RHOA 
RHOUA 
RHOEA 
AREA 

Definition at line 45 of file THMIndicesVACE.h.

46 {
47  RHOA = 0,
48  RHOUA = 1,
49  RHOEA = 2,
50  AREA = 3
51 };

◆ FluxOut

Indices of numerical flux function outputs for 1D.

Enumerator
MASS 
MOMENTUM 
ENERGY 

Definition at line 56 of file THMIndicesVACE.h.

57 {
58  MASS = 0,
59  MOMENTUM = 1,
60  ENERGY = 2
61 };

◆ PrimVar

Indices for primitive variables for 1D.

Enumerator
PRESSURE 
VELOCITY 
TEMPERATURE 

Definition at line 66 of file THMIndicesVACE.h.

Variable Documentation

◆ N_FLUX_INPUTS

const unsigned int THMVACE1D::N_FLUX_INPUTS = 4
static

◆ N_FLUX_OUTPUTS

const unsigned int THMVACE1D::N_FLUX_OUTPUTS = 3
static

◆ N_PRIM_VARS

const unsigned int THMVACE1D::N_PRIM_VARS = 3
static