38 template<
class BasicTurbulenceModel>
57 this->runTime_.timeName(),
66 template<
class BasicTurbulenceModel>
72 this->nut_.correctBoundaryConditions();
75 BasicTurbulenceModel::correctNut();
81 template<
class BasicTurbulenceModel>
90 const word& propertiesName,
116 if (type == typeName)
118 this->printCoeffs(type);
125 template<
class BasicTurbulenceModel>
130 Ck_.readIfPresent(this->coeffDict());
141 template<
class BasicTurbulenceModel>
153 this->runTime_.timeName(),
162 template<
class BasicTurbulenceModel>
Eddy viscosity LES SGS model base class.
tmp< GeometricField< typename outerProduct< vector, Type >::type, fvPatchField, volMesh >> grad(const GeometricField< Type, fvsPatchField, surfaceMesh > &ssf)
virtual tmp< volScalarField > epsilon() const
Return sub-grid disipation rate.
virtual bool read()
Read model coefficients if they have changed.
BasicTurbulenceModel::transportModel transportModel
void correct(GeometricField< Type, fvPatchField, volMesh > &field)
Apply correction to field.
dimensionedSymmTensor sqr(const dimensionedVector &dv)
dimensionedScalar sqrt(const dimensionedScalar &ds)
virtual void correctNut()
Update the SGS eddy viscosity.
label k
Boltzmann constant.
Generic dimensioned Type class.
BasicTurbulenceModel::alphaField alphaField
The Smagorinsky SGS model.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
virtual void correct()=0
Solve the turbulence equations and correct the turbulence viscosity.
dimensionedSymmTensor dev(const dimensionedSymmTensor &dt)
const dimensionedScalar b
Wien displacement law constant: default SI units: [m.K].
A class for handling words, derived from string.
static word groupName(Name name, const word &group)
dimensionedScalar tr(const dimensionedSphericalTensor &dt)
virtual void correct()
Correct Eddy-Viscosity and related properties.
fileName::Type type(const fileName &, const bool followLink=true)
Return the file type: DIRECTORY or FILE.
virtual tmp< volScalarField > k() const
Return SGS kinetic energy.
dimensionedSymmTensor symm(const dimensionedSymmTensor &dt)
const dimensionedScalar c
Speed of light in a vacuum.
BasicTurbulenceModel::rhoField rhoField
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...