Apply Prandtl mixing-length based damping function to the specified geometric delta to improve near-wall behavior or LES SGS models. More...
Public Member Functions | |
TypeName ("Prandtl") | |
Runtime type information. More... | |
PrandtlDelta (const word &name, const momentumTransportModel &turbulence, const dictionary &) | |
Construct from name, momentumTransportModel and dictionary. More... | |
PrandtlDelta (const PrandtlDelta &)=delete | |
Disallow default bitwise copy construction. More... | |
virtual | ~PrandtlDelta () |
Destructor. More... | |
virtual void | read (const dictionary &) |
Read the LESdelta dictionary. More... | |
virtual void | correct () |
void | operator= (const PrandtlDelta &)=delete |
Disallow default bitwise assignment. More... | |
Public Member Functions inherited from LESdelta | |
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... | |
void | operator= (const LESdelta &)=delete |
virtual | operator const volScalarField & () const |
Additional Inherited Members | |
Static Public Member Functions inherited from LESdelta | |
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 inherited from LESdelta | |
const momentumTransportModel & | momentumTransportModel_ |
volScalarField | delta_ |
Apply Prandtl mixing-length based damping function to the specified geometric delta to improve near-wall behavior or LES SGS models.
delta = min(geometricDelta, (kappa/Cdelta)*y)
Example specification in the momentumTransport dictionary:
delta Prandtl; kappa 0.41; PrandtlCoeffs { delta cubeRootVol; cubeRootVolCoeffs { deltaCoeff 1; } Cdelta 0.158; }
Definition at line 74 of file PrandtlDelta.H.
PrandtlDelta | ( | const word & | name, |
const momentumTransportModel & | turbulence, | ||
const dictionary & | dict | ||
) |
Construct from name, momentumTransportModel and dictionary.
Definition at line 57 of file PrandtlDelta.C.
|
delete |
Disallow default bitwise copy construction.
|
inlinevirtual |
Destructor.
Definition at line 112 of file PrandtlDelta.H.
References PrandtlDelta::correct(), PrandtlDelta::operator=(), and PrandtlDelta::read().
TypeName | ( | "Prandtl" | ) |
Runtime type information.
|
virtual |
Read the LESdelta dictionary.
Implements LESdelta.
Definition at line 89 of file PrandtlDelta.C.
References dictionary::optionalSubDict(), dictionary::read(), dictionary::readIfPresent(), and Foam::type().
Referenced by PrandtlDelta::~PrandtlDelta().
|
virtual |
Implements LESdelta.
Definition at line 100 of file PrandtlDelta.C.
Referenced by PrandtlDelta::~PrandtlDelta().
|
delete |
Disallow default bitwise assignment.
Referenced by PrandtlDelta::~PrandtlDelta().