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

Go to the source code of this file.

Classes

struct  RANSModelConstants< _ >
 
struct  RANSModelConstants< RANS_SA_DV >
 
struct  RANSModelConstants< RANS_FS >
 
struct  RANSModelConstants< RANS_KOMEGA >
 
struct  RANSModelConstants< RANS_SST >
 
struct  RANSModelConstants< RANS_KEPSILON >
 

Typedefs

using RM_SA_DV = RANSModelConstants< RANS_SA_DV >
 
using RM_FS = RANSModelConstants< RANS_FS >
 
using RM_KOMEGA = RANSModelConstants< RANS_KOMEGA >
 
using RM_SST = RANSModelConstants< RANS_SST >
 
using RM_KEPS = RANSModelConstants< RANS_KEPSILON >
 

Functions

MInt noRansEquations (RansMethod ransMethod)
 

Typedef Documentation

◆ RM_FS

Definition at line 53 of file fvransmodelconstants.h.

◆ RM_KEPS

Definition at line 98 of file fvransmodelconstants.h.

◆ RM_KOMEGA

Definition at line 70 of file fvransmodelconstants.h.

◆ RM_SA_DV

Definition at line 34 of file fvransmodelconstants.h.

◆ RM_SST

Definition at line 85 of file fvransmodelconstants.h.

Function Documentation

◆ noRansEquations()

MInt noRansEquations ( RansMethod  ransMethod)
inline

Definition at line 100 of file fvransmodelconstants.h.

100 {
101 switch(ransMethod) {
102 case NORANS:
104 case RANS_SA_DV:
106 case RANS_FS:
108 case RANS_KOMEGA:
110 case RANS_KEPSILON:
112 default:
113 return 0;
114 // mTerm(1, AT_, "");
115 }
116}
@ RANS_SA_DV
Definition: enums.h:54
@ NORANS
Definition: enums.h:52
@ RANS_FS
Definition: enums.h:55
@ RANS_KEPSILON
Definition: enums.h:58
@ RANS_KOMEGA
Definition: enums.h:56