|
MAIA bb96820c
Multiphysics at AIA
|
Static indices for accessing flux variables. In this SysEqn identical to the conservative variables. More...
#include <fvcartesiansyseqndetchem.h>
Public Member Functions | |
| FluxVariables (const MInt noSpecies) | |
| Construct a new FvSysEqnDetChem<nDim>::FluxVariables::FluxVariables object. More... | |
Public Member Functions inherited from FvSysEqnDetChem< nDim >::ConservativeVariables | |
| ConservativeVariables (const MInt noSpecies) | |
| Construct a new FvSysEqnDetChem<nDim>::ConservativeVariables::ConservativeVariables object. More... | |
| ~ConservativeVariables () | |
| Destroy the FvSysEqnDetChem<nDim>::ConservativeVariables::ConservativeVariables object. More... | |
Additional Inherited Members | |
Public Attributes inherited from FvSysEqnDetChem< nDim >::ConservativeVariables | |
| MUint | m_noSpecies |
| const MInt | noVariables |
| MInt * | RHO_Y = nullptr |
Static Public Attributes inherited from FvSysEqnDetChem< nDim >::ConservativeVariables | |
| static const MInt | Segfault = std::numeric_limits<MInt>::min() |
| static constexpr MInt | RHO_U = 0 |
| static constexpr MInt | RHO_V = 1 |
| static constexpr MInt | RHO_W = (nDim == 3) ? 2 : Segfault |
| static constexpr std::array< MInt, nDim > | RHO_VV = getArray012() |
| static constexpr MInt | RHO_E = nDim |
| static constexpr MInt | RHO = nDim + 1 |
| static constexpr MInt | RHO_C = nDim + 2 |
Definition at line 223 of file fvcartesiansyseqndetchem.h.
| FvSysEqnDetChem< nDim >::FluxVariables::FluxVariables | ( | const MInt | noSpecies | ) |
| nDim | Number of dimensions |
| noSpecies | Number of species |
Definition at line 66 of file fvcartesiansyseqndetchem.cpp.