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_ |
Private Member Functions | |
LESdelta (const LESdelta &) | |
void | operator= (const LESdelta &) |
LESdelta | ( | const word & | name, |
const turbulenceModel & | turbulence | ||
) |
Construct from name, turbulenceModel and dictionary.
Definition at line 40 of file LESdelta.C.
|
inlinevirtual |
Destructor.
Definition at line 124 of file LESdelta.H.
|
private |
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, Foam::name(), Foam::nl, and turbulence.
|
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, Foam::name(), Foam::nl, and turbulence.
|
inline |
Return turbulenceModel reference.
Definition at line 131 of file LESdelta.H.
References LESdelta::turbulenceModel_.
|
pure virtual |
Read the LESdelta dictionary.
Implemented in smoothDelta, PrandtlDelta, IDDESDelta, maxDeltaxyz, vanDriestDelta, and cubeRootVolDelta.
|
pure virtual |
Implemented in smoothDelta, PrandtlDelta, IDDESDelta, maxDeltaxyz, vanDriestDelta, and cubeRootVolDelta.
|
inlinevirtual |
Definition at line 145 of file LESdelta.H.
References LESdelta::delta_.
|
protected |
Definition at line 57 of file LESdelta.H.
Referenced by cubeRootVolDelta::calcDelta(), IDDESDelta::calcDelta(), maxDeltaxyz::calcDelta(), vanDriestDelta::calcDelta(), PrandtlDelta::calcDelta(), smoothDelta::calcDelta(), and LESdelta::turbulence().
|
protected |
Definition at line 59 of file LESdelta.H.
Referenced by cubeRootVolDelta::calcDelta(), vanDriestDelta::calcDelta(), IDDESDelta::calcDelta(), maxDeltaxyz::calcDelta(), PrandtlDelta::calcDelta(), smoothDelta::calcDelta(), LESdelta::operator const volScalarField &(), smoothDelta::deltaData::operator==(), and smoothDelta::deltaData::valid().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.