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 ()=default |
| 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, const word &lookupName="delta") |
| Return a reference to the selected LES delta. More... | |
| static autoPtr< LESdelta > | New (const word &name, const turbulenceModel &turbulence, const dictionary &dict, const dictionaryConstructorTableType &additionalConstructors, const word &lookupName="delta") |
| Return a reference to the selected LES delta. More... | |
Protected Member Functions | |
| LESdelta (const LESdelta &)=delete | |
| No copy construct. More... | |
| void | operator= (const LESdelta &)=delete |
| No copy assignment. More... | |
Protected Attributes | |
| const turbulenceModel & | turbulenceModel_ |
| volScalarField | delta_ |
| LESdelta | ( | const word & | name, |
| const turbulenceModel & | turbulence | ||
| ) |
Construct from name, turbulenceModel and dictionary.
Definition at line 35 of file LESdelta.C.
|
virtualdefault |
Destructor.
|
protecteddelete |
No copy assignment.
| 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 60 of file LESdelta.C.
References dict, Foam::endl(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInLookup, dictionary::get(), Foam::Info, Foam::name(), and turbulence.
Referenced by DeltaOmegaTildeDelta::DeltaOmegaTildeDelta(), IDDESDelta::IDDESDelta(), and SLADelta::SLADelta().


|
static |
Return a reference to the selected LES delta.
Definition at line 89 of file LESdelta.C.
References dict, Foam::endl(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInLookup, dictionary::get(), Foam::Info, Foam::name(), Foam::nl, and turbulence.

|
inline |
Return turbulenceModel reference.
Definition at line 146 of file LESdelta.H.
References LESdelta::turbulenceModel_.
Referenced by DeltaOmegaTildeDelta::DeltaOmegaTildeDelta(), IDDESDelta::IDDESDelta(), and SLADelta::SLADelta().

|
pure virtual |
Read the LESdelta dictionary.
Implemented in smoothDelta, vanDriestDelta, SLADelta, PrandtlDelta, maxDeltaxyzCubeRootLESDelta, maxDeltaxyz, IDDESDelta, DeltaOmegaTildeDelta, and cubeRootVolDelta.
|
pure virtual |
Implemented in vanDriestDelta, smoothDelta, SLADelta, PrandtlDelta, maxDeltaxyzCubeRootLESDelta, maxDeltaxyz, IDDESDelta, DeltaOmegaTildeDelta, and cubeRootVolDelta.
|
inlinevirtual |
Definition at line 162 of file LESdelta.H.
References LESdelta::delta_.
|
protected |
Definition at line 55 of file LESdelta.H.
Referenced by cubeRootVolDelta::calcDelta(), maxDeltaxyz::calcDelta(), and LESdelta::turbulence().
|
protected |
Definition at line 57 of file LESdelta.H.
Referenced by cubeRootVolDelta::calcDelta(), maxDeltaxyz::calcDelta(), LESdelta::operator const volScalarField &(), smoothDelta::deltaData::operator==(), smoothDelta::deltaData::valid(), and vanDriestDelta::vanDriestDelta().