Base class for DES models providing an interfaces to the LESRegion function. More...
Public Member Functions | |
| DESModelBase () | |
| Constructor. More... | |
| virtual | ~DESModelBase ()=default |
| Destructor. More... | |
| ClassName ("DESModelBase") | |
| virtual tmp< volScalarField > | LESRegion () const =0 |
| Return the LES field indicator. More... | |
Base class for DES models providing an interfaces to the LESRegion function.
Definition at line 54 of file DESModelBase.H.
|
inline |
Constructor.
Definition at line 59 of file DESModelBase.H.
|
virtualdefault |
Destructor.
| ClassName | ( | "DESModelBase" | ) |
|
pure virtual |
Return the LES field indicator.
Implemented in DESModel< BasicTurbulenceModel >, and SpalartAllmarasDES< BasicTurbulenceModel >.
Referenced by DESModelRegions::execute().