Go to the documentation of this file.
37 template<
class BasicTurbulenceModel>
43 return dev(
symm(gradU & gradU));
47 template<
class BasicTurbulenceModel>
62 this->runTime_.timeName(),
72 +
pow(magSqrSd, 5.0/4.0)
87 template<
class BasicTurbulenceModel>
91 this->nut_.correctBoundaryConditions();
93 BasicTurbulenceModel::correctNut();
99 template<
class BasicTurbulenceModel>
108 const word& propertiesName,
144 if (
type == typeName)
146 this->printCoeffs(
type);
153 template<
class BasicTurbulenceModel>
158 Ck_.readIfPresent(this->coeffDict());
159 Cw_.readIfPresent(this->coeffDict());
170 template<
class BasicTurbulenceModel>
182 this->runTime_.timeName(),
193 template<
class BasicTurbulenceModel>
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 tmp< volScalarField > epsilon() const
Return sub-grid disipation rate.
A class for managing temporary objects.
virtual void correctNut()
Update the SGS eddy-viscosity.
const dimensionedScalar alpha
Fine-structure constant: default SI units: [].
Dimension set for the base types.
BasicTurbulenceModel::transportModel transportModel
tmp< volSymmTensorField > Sd(const volTensorField &gradU) const
Return the deviatoric symmetric part of the square of the given.
dimensionedScalar pow3(const dimensionedScalar &ds)
virtual tmp< volScalarField > k() const
Return SGS kinetic energy.
dimensionedScalar pow(const dimensionedScalar &ds, const dimensionedScalar &expt)
Eddy viscosity LES SGS model base class.
Generic dimensioned Type class.
BasicTurbulenceModel::rhoField rhoField
dimensionedSymmTensor sqr(const dimensionedVector &dv)
dimensionedScalar sqrt(const dimensionedScalar &ds)
virtual bool read()
Read model coefficients if they have changed.
label k
Boltzmann constant.
virtual void correct()
Correct Eddy-Viscosity and related properties.
virtual void correct()=0
Solve the turbulence equations and correct the turbulence viscosity.
fileName::Type type(const fileName &)
Return the file type: DIRECTORY or FILE.
Generic GeometricField class.
dimensioned< scalar > magSqr(const dimensioned< Type > &)
BasicTurbulenceModel::alphaField alphaField
dimensionedSymmTensor dev(const dimensionedSymmTensor &dt)