Simple cube-root of cell volume delta used in compressible LES models. More...
#include <compressibleLESModels/vanDriestDelta.H>
Simple cube-root of cell volume delta used in compressible LES models.
Definition at line 53 of file vanDriestDelta.H.
Public Member Functions | |
TypeName ("vanDriest") | |
Runtime type information. | |
vanDriestDelta (const word &name, const fvMesh &mesh, const dictionary &) | |
Construct from name, mesh and IOdictionary. | |
virtual | ~vanDriestDelta () |
Destructor. | |
virtual void | read (const dictionary &) |
Read the LESdelta dictionary. | |
virtual 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_ |
vanDriestDelta | ( | const word & | name, |
const fvMesh & | mesh, | ||
const dictionary & | dd | ||
) |
Construct from name, mesh and IOdictionary.
Definition at line 99 of file vanDriestDelta.C.
|
inlinevirtual |
Destructor.
Definition at line 89 of file vanDriestDelta.H.
TypeName | ( | "vanDriest" | ) |
Runtime type information.
|
virtual |
Read the LESdelta dictionary.
Implements LESdelta.
Definition at line 130 of file vanDriestDelta.C.
References dictionary::read(), dictionary::readIfPresent(), dictionary::subDict(), and Foam::type().
|
virtual |
Implements LESdelta.
Definition at line 143 of file vanDriestDelta.C.