Enumerations | |
enum | VariableIndex { CONS_VAR_RHOA = 0, CONS_VAR_RHOUA = 1, CONS_VAR_RHOEA = 2, CONS_VAR_AREA = 3 } |
Indices for conservative solution variables, plus cross-sectional area. More... | |
enum | EquationIndex { EQ_MASS = 0, EQ_MOMENTUM = 1, EQ_ENERGY = 2 } |
Indices for equations. More... | |
enum | PrimitiveVariableIndex { PRIM_VAR_PRESSURE = 0, PRIM_VAR_VELOCITY = 1, PRIM_VAR_TEMPERATURE = 2 } |
Indices for primitive variables. More... | |
Variables | |
static const unsigned int | N_CONS_VAR = 4 |
Number of solution variables, plus cross-sectional area. More... | |
static const unsigned int | N_EQ = 3 |
Number of equations. More... | |
static const unsigned int | N_PRIM_VAR = 3 |
Indices for equations.
Enumerator | |
---|---|
EQ_MASS | |
EQ_MOMENTUM | |
EQ_ENERGY |
Definition at line 28 of file THMIndices3Eqn.h.
Indices for primitive variables.
Enumerator | |
---|---|
PRIM_VAR_PRESSURE | |
PRIM_VAR_VELOCITY | |
PRIM_VAR_TEMPERATURE |
Definition at line 38 of file THMIndices3Eqn.h.
Indices for conservative solution variables, plus cross-sectional area.
Enumerator | |
---|---|
CONS_VAR_RHOA | |
CONS_VAR_RHOUA | |
CONS_VAR_RHOEA | |
CONS_VAR_AREA |
Definition at line 17 of file THMIndices3Eqn.h.
|
static |
Number of solution variables, plus cross-sectional area.
Definition at line 15 of file THMIndices3Eqn.h.
|
static |
Number of equations.
Definition at line 26 of file THMIndices3Eqn.h.
|
static |
Definition at line 36 of file THMIndices3Eqn.h.