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.
virtual ~LESdelta | ( | ) | [inline, virtual]
|
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) | |||
) |
autoPtr< LESdelta > New | ( | const word & | name, |
const fvMesh & | mesh, | ||
const dictionary & | dict | ||
) | [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().
const fvMesh& mesh | ( | ) | const [inline]
|
Return mesh reference.
Definition at line 123 of file LESdelta.H.
References LESdelta::mesh_.
Referenced by vanDriestDelta::correct().
virtual void read | ( | const dictionary & | ) | [pure virtual]
|
Read the LESdelta dictionary.
Implemented in vanDriestDelta, IDDESDelta, vanDriestDelta, cubeRootVolDelta, maxDeltaxyz, maxhxhyhzDelta, PrandtlDelta, and smoothDelta.
virtual void correct | ( | ) | [pure virtual]
|
Implemented in vanDriestDelta, IDDESDelta, vanDriestDelta, cubeRootVolDelta, maxDeltaxyz, maxhxhyhzDelta, PrandtlDelta, and smoothDelta.
virtual operator const volScalarField & | ( | ) | const [inline, virtual]
|
Definition at line 137 of file LESdelta.H.
References LESdelta::delta_.
Definition at line 62 of file LESdelta.H.
Referenced by smoothDelta::correct(), PrandtlDelta::correct(), maxhxhyhzDelta::correct(), maxDeltaxyz::correct(), cubeRootVolDelta::correct(), and LESdelta::mesh().
volScalarField delta_ [protected]
|
Definition at line 64 of file LESdelta.H.
Referenced by LESdelta::operator const volScalarField &().