MAIA bb96820c
Multiphysics at AIA
Loading...
Searching...
No Matches
MSTG< nDim, SolverTypeR, SolverTypeL >::STG Struct Reference

#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
 

Detailed Description

template<MInt nDim, SolverType SolverTypeR, SolverType SolverTypeL>
struct MSTG< nDim, SolverTypeR, SolverTypeL >::STG

Definition at line 806 of file fvstg.h.

Member Data Documentation

◆ AVG_P

template<MInt nDim, SolverType SolverTypeR, SolverType SolverTypeL>
constexpr const MInt MSTG< nDim, SolverTypeR, SolverTypeL >::STG::AVG_P = nDim + 1
staticconstexpr

Definition at line 812 of file fvstg.h.

◆ AVG_RHO

template<MInt nDim, SolverType SolverTypeR, SolverType SolverTypeL>
constexpr const MInt MSTG< nDim, SolverTypeR, SolverTypeL >::STG::AVG_RHO = nDim
staticconstexpr

Definition at line 811 of file fvstg.h.

◆ AVG_U

template<MInt nDim, SolverType SolverTypeR, SolverType SolverTypeL>
constexpr const MInt MSTG< nDim, SolverTypeR, SolverTypeL >::STG::AVG_U = 0
staticconstexpr

Definition at line 807 of file fvstg.h.

◆ AVG_UU

template<MInt nDim, SolverType SolverTypeR, SolverType SolverTypeL>
constexpr const MInt MSTG< nDim, SolverTypeR, SolverTypeL >::STG::AVG_UU = {0, 1, 2}
staticconstexpr

Definition at line 810 of file fvstg.h.

◆ AVG_V

template<MInt nDim, SolverType SolverTypeR, SolverType SolverTypeL>
constexpr const MInt MSTG< nDim, SolverTypeR, SolverTypeL >::STG::AVG_V = 1
staticconstexpr

Definition at line 808 of file fvstg.h.

◆ AVG_W

template<MInt nDim, SolverType SolverTypeR, SolverType SolverTypeL>
constexpr const MInt MSTG< nDim, SolverTypeR, SolverTypeL >::STG::AVG_W = 2
staticconstexpr

Definition at line 809 of file fvstg.h.

◆ FLUC_U

template<MInt nDim, SolverType SolverTypeR, SolverType SolverTypeL>
constexpr const MInt MSTG< nDim, SolverTypeR, SolverTypeL >::STG::FLUC_U = nDim + 2
staticconstexpr

Definition at line 813 of file fvstg.h.

◆ FLUC_UU

template<MInt nDim, SolverType SolverTypeR, SolverType SolverTypeL>
constexpr const MInt MSTG< nDim, SolverTypeR, SolverTypeL >::STG::FLUC_UU = nDim + 8
staticconstexpr

Definition at line 819 of file fvstg.h.

◆ FLUC_UV

template<MInt nDim, SolverType SolverTypeR, SolverType SolverTypeL>
constexpr const MInt MSTG< nDim, SolverTypeR, SolverTypeL >::STG::FLUC_UV = nDim + 9
staticconstexpr

Definition at line 820 of file fvstg.h.

◆ FLUC_UW

template<MInt nDim, SolverType SolverTypeR, SolverType SolverTypeL>
constexpr const MInt MSTG< nDim, SolverTypeR, SolverTypeL >::STG::FLUC_UW = nDim + 10
staticconstexpr

Definition at line 821 of file fvstg.h.

◆ FLUC_V

template<MInt nDim, SolverType SolverTypeR, SolverType SolverTypeL>
constexpr const MInt MSTG< nDim, SolverTypeR, SolverTypeL >::STG::FLUC_V = nDim + 3
staticconstexpr

Definition at line 814 of file fvstg.h.

◆ FLUC_VV

template<MInt nDim, SolverType SolverTypeR, SolverType SolverTypeL>
constexpr const MInt MSTG< nDim, SolverTypeR, SolverTypeL >::STG::FLUC_VV = nDim + 11
staticconstexpr

Definition at line 822 of file fvstg.h.

◆ FLUC_VW

template<MInt nDim, SolverType SolverTypeR, SolverType SolverTypeL>
constexpr const MInt MSTG< nDim, SolverTypeR, SolverTypeL >::STG::FLUC_VW = nDim + 12
staticconstexpr

Definition at line 823 of file fvstg.h.

◆ FLUC_W

template<MInt nDim, SolverType SolverTypeR, SolverType SolverTypeL>
constexpr const MInt MSTG< nDim, SolverTypeR, SolverTypeL >::STG::FLUC_W = nDim + 4
staticconstexpr

Definition at line 815 of file fvstg.h.

◆ FLUC_WW

template<MInt nDim, SolverType SolverTypeR, SolverType SolverTypeL>
constexpr const MInt MSTG< nDim, SolverTypeR, SolverTypeL >::STG::FLUC_WW = nDim + 13
staticconstexpr

Definition at line 824 of file fvstg.h.

◆ LENGTH_SCALE

template<MInt nDim, SolverType SolverTypeR, SolverType SolverTypeL>
constexpr const MInt MSTG< nDim, SolverTypeR, SolverTypeL >::STG::LENGTH_SCALE = nDim + 7
staticconstexpr

Definition at line 818 of file fvstg.h.

◆ LENGTH_X

template<MInt nDim, SolverType SolverTypeR, SolverType SolverTypeL>
constexpr const MInt MSTG< nDim, SolverTypeR, SolverTypeL >::STG::LENGTH_X = nDim + 14
staticconstexpr

Definition at line 825 of file fvstg.h.

◆ LENGTH_Y

template<MInt nDim, SolverType SolverTypeR, SolverType SolverTypeL>
constexpr const MInt MSTG< nDim, SolverTypeR, SolverTypeL >::STG::LENGTH_Y = nDim + 15
staticconstexpr

Definition at line 826 of file fvstg.h.

◆ LENGTH_Z

template<MInt nDim, SolverType SolverTypeR, SolverType SolverTypeL>
constexpr const MInt MSTG< nDim, SolverTypeR, SolverTypeL >::STG::LENGTH_Z = nDim + 16
staticconstexpr

Definition at line 827 of file fvstg.h.

◆ noStgVars

template<MInt nDim, SolverType SolverTypeR, SolverType SolverTypeL>
constexpr const MInt MSTG< nDim, SolverTypeR, SolverTypeL >::STG::noStgVars = nDim + 23
staticconstexpr

Definition at line 834 of file fvstg.h.

◆ NU_T

template<MInt nDim, SolverType SolverTypeR, SolverType SolverTypeL>
constexpr const MInt MSTG< nDim, SolverTypeR, SolverTypeL >::STG::NU_T = nDim + 5
staticconstexpr

Definition at line 816 of file fvstg.h.

◆ S11

template<MInt nDim, SolverType SolverTypeR, SolverType SolverTypeL>
constexpr const MInt MSTG< nDim, SolverTypeR, SolverTypeL >::STG::S11 = nDim + 17
staticconstexpr

Definition at line 828 of file fvstg.h.

◆ S12

template<MInt nDim, SolverType SolverTypeR, SolverType SolverTypeL>
constexpr const MInt MSTG< nDim, SolverTypeR, SolverTypeL >::STG::S12 = nDim + 20
staticconstexpr

Definition at line 831 of file fvstg.h.

◆ S13

template<MInt nDim, SolverType SolverTypeR, SolverType SolverTypeL>
constexpr const MInt MSTG< nDim, SolverTypeR, SolverTypeL >::STG::S13 = nDim + 22
staticconstexpr

Definition at line 833 of file fvstg.h.

◆ S22

template<MInt nDim, SolverType SolverTypeR, SolverType SolverTypeL>
constexpr const MInt MSTG< nDim, SolverTypeR, SolverTypeL >::STG::S22 = nDim + 18
staticconstexpr

Definition at line 829 of file fvstg.h.

◆ S23

template<MInt nDim, SolverType SolverTypeR, SolverType SolverTypeL>
constexpr const MInt MSTG< nDim, SolverTypeR, SolverTypeL >::STG::S23 = nDim + 21
staticconstexpr

Definition at line 832 of file fvstg.h.

◆ S33

template<MInt nDim, SolverType SolverTypeR, SolverType SolverTypeL>
constexpr const MInt MSTG< nDim, SolverTypeR, SolverTypeL >::STG::S33 = nDim + 19
staticconstexpr

Definition at line 830 of file fvstg.h.

◆ SIJSIJ

template<MInt nDim, SolverType SolverTypeR, SolverType SolverTypeL>
constexpr const MInt MSTG< nDim, SolverTypeR, SolverTypeL >::STG::SIJSIJ = nDim + 6
staticconstexpr

Definition at line 817 of file fvstg.h.


The documentation for this struct was generated from the following file: