38 template<
class BasicTurbulenceModel>
44 return dev(
symm(gradU & gradU));
48 template<
class BasicTurbulenceModel>
63 this->runTime_.timeName(),
73 +
pow(magSqrSd, 5.0/4.0)
88 template<
class BasicTurbulenceModel>
92 this->nut_.correctBoundaryConditions();
95 BasicTurbulenceModel::correctNut();
101 template<
class BasicTurbulenceModel>
110 const word& propertiesName,
146 if (type == typeName)
148 this->printCoeffs(type);
155 template<
class BasicTurbulenceModel>
160 Ck_.readIfPresent(this->coeffDict());
161 Cw_.readIfPresent(this->coeffDict());
172 template<
class BasicTurbulenceModel>
184 this->runTime_.timeName(),
195 template<
class BasicTurbulenceModel>
virtual bool read()
Read model coefficients if they have changed.
Eddy viscosity LES SGS model base class.
tmp< GeometricField< typename outerProduct< vector, Type >::type, fvPatchField, volMesh >> grad(const GeometricField< Type, fvsPatchField, surfaceMesh > &ssf)
BasicTurbulenceModel::transportModel transportModel
void correct(GeometricField< Type, fvPatchField, volMesh > &field)
Apply correction to field.
dimensionedSymmTensor sqr(const dimensionedVector &dv)
virtual tmp< volScalarField > epsilon() const
Return sub-grid disipation rate.
dimensionedScalar sqrt(const dimensionedScalar &ds)
label k
Boltzmann constant.
Generic dimensioned Type class.
BasicTurbulenceModel::alphaField alphaField
GeometricField< scalar, fvPatchField, volMesh > volScalarField
virtual void correctNut()
Update the SGS eddy-viscosity.
virtual void correct()=0
Solve the turbulence equations and correct the turbulence viscosity.
Dimension set for the base types.
dimensionedSymmTensor dev(const dimensionedSymmTensor &dt)
tmp< volSymmTensorField > Sd(const volTensorField &gradU) const
Return the deviatoric symmetric part of the square of the given.
A class for handling words, derived from string.
static word groupName(Name name, const word &group)
dimensioned< scalar > magSqr(const dimensioned< Type > &)
fileName::Type type(const fileName &, const bool followLink=true)
Return the file type: DIRECTORY or FILE.
dimensionedScalar pow(const dimensionedScalar &ds, const dimensionedScalar &expt)
dimensionedScalar pow3(const dimensionedScalar &ds)
dimensionedSymmTensor symm(const dimensionedSymmTensor &dt)
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
The Wall-adapting local eddy-viscosity (WALE) SGS model.
BasicTurbulenceModel::rhoField rhoField
virtual void correct()
Correct Eddy-Viscosity and related properties.
A class for managing temporary objects.
static options & New(const fvMesh &mesh)
Construct fvOptions and register to datbase if not present.
const dimensionedScalar alpha
Fine-structure constant: default SI units: [].
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
virtual tmp< volScalarField > k() const
Return SGS kinetic energy.