MAIA bb96820c
Multiphysics at AIA
|
Storage of the Position of the Conservative Variables (RHO, RHO_VV, RHO_E) in the value vectors of the solvers ans surfaces. More...
#include <variables.h>
Public Member Functions | |
MConservativeVariables (MInt noSpecies, MInt noRANSEq=0) | |
Sets the position for the conservative variables. More... | |
~MConservativeVariables () | |
Public Attributes | |
std::array< MInt, nDim > | RHO_VV |
Pointer for the velocities so you can use them in a loop. More... | |
MInt * | RHO_Y = nullptr |
Position of RHO_Yi. More... | |
MInt | RANS_FIRST |
first Position of RANS Variables More... | |
MInt * | RANS_VAR = nullptr |
Position of RANS Variables. More... | |
MInt | noVariables |
The Nr. of Conservative Variables (nDim + 2) More... | |
MInt | m_noSpecies |
MInt | m_noRansEquations |
MFloat | rhoUInfinity {} |
MFloat | rhoVInfinity {} |
MFloat | rhoWInfinity {} |
MFloat | rhoEInfinity {} |
MFloat | rhoInfinity {} |
std::array< MFloat, nDim > | ransInfinity {} |
std::array< MFloat, nDim > | rhoVVInfinity {} |
Static Public Attributes | |
static constexpr MInt | RHO_U = 0 |
Position of RHO_U. More... | |
static constexpr MInt | RHO_V = 1 |
Position of RHO_V. More... | |
static constexpr MInt | RHO_W = 2 |
Position of RHO_W. More... | |
static constexpr MInt | RHO_E = nDim |
Position of RHO_E. More... | |
static constexpr MInt | RHO = nDim + 1 |
Position of RHO. More... | |
static constexpr MInt | RHO_Z = nDim + 2 |
Position of RHO_Z. More... | |
static constexpr MInt | RHO_C = nDim + 2 |
Position of RHO_C. More... | |
If you search for a value in a value vector you only have to type in the name of the value you are searching (e.g. variables[RHO_E])
Definition at line 31 of file variables.h.
|
inlineexplicit |
Definition at line 34 of file variables.h.
|
inline |
Definition at line 59 of file variables.h.
MInt MConservativeVariables< nDim >::m_noRansEquations |
Definition at line 93 of file variables.h.
MInt MConservativeVariables< nDim >::m_noSpecies |
Definition at line 92 of file variables.h.
MInt MConservativeVariables< nDim >::noVariables |
Definition at line 91 of file variables.h.
MInt MConservativeVariables< nDim >::RANS_FIRST |
Definition at line 85 of file variables.h.
MInt* MConservativeVariables< nDim >::RANS_VAR = nullptr |
Definition at line 87 of file variables.h.
std::array<MFloat, nDim> MConservativeVariables< nDim >::ransInfinity {} |
Definition at line 95 of file variables.h.
|
staticconstexpr |
Definition at line 77 of file variables.h.
|
staticconstexpr |
Definition at line 81 of file variables.h.
|
staticconstexpr |
Definition at line 75 of file variables.h.
|
staticconstexpr |
Definition at line 67 of file variables.h.
|
staticconstexpr |
Definition at line 69 of file variables.h.
std::array<MInt, nDim> MConservativeVariables< nDim >::RHO_VV |
Definition at line 73 of file variables.h.
|
staticconstexpr |
Definition at line 71 of file variables.h.
MInt* MConservativeVariables< nDim >::RHO_Y = nullptr |
Definition at line 83 of file variables.h.
|
staticconstexpr |
Definition at line 79 of file variables.h.
MFloat MConservativeVariables< nDim >::rhoEInfinity {} |
Definition at line 94 of file variables.h.
MFloat MConservativeVariables< nDim >::rhoInfinity {} |
Definition at line 94 of file variables.h.
MFloat MConservativeVariables< nDim >::rhoUInfinity {} |
Definition at line 94 of file variables.h.
MFloat MConservativeVariables< nDim >::rhoVInfinity {} |
Definition at line 94 of file variables.h.
std::array<MFloat, nDim> MConservativeVariables< nDim >::rhoVVInfinity {} |
Definition at line 96 of file variables.h.
MFloat MConservativeVariables< nDim >::rhoWInfinity {} |
Definition at line 94 of file variables.h.