MAIA bb96820c
Multiphysics at AIA
|
#include <fvstg.h>
Static Public Attributes | |
static constexpr const MInt | AVG_U = 0 |
static constexpr const MInt | AVG_V = 1 |
static constexpr const MInt | AVG_W = 2 |
static constexpr const MInt | AVG_UU [3] = {0, 1, 2} |
static constexpr const MInt | AVG_RHO = nDim |
static constexpr const MInt | AVG_P = nDim + 1 |
static constexpr const MInt | FLUC_U = nDim + 2 |
static constexpr const MInt | FLUC_V = nDim + 3 |
static constexpr const MInt | FLUC_W = nDim + 4 |
static constexpr const MInt | NU_T = nDim + 5 |
static constexpr const MInt | SIJSIJ = nDim + 6 |
static constexpr const MInt | LENGTH_SCALE = nDim + 7 |
static constexpr const MInt | FLUC_UU = nDim + 8 |
static constexpr const MInt | FLUC_UV = nDim + 9 |
static constexpr const MInt | FLUC_UW = nDim + 10 |
static constexpr const MInt | FLUC_VV = nDim + 11 |
static constexpr const MInt | FLUC_VW = nDim + 12 |
static constexpr const MInt | FLUC_WW = nDim + 13 |
static constexpr const MInt | LENGTH_X = nDim + 14 |
static constexpr const MInt | LENGTH_Y = nDim + 15 |
static constexpr const MInt | LENGTH_Z = nDim + 16 |
static constexpr const MInt | S11 = nDim + 17 |
static constexpr const MInt | S22 = nDim + 18 |
static constexpr const MInt | S33 = nDim + 19 |
static constexpr const MInt | S12 = nDim + 20 |
static constexpr const MInt | S23 = nDim + 21 |
static constexpr const MInt | S13 = nDim + 22 |
static constexpr const MInt | noStgVars = nDim + 23 |