Abstract base class for LES deltas. More...
#include <LESdeltas/LESdelta.H>
Abstract base class for LES deltas.
Definition at line 55 of file LESdelta.H.
Public Member Functions | |
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 void | read (const dictionary &)=0 |
Read the LESdelta dictionary. | |
virtual void | correct ()=0 |
virtual | operator const volScalarField & () const |
Static Public Member Functions | |
static autoPtr< LESdelta > | New (const word &name, const fvMesh &, const dictionary &) |
Return a reference to the selected LES delta. |
Protected Attributes | |
const fvMesh & | mesh_ |
volScalarField | delta_ |
Construct from name and mesh.
Definition at line 41 of file LESdelta.C.
|
inlinevirtual |
Destructor.
Definition at line 116 of file LESdelta.H.
TypeName | ( | "LESdelta" | ) |
Runtime type information.
declareRunTimeSelectionTable | ( | autoPtr | , |
LESdelta | , | ||
dictionary | , | ||
(const word &name, const fvMesh &mesh, const dictionary &LESdeltaDict) | , | ||
(name, mesh, LESdeltaDict) | |||
) |
|
static |
Return a reference to the selected LES delta.
Definition at line 64 of file LESdelta.C.
References Foam::endl(), Foam::exit(), Foam::FatalError, FatalErrorIn, dictionary::lookup(), mesh, and Foam::name().
|
inline |
Return mesh reference.
Definition at line 123 of file LESdelta.H.
References LESdelta::mesh_.
Referenced by vanDriestDelta::correct().
|
pure virtual |
Read the LESdelta dictionary.
Implemented in smoothDelta, IDDESDelta, vanDriestDelta, vanDriestDelta, maxDeltaxyz, maxhxhyhzDelta, PrandtlDelta, and cubeRootVolDelta.
|
pure virtual |
Implemented in smoothDelta, IDDESDelta, vanDriestDelta, vanDriestDelta, maxDeltaxyz, maxhxhyhzDelta, PrandtlDelta, and cubeRootVolDelta.
|
inlinevirtual |
Definition at line 137 of file LESdelta.H.
References LESdelta::delta_.
|
protected |
Definition at line 62 of file LESdelta.H.
Referenced by cubeRootVolDelta::correct(), maxhxhyhzDelta::correct(), PrandtlDelta::correct(), maxDeltaxyz::correct(), smoothDelta::correct(), and LESdelta::mesh().
|
protected |
Definition at line 64 of file LESdelta.H.
Referenced by LESdelta::operator const volScalarField &().