https://mooseframework.inl.gov
THMIndices3Eqn.h
Go to the documentation of this file.
1 //* This file is part of the MOOSE framework
2 //* https://mooseframework.inl.gov
3 //*
4 //* All rights reserved, see COPYRIGHT for full restrictions
5 //* https://github.com/idaholab/moose/blob/master/COPYRIGHT
6 //*
7 //* Licensed under LGPL 2.1, please see LICENSE for details
8 //* https://www.gnu.org/licenses/lgpl-2.1.html
9 
10 #pragma once
11 
12 namespace THM3Eqn
13 {
15 static const unsigned int N_CONS_VAR = 4;
18 {
23 };
24 
26 static const unsigned int N_EQ = 3;
29 {
30  EQ_MASS = 0,
33 };
34 
35 // Number of primitive variables
36 static const unsigned int N_PRIM_VAR = 3;
39 {
43 };
44 }
VariableIndex
Indices for conservative solution variables, plus cross-sectional area.
EquationIndex
Indices for equations.
PrimitiveVariableIndex
Indices for primitive variables.
static const unsigned int N_EQ
Number of equations.
static const unsigned int N_PRIM_VAR
static const unsigned int N_CONS_VAR
Number of solution variables, plus cross-sectional area.