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)
147 this->printCoeffs(type);
154 template<
class BasicTurbulenceModel>
159 Ck_.readIfPresent(this->coeffDict());
160 Cw_.readIfPresent(this->coeffDict());
171 template<
class BasicTurbulenceModel>
183 this->runTime_.timeName(),
194 template<
class BasicTurbulenceModel>
dimensionedScalar sqrt(const dimensionedScalar &ds)
dimensionedScalar pow3(const dimensionedScalar &ds)
dimensionedScalar pow(const dimensionedScalar &ds, const dimensionedScalar &expt)
dimensioned< scalar > magSqr(const dimensioned< Type > &)
virtual void correctNut()
Update the SGS eddy-viscosity.
A class for handling words, derived from string.
virtual tmp< volScalarField > k() const
Return SGS kinetic energy.
virtual void correct()=0
Solve the turbulence equations and correct the turbulence viscosity.
virtual bool read()
Read model coefficients if they have changed.
dimensionedSymmTensor dev(const dimensionedSymmTensor &dt)
virtual void correct()
Correct Eddy-Viscosity and related properties.
static word groupName(Name name, const word &group)
BasicTurbulenceModel::alphaField alphaField
Generic dimensioned Type class.
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
GeometricField< scalar, fvPatchField, volMesh > volScalarField
const dimensionedScalar alpha
Fine-structure constant: default SI units: [].
Dimension set for the base types.
label k
Boltzmann constant.
BasicTurbulenceModel::rhoField rhoField
fileName::Type type(const fileName &)
Return the file type: DIRECTORY or FILE.
BasicTurbulenceModel::transportModel transportModel
virtual tmp< volScalarField > epsilon() const
Return sub-grid disipation rate.
tmp< GeometricField< typename outerProduct< vector, Type >::type, fvPatchField, volMesh >> grad(const GeometricField< Type, fvsPatchField, surfaceMesh > &ssf)
The Wall-adapting local eddy-viscosity (WALE) SGS model.
Eddy viscosity LES SGS model base class.
dimensionedSymmTensor symm(const dimensionedSymmTensor &dt)
dimensionedSymmTensor sqr(const dimensionedVector &dv)
tmp< volSymmTensorField > Sd(const volTensorField &gradU) const
Return the deviatoric symmetric part of the square of the given.
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
A class for managing temporary objects.