Abstract base class for LES deltas. More...
#include <LESdelta.H>


Public Member Functions | |
| TypeName ("LESdelta") | |
| Runtime type information. | |
| 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. | |
| virtual | ~LESdelta ()=default |
| Destructor. | |
| const turbulenceModel & | turbulence () const |
| Return turbulenceModel 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 turbulenceModel &turbulence, const dictionary &dict, const word &lookupName="delta") |
| Return a reference to the selected LES delta. | |
| 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. | |
Protected Member Functions | |
| LESdelta (const LESdelta &)=delete | |
| No copy construct. | |
| void | operator= (const LESdelta &)=delete |
| No copy assignment. | |
Protected Attributes | |
| const turbulenceModel & | turbulenceModel_ |
| volScalarField | delta_ |
|
protecteddelete |
No copy construct.
References LESdelta().
Referenced by cubeRootVolDelta::cubeRootVolDelta(), declareRunTimeSelectionTable(), DeltaOmegaTildeDelta::DeltaOmegaTildeDelta(), IDDESDelta::IDDESDelta(), LESdelta(), maxDeltaxyz::maxDeltaxyz(), maxDeltaxyzCubeRootLESDelta::maxDeltaxyzCubeRootLESDelta(), operator=(), PrandtlDelta::PrandtlDelta(), SLADelta::SLADelta(), smoothDelta::smoothDelta(), and vanDriestDelta::vanDriestDelta().


| LESdelta | ( | const word & | name, |
| const turbulenceModel & | turbulence ) |
Construct from name, turbulenceModel and dictionary.
Definition at line 35 of file LESdelta.C.
References delta_, Foam::dimLength, mesh, Foam::name(), timeName, turbulence(), and turbulenceModel_.

|
virtualdefault |
Destructor.
|
protecteddelete |
| TypeName | ( | "LESdelta" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| LESdelta | , | ||
| dictionary | , | ||
| (const word &name, const turbulenceModel &turbulence, const dictionary &dict) | , | ||
| (name, turbulence, dict) | ) |
References dict, LESdelta(), Foam::name(), and turbulence().

|
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, Foam::Info, Foam::name(), and turbulence().
Referenced by DeltaOmegaTildeDelta::DeltaOmegaTildeDelta(), IDDESDelta::IDDESDelta(), PrandtlDelta::PrandtlDelta(), SLADelta::SLADelta(), smoothDelta::smoothDelta(), and vanDriestDelta::vanDriestDelta().


|
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, Foam::Info, Foam::name(), Foam::nl, and turbulence().

|
inline |
Return turbulenceModel reference.
Definition at line 146 of file LESdelta.H.
References turbulenceModel_.
Referenced by cubeRootVolDelta::cubeRootVolDelta(), declareRunTimeSelectionTable(), DeltaOmegaTildeDelta::DeltaOmegaTildeDelta(), IDDESDelta::IDDESDelta(), LESdelta(), maxDeltaxyz::maxDeltaxyz(), maxDeltaxyzCubeRootLESDelta::maxDeltaxyzCubeRootLESDelta(), New(), New(), PrandtlDelta::PrandtlDelta(), SLADelta::SLADelta(), smoothDelta::smoothDelta(), cubeRootVolDelta::TypeName(), DeltaOmegaTildeDelta::TypeName(), IDDESDelta::TypeName(), maxDeltaxyz::TypeName(), maxDeltaxyzCubeRootLESDelta::TypeName(), PrandtlDelta::TypeName(), SLADelta::TypeName(), smoothDelta::TypeName(), vanDriestDelta::TypeName(), and vanDriestDelta::vanDriestDelta().

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