Abstract base class for LES deltas. More...
Public Member Functions | |
TypeName ("LESdelta") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, LESdelta, dictionary,(const word &name, const turbulenceModel &turbulence, const dictionary &dict),(name, turbulence, dict)) | |
LESdelta (const word &name, const turbulenceModel &turbulence) | |
Construct from name, turbulenceModel and dictionary. More... | |
virtual | ~LESdelta () |
Destructor. More... | |
const turbulenceModel & | turbulence () const |
Return turbulenceModel reference. More... | |
virtual void | read (const dictionary &)=0 |
Read the LESdelta dictionary. More... | |
virtual void | correct ()=0 |
virtual | operator const volScalarField & () const |
Static Public Member Functions | |
static autoPtr< LESdelta > | New (const word &name, const turbulenceModel &turbulence, const dictionary &dict) |
Return a reference to the selected LES delta. More... | |
static autoPtr< LESdelta > | New (const word &name, const turbulenceModel &turbulence, const dictionary &dict, const dictionaryConstructorTable &) |
Return a reference to the selected LES delta. More... | |
Protected Attributes | |
const turbulenceModel & | turbulenceModel_ |
volScalarField | delta_ |
LESdelta | ( | const word & | name, |
const turbulenceModel & | turbulence | ||
) |
Construct from name, turbulenceModel and dictionary.
Definition at line 40 of file LESdelta.C.
References LESdelta::New().
|
inlinevirtual |
Destructor.
Definition at line 124 of file LESdelta.H.
TypeName | ( | "LESdelta" | ) |
Runtime type information.
declareRunTimeSelectionTable | ( | autoPtr | , |
LESdelta | , | ||
dictionary | , | ||
(const word &name, const turbulenceModel &turbulence, const dictionary &dict) | , | ||
(name, turbulence, dict) | |||
) |
|
static |
Return a reference to the selected LES delta.
Definition at line 66 of file LESdelta.C.
References dict, Foam::endl(), Foam::exit(), Foam::FatalError, FatalErrorInFunction, Foam::Info, dictionary::lookup(), Foam::name(), Foam::nl, and turbulence.
Referenced by LESdelta::LESdelta().
|
static |
Return a reference to the selected LES delta.
Definition at line 94 of file LESdelta.C.
References dict, Foam::endl(), Foam::exit(), Foam::FatalError, FatalErrorInFunction, Foam::Info, dictionary::lookup(), Foam::name(), Foam::nl, and turbulence.
|
inline |
Return turbulenceModel reference.
Definition at line 131 of file LESdelta.H.
References LESdelta::correct(), LESdelta::read(), and LESdelta::turbulenceModel_.
|
pure virtual |
Read the LESdelta dictionary.
Implemented in smoothDelta, PrandtlDelta, IDDESDelta, vanDriestDelta, maxDeltaxyz, and cubeRootVolDelta.
Referenced by LESdelta::turbulence().
|
pure virtual |
Implemented in smoothDelta, PrandtlDelta, IDDESDelta, vanDriestDelta, maxDeltaxyz, and cubeRootVolDelta.
Referenced by LESdelta::turbulence().
|
inlinevirtual |
Definition at line 145 of file LESdelta.H.
References LESdelta::delta_.
|
protected |
Definition at line 57 of file LESdelta.H.
Referenced by LESdelta::turbulence().
|
protected |
Definition at line 59 of file LESdelta.H.
Referenced by LESdelta::operator const volScalarField &().