https://mooseframework.inl.gov
Loading...
Searching...
No Matches
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
12namespace THM3Eqn
13{
15static const unsigned int N_CONS_VAR = 4;
24
26static const unsigned int N_EQ = 3;
34
35// Number of primitive variables
36static const unsigned int N_PRIM_VAR = 3;
44}
static const unsigned int N_PRIM_VAR
VariableIndex
Indices for conservative solution variables, plus cross-sectional area.
EquationIndex
Indices for equations.
PrimitiveVariableIndex
Indices for primitive variables.
@ PRIM_VAR_VELOCITY
@ PRIM_VAR_TEMPERATURE
@ PRIM_VAR_PRESSURE
static const unsigned int N_CONS_VAR
Number of solution variables, plus cross-sectional area.
static const unsigned int N_EQ
Number of equations.