Go to the documentation of this file.
37 template<
class BasicTurbulenceModel>
40 this->nut_ = Ck_*
sqrt(this->
k())*this->
delta();
41 this->nut_.correctBoundaryConditions();
43 BasicTurbulenceModel::correctNut();
49 template<
class BasicTurbulenceModel>
58 const word& propertiesName,
111 if (
type == typeName)
113 this->printCoeffs(
type);
114 this->boundNormalStress(this->R_);
121 template<
class BasicTurbulenceModel>
126 Ck_.readIfPresent(this->coeffDict());
127 Cm_.readIfPresent(this->coeffDict());
128 Ce_.readIfPresent(this->coeffDict());
129 Cs_.readIfPresent(this->coeffDict());
140 template<
class BasicTurbulenceModel>
152 this->runTime_.timeName(),
163 template<
class BasicTurbulenceModel>
166 if (!this->turbulence_)
204 this->boundNormalStress(
R);
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
static word groupName(Name name, const word &group)
dimensionedSymmTensor symm(const dimensionedSymmTensor &dt)
tmp< GeometricField< typename outerProduct< vector, Type >::type, fvPatchField, volMesh >> grad(const GeometricField< Type, fvsPatchField, surfaceMesh > &ssf)
A class for handling words, derived from string.
virtual void correctNut()
Update the eddy-viscosity.
A class for managing temporary objects.
const dimensionedScalar alpha
Fine-structure constant: default SI units: [].
bool read(const char *, int32_t &)
DeardorffDiffStress(const DeardorffDiffStress &)
virtual bool read()
Read model coefficients if they have changed.
tmp< fvMatrix< Type > > Sp(const DimensionedField< scalar, volMesh > &, const GeometricField< Type, fvPatchField, volMesh > &)
#define R(A, B, C, D, E, F, K, M)
virtual tmp< volScalarField > epsilon() const
Return the turbulence kinetic energy dissipation rate.
Reynolds-stress turbulence model base class.
tmp< fvMatrix< Type > > laplacian(const GeometricField< Type, fvPatchField, volMesh > &vf, const word &name)
static const sphericalTensor I(1)
Generic dimensioned Type class.
BasicTurbulenceModel::alphaField alphaField
BasicTurbulenceModel::transportModel transportModel
tmp< fvMatrix< Type > > ddt(const GeometricField< Type, fvPatchField, volMesh > &vf)
BasicTurbulenceModel::rhoField rhoField
dimensionedScalar sqrt(const dimensionedScalar &ds)
label k
Boltzmann constant.
Templated abstract base class for LES SGS models.
fileName::Type type(const fileName &)
Return the file type: DIRECTORY or FILE.
Generic GeometricField class.
tmp< fvMatrix< Type > > div(const surfaceScalarField &flux, const GeometricField< Type, fvPatchField, volMesh > &vf, const word &name)
dimensionedSymmTensor twoSymm(const dimensionedSymmTensor &dt)
virtual void correct()
Correct sub-grid stress, eddy-Viscosity and related properties.