42template<
class BasicTurbulenceModel>
48 this->
nut_.correctBoundaryConditions();
51 BasicTurbulenceModel::correctNut();
57template<
class BasicTurbulenceModel> sigma<BasicTurbulenceModel>::sigma
59 const alphaField&
alpha,
65 const word& propertiesName,
113 this->printCoeffs(
type);
120template<
class BasicTurbulenceModel>
125 Ck_.readIfPresent(this->coeffDict());
126 Cw_.readIfPresent(this->coeffDict());
127 Csigma_.readIfPresent(this->coeffDict());
136template<
class BasicTurbulenceModel>
149template<
class BasicTurbulenceModel>
160template<
class BasicTurbulenceModel>
static word groupName(StringType base, const word &group)
Create dot-delimited name.group string.
static tmp< volScalarField > Ssigma(const volTensorField &gradU, const dimensionedScalar &coeff)
Return modified strain rate.
Eddy viscosity LES SGS model base class.
virtual bool read()
Read model coefficients if they have changed.
BasicTurbulenceModel::alphaField alphaField
BasicTurbulenceModel::rhoField rhoField
virtual tmp< volScalarField > k() const
Return SGS kinetic energy.
virtual void correct()
Correct Eddy-Viscosity and related properties.
virtual tmp< volScalarField > epsilon() const
Return SGS disipation rate.
dimensionedScalar Csigma_
virtual void correctNut()
Update the SGS eddy-viscosity.
BasicTurbulenceModel::transportModel transportModel
virtual bool read()
Read model coefficients if they have changed.
Generic dimensioned Type class.
void correct(GeometricField< Type, PatchField, GeoMesh > &field)
Apply correction to field.
static options & New(const fvMesh &mesh)
Construct fvOptions and register to database if not present otherwise lookup and return.
virtual void correct()=0
Solve the turbulence equations and correct the turbulence viscosity.
A class for managing temporary objects.
static tmp< T > New(Args &&... args)
Construct tmp with forwarding arguments.
Base-class for all transport models used by the incompressible turbulence models.
A class for handling words, derived from Foam::string.
Namespace for LES SGS models.
tmp< GeometricField< typename outerProduct< vector, Type >::type, fvPatchField, volMesh > > grad(const GeometricField< Type, fvsPatchField, surfaceMesh > &ssf)
GeometricField< vector, fvPatchField, volMesh > volVectorField
dimensionedSymmTensor sqr(const dimensionedVector &dv)
GeometricField< scalar, fvsPatchField, surfaceMesh > surfaceScalarField
SymmTensor< Cmpt > devSymm(const SymmTensor< Cmpt > &st)
Return the deviatoric part of the symmetric part of a SymmTensor.
const word GlobalIOList< Tuple2< scalar, vector > >::typeName("scalarVectorTable")
dimensionedScalar sqrt(const dimensionedScalar &ds)
dimensioned< typename typeOfMag< Type >::type > magSqr(const dimensioned< Type > &dt)