Go to the documentation of this file.
32 template<
class BasicTurbulenceModel>
35 const word& modelName,
42 const word& propertiesName
61 template<
class BasicTurbulenceModel>
68 template<
class BasicTurbulenceModel>
78 IOobject::groupName(
"devRhoReff", this->U_.group()),
79 this->runTime_.timeName(),
84 (-(this->alpha_*this->rho_*this->nuEff()))
91 template<
class BasicTurbulenceModel>
106 template<
class BasicTurbulenceModel>
122 template<
class BasicTurbulenceModel>
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
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.
const dimensionedScalar alpha
Fine-structure constant: default SI units: [].
bool read(const char *, int32_t &)
tmp< GeometricField< Type, fvPatchField, volMesh > > div(const GeometricField< Type, fvsPatchField, surfaceMesh > &ssf)
virtual bool read()=0
Re-read model coefficients if they have changed.
dimensionedSymmTensor dev2(const dimensionedSymmTensor &dt)
tmp< GeometricField< Type, fvPatchField, volMesh > > laplacian(const GeometricField< Type, fvPatchField, volMesh > &vf, const word &name)
virtual void correct()=0
Solve the turbulence equations and correct the turbulence viscosity.
linearViscousStress(const word &modelName, const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const transportModel &transport, const word &propertiesName)
Construct from components.
virtual tmp< volSymmTensorField > devRhoReff() const
Return the effective stress tensor.
BasicTurbulenceModel::rhoField rhoField
virtual tmp< fvVectorMatrix > divDevRhoReff(volVectorField &U) const
Return the source term for the momentum equation.
BasicTurbulenceModel::alphaField alphaField
BasicTurbulenceModel::transportModel transportModel
Generic GeometricField class.
dimensionedSymmTensor twoSymm(const dimensionedSymmTensor &dt)
dimensionedSymmTensor dev(const dimensionedSymmTensor &dt)