Go to the documentation of this file.
73 kappa_(
dict.lookupOrDefault<scalar>(
"kappa", 0.41)),
76 dict.subDict(
type() +
"Coeffs").lookupOrDefault<scalar>(
"Cdelta", 0.158)
89 geometricDelta_().read(coeffDict);
90 dict.readIfPresent<scalar>(
"kappa", kappa_);
98 geometricDelta_().correct();
100 if (turbulenceModel_.mesh().changing())
A class for handling words, derived from string.
const volScalarField & y() const
Return reference to cached distance-to-wall field.
bool readIfPresent(const word &, T &, bool recursive=false, bool patternMatch=true) const
Find an entry if present, and assign to T.
autoPtr< LESdelta > geometricDelta_
static const wallDist & New(const fvMesh &mesh)
Apply Prandtl mixing-length based damping function to the specified geometric delta to improve near-w...
autoPtr< compressible::turbulenceModel > turbulence
const turbulenceModel & turbulenceModel_
virtual void read(const dictionary &)
Read the LESdelta dictionary.
Abstract base class for turbulence models (RAS, LES and laminar).
A list of keyword definitions, which are a keyword followed by any number of values (e....
Macros for easy insertion into run-time selection tables.
PrandtlDelta(const PrandtlDelta &)
Disallow default bitwise copy construct and assignment.
Abstract base class for LES deltas.
defineTypeNameAndDebug(cubeRootVolDelta, 0)
static autoPtr< LESdelta > New(const word &name, const turbulenceModel &turbulence, const dictionary &dict)
Return a reference to the selected LES delta.
const fvMesh & mesh() const
addToRunTimeSelectionTable(LESfluidThermoCompressibleTurbulenceModel, SmagorinskyLESfluidThermoCompressibleTurbulenceModel, dictionary)
fileName::Type type(const fileName &)
Return the file type: DIRECTORY or FILE.
Generic GeometricField class.
dimensioned< Type > min(const dimensioned< Type > &, const dimensioned< Type > &)
word name(const complex &)
Return a string representation of a complex.