MAIA bb96820c
Multiphysics at AIA
Loading...
Searching...
No Matches
fvcartesiansyseqntraits.h File Reference

Go to the source code of this file.

Classes

class  hasPV_C< SysEqn_ >
 Checks if the primitive variable C exists. More...
 
struct  hasPV_C< SysEqn_ >::two
 
class  hasPV_N< SysEqn_ >
 Checks if the primitive variable N exists. More...
 
struct  hasPV_N< SysEqn_ >::two
 
class  hasPV_A< SysEqn_ >
 
struct  hasPV_A< SysEqn_ >::two
 

Variables

template<class SysEqn >
constexpr bool isNS = std::is_same_v<SysEqn, FvSysEqnNS<2>> || std::is_same_v<SysEqn, FvSysEqnNS<3>>
 Checks if the SysEqn is SysEqnNS. More...
 
template<class SysEqn >
constexpr bool isRANS
 Checks if the SysEqn is SysEqnRANS. More...
 
template<class SysEqn >
constexpr bool isEEGas = std::is_same_v<SysEqn, FvSysEqnEEGas<2>> || std::is_same_v<SysEqn, FvSysEqnEEGas<3>>
 Checks if the SysEqn is SysEqnEEGas. More...
 
template<class SysEqn >
constexpr bool isDetChem = std::is_same_v<SysEqn, FvSysEqnDetChem<2>> || std::is_same_v<SysEqn, FvSysEqnDetChem<3>>
 Checks if the SysEqn is SysEqnDetChem. More...
 
template<class SysEqn >
constexpr bool hasE = SysEqn::ConservativeVariables::RHO_E > -1
 

Variable Documentation

◆ hasE

template<class SysEqn >
constexpr bool hasE = SysEqn::ConservativeVariables::RHO_E > -1
constexpr

Definition at line 87 of file fvcartesiansyseqntraits.h.

◆ isDetChem

template<class SysEqn >
constexpr bool isDetChem = std::is_same_v<SysEqn, FvSysEqnDetChem<2>> || std::is_same_v<SysEqn, FvSysEqnDetChem<3>>
constexpr

Definition at line 34 of file fvcartesiansyseqntraits.h.

◆ isEEGas

template<class SysEqn >
constexpr bool isEEGas = std::is_same_v<SysEqn, FvSysEqnEEGas<2>> || std::is_same_v<SysEqn, FvSysEqnEEGas<3>>
constexpr

Definition at line 30 of file fvcartesiansyseqntraits.h.

◆ isNS

template<class SysEqn >
constexpr bool isNS = std::is_same_v<SysEqn, FvSysEqnNS<2>> || std::is_same_v<SysEqn, FvSysEqnNS<3>>
constexpr

Definition at line 19 of file fvcartesiansyseqntraits.h.

◆ isRANS

template<class SysEqn >
constexpr bool isRANS
constexpr
Initial value:
=
std::is_same_v<SysEqn,
FvSysEqnRANS<2, RANSModelConstants<RANS_SA_DV>>> || std::is_same_v<SysEqn, FvSysEqnRANS<3, RANSModelConstants<RANS_SA_DV>>> || std::is_same_v<SysEqn, FvSysEqnRANS<2, RANSModelConstants<RANS_FS>>> || std::is_same_v<SysEqn, FvSysEqnRANS<3, RANSModelConstants<RANS_FS>>> || std::is_same_v<SysEqn, FvSysEqnRANS<2, RANSModelConstants<RANS_KOMEGA>>> || std::is_same_v<SysEqn, FvSysEqnRANS<3, RANSModelConstants<RANS_KOMEGA>>>

Definition at line 24 of file fvcartesiansyseqntraits.h.