Abstract base class for LES deltas. More...


Public Member Functions | |
| TypeName ("LESdelta") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, LESdelta, dictionary,(const word &name, const momentumTransportModel &turbulence, const dictionary &dict),(name, turbulence, dict)) | |
| LESdelta (const word &name, const momentumTransportModel &turbulence) | |
| Construct from name, momentumTransportModel and dictionary. More... | |
| LESdelta (const LESdelta &)=delete | |
| Disallow default bitwise copy construction. More... | |
| virtual | ~LESdelta () |
| Destructor. More... | |
| const momentumTransportModel & | turbulence () const |
| Return momentumTransportModel reference. More... | |
| virtual void | read (const dictionary &)=0 |
| Read the LESdelta dictionary. More... | |
| virtual void | correct ()=0 |
| void | operator= (const LESdelta &)=delete |
| virtual | operator const volScalarField & () const |
Static Public Member Functions | |
| static autoPtr< LESdelta > | New (const word &name, const momentumTransportModel &turbulence, const dictionary &dict) |
| Return a reference to the selected LES delta. More... | |
| static autoPtr< LESdelta > | New (const word &name, const momentumTransportModel &turbulence, const dictionary &dict, const dictionaryConstructorTable &) |
| Return a reference to the selected LES delta. More... | |
Protected Attributes | |
| const momentumTransportModel & | momentumTransportModel_ |
| volScalarField | delta_ |
| LESdelta | ( | const word & | name, |
| const momentumTransportModel & | turbulence | ||
| ) |
Construct from name, momentumTransportModel and dictionary.
Definition at line 39 of file LESdelta.C.
|
inlinevirtual |
Destructor.
Definition at line 117 of file LESdelta.H.
| TypeName | ( | "LESdelta" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| LESdelta | , | ||
| dictionary | , | ||
| (const word &name, const momentumTransportModel &turbulence, const dictionary &dict) | , | ||
| (name, turbulence, dict) | |||
| ) |
|
static |
Return a reference to the selected LES delta.
Definition at line 65 of file LESdelta.C.
References Foam::decrIndent(), dict, Foam::endl(), Foam::exit(), Foam::FatalError, FatalErrorInFunction, Foam::incrIndent(), Foam::indent(), Foam::Info, dictionary::lookup(), Foam::name(), Foam::nl, and turbulence().

|
static |
Return a reference to the selected LES delta.
Definition at line 97 of file LESdelta.C.
References Foam::decrIndent(), dict, Foam::endl(), Foam::exit(), Foam::FatalError, FatalErrorInFunction, Foam::incrIndent(), Foam::indent(), Foam::Info, dictionary::lookup(), Foam::name(), Foam::nl, and turbulence().

|
inline |
Return momentumTransportModel reference.
Definition at line 124 of file LESdelta.H.
References LESdelta::momentumTransportModel_.
|
pure virtual |
Read the LESdelta dictionary.
Implemented in vanDriestDelta, smoothDelta, PrandtlDelta, maxDeltaxyz, IDDESDelta, and cubeRootVolDelta.
|
pure virtual |
Implemented in vanDriestDelta, smoothDelta, PrandtlDelta, maxDeltaxyz, IDDESDelta, and cubeRootVolDelta.
|
delete |
|
inlinevirtual |
Definition at line 140 of file LESdelta.H.
References LESdelta::delta_.
|
protected |
Definition at line 56 of file LESdelta.H.
Referenced by LESdelta::turbulence().
|
protected |
Definition at line 58 of file LESdelta.H.
Referenced by LESdelta::operator const volScalarField &(), smoothDelta::deltaData::operator==(), smoothDelta::deltaData::valid(), and vanDriestDelta::vanDriestDelta().