34template<
class BasicTurbulenceModel>
37 const word& modelName,
44 const word& propertiesName
63template<
class BasicTurbulenceModel>
66 return BasicTurbulenceModel::read();
70template<
class BasicTurbulenceModel>
74 return devRhoReff(this->U_);
78template<
class BasicTurbulenceModel>
92 this->runTime_.timeName(),
97 (-(this->alpha_*this->rho_*this->nuEff()))
104template<
class BasicTurbulenceModel>
119template<
class BasicTurbulenceModel>
135template<
class BasicTurbulenceModel>
138 BasicTurbulenceModel::correct();
Defines the attributes of an object for which implicit objectRegistry management is supported,...
static word groupName(StringType base, const word &group)
Create dot-delimited name.group string.
tmp< volVectorField > divDevRhoReff()
Return the effective viscous stress (laminar + turbulent).
Linear viscous stress turbulence model base class.
BasicTurbulenceModel::alphaField alphaField
BasicTurbulenceModel::rhoField rhoField
virtual bool read()=0
Re-read model coefficients if they have changed.
virtual void correct()=0
Solve the turbulence equations and correct the turbulence viscosity.
BasicTurbulenceModel::transportModel transportModel
virtual tmp< volSymmTensorField > devRhoReff() const
Return the effective stress tensor.
A class for managing temporary objects.
A class for handling words, derived from Foam::string.
tmp< GeometricField< typename outerProduct< vector, Type >::type, fvPatchField, volMesh > > grad(const GeometricField< Type, fvsPatchField, surfaceMesh > &ssf)
tmp< GeometricField< Type, fvPatchField, volMesh > > div(const GeometricField< Type, fvsPatchField, surfaceMesh > &ssf)
tmp< fvMatrix< Type > > laplacian(const GeometricField< Type, fvPatchField, volMesh > &vf, const word &name)
dimensionedSymmTensor dev2(const dimensionedSymmTensor &dt)
dimensionedSymmTensor dev(const dimensionedSymmTensor &dt)
dimensionedSymmTensor twoSymm(const dimensionedSymmTensor &dt)