https://mooseframework.inl.gov
Namespaces | Enumerations | Variables
THMIndices3Eqn.h File Reference

Go to the source code of this file.

Namespaces

 THM3Eqn
 

Enumerations

enum  THM3Eqn::VariableIndex { THM3Eqn::CONS_VAR_RHOA = 0, THM3Eqn::CONS_VAR_RHOUA = 1, THM3Eqn::CONS_VAR_RHOEA = 2, THM3Eqn::CONS_VAR_AREA = 3 }
 Indices for conservative solution variables, plus cross-sectional area. More...
 
enum  THM3Eqn::EquationIndex { THM3Eqn::EQ_MASS = 0, THM3Eqn::EQ_MOMENTUM = 1, THM3Eqn::EQ_ENERGY = 2 }
 Indices for equations. More...
 
enum  THM3Eqn::PrimitiveVariableIndex { THM3Eqn::PRIM_VAR_PRESSURE = 0, THM3Eqn::PRIM_VAR_VELOCITY = 1, THM3Eqn::PRIM_VAR_TEMPERATURE = 2 }
 Indices for primitive variables. More...
 

Variables

static const unsigned int THM3Eqn::N_CONS_VAR = 4
 Number of solution variables, plus cross-sectional area. More...
 
static const unsigned int THM3Eqn::N_EQ = 3
 Number of equations. More...
 
static const unsigned int THM3Eqn::N_PRIM_VAR = 3