Go to the documentation of this file.
37 template<
class BasicTurbulenceModel>
56 this->runTime_.timeName(),
65 template<
class BasicTurbulenceModel>
71 this->nut_.correctBoundaryConditions();
73 BasicTurbulenceModel::correctNut();
79 template<
class BasicTurbulenceModel>
88 const word& propertiesName,
114 if (
type == typeName)
116 this->printCoeffs(
type);
123 template<
class BasicTurbulenceModel>
128 Ck_.readIfPresent(this->coeffDict());
139 template<
class BasicTurbulenceModel>
151 this->runTime_.timeName(),
160 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.
A class for managing temporary objects.
virtual void correct()
Correct Eddy-Viscosity and related properties.
const dimensionedScalar alpha
Fine-structure constant: default SI units: [].
virtual void correctNut()
Update the SGS eddy viscosity.
BasicTurbulenceModel::transportModel transportModel
const dimensionedScalar b
Wien displacement law constant: default SI units: [m.K].
Smagorinsky(const Smagorinsky &)
Eddy viscosity LES SGS model base class.
Generic dimensioned Type class.
virtual bool read()
Read model coefficients if they have changed.
virtual tmp< volScalarField > epsilon() const
Return sub-grid disipation rate.
BasicTurbulenceModel::rhoField rhoField
virtual tmp< volScalarField > k() const
Return SGS kinetic energy.
dimensionedSymmTensor sqr(const dimensionedVector &dv)
dimensionedScalar sqrt(const dimensionedScalar &ds)
label k
Boltzmann constant.
const dimensionedScalar c
Speed of light in a vacuum.
virtual void correct()=0
Solve the turbulence equations and correct the turbulence viscosity.
dimensionedScalar tr(const dimensionedSphericalTensor &dt)
fileName::Type type(const fileName &)
Return the file type: DIRECTORY or FILE.
Generic GeometricField class.
BasicTurbulenceModel::alphaField alphaField
dimensionedSymmTensor dev(const dimensionedSymmTensor &dt)