IDDESDelta used by the IDDES (improved low Re Spalart-Allmaras DES model) The min and max delta are calculated using the double distance of the min or max from the face centre to the cell centre. More...
#include <incompressibleLESModels/IDDESDelta.H>
IDDESDelta used by the IDDES (improved low Re Spalart-Allmaras DES model) The min and max delta are calculated using the double distance of the min or max from the face centre to the cell centre.
Definition at line 51 of file IDDESDelta.H.
Public Member Functions | |
TypeName ("IDDESDelta") | |
Runtime type information. | |
IDDESDelta (const word &name, const fvMesh &mesh, const dictionary &) | |
Construct from name, mesh and IOdictionary. | |
~IDDESDelta () | |
void | read (const dictionary &) |
Read the LESdelta dictionary. | |
void | correct () |
![]() | |
TypeName ("LESdelta") | |
Runtime type information. | |
declareRunTimeSelectionTable (autoPtr, LESdelta, dictionary,(const word &name, const fvMesh &mesh, const dictionary &LESdeltaDict),(name, mesh, LESdeltaDict)) | |
LESdelta (const word &name, const fvMesh &) | |
Construct from name and mesh. | |
virtual | ~LESdelta () |
Destructor. | |
const fvMesh & | mesh () const |
Return mesh reference. | |
virtual | operator const volScalarField & () const |
Additional Inherited Members | |
![]() | |
static autoPtr< LESdelta > | New (const word &name, const fvMesh &, const dictionary &) |
Return a reference to the selected LES delta. | |
![]() | |
const fvMesh & | mesh_ |
volScalarField | delta_ |
IDDESDelta | ( | const word & | name, |
const fvMesh & | mesh, | ||
const dictionary & | dd | ||
) |
Construct from name, mesh and IOdictionary.
Definition at line 131 of file IDDESDelta.C.
References dictionary::readIfPresent(), dictionary::subDict(), and Foam::type().
|
inline |
Definition at line 91 of file IDDESDelta.H.
TypeName | ( | "IDDESDelta" | ) |
Runtime type information.
|
virtual |
Read the LESdelta dictionary.
Implements LESdelta.
Definition at line 152 of file IDDESDelta.C.
References dictionary::lookup(), dictionary::subDict(), and Foam::type().
|
virtual |
Implements LESdelta.
Definition at line 159 of file IDDESDelta.C.