Go to the documentation of this file.
34 template<
class BasicTurbulenceModel>
37 const word& modelName,
44 const word& propertiesName
75 template<
class BasicTurbulenceModel>
83 tR.ref() += nonlinearStress_;
88 template<
class BasicTurbulenceModel>
92 return devRhoReff(this->U_);
96 template<
class BasicTurbulenceModel>
107 tdevRhoReff.ref() += this->rho_*nonlinearStress_;
113 template<
class BasicTurbulenceModel>
122 fvc::div(this->rho_*nonlinearStress_)
128 template<
class BasicTurbulenceModel>
Defines the attributes of an object for which implicit objectRegistry management is supported,...
A class for handling words, derived from Foam::string.
constexpr const char *const group
A class for managing temporary objects.
static constexpr const zero Zero
const dimensionSet dimVelocity
const dimensionedScalar alpha
tmp< GeometricField< Type, faPatchField, areaMesh > > div(const GeometricField< Type, faePatchField, edgeMesh > &ssf)
virtual tmp< volSymmTensorField > R() const
incompressible::RASModel ::transportModel transportModel
Generic dimensioned Type class.
virtual tmp< volSymmTensorField > devRhoReff() const
dimensionedSymmTensor sqr(const dimensionedVector &dv)
incompressible::RASModel ::alphaField alphaField
incompressible::RASModel ::rhoField rhoField
Eddy viscosity turbulence model base class.
Generic GeometricField class.
virtual tmp< fvVectorMatrix > divDevRhoReff(volVectorField &U) const
nonlinearEddyViscosity(const word &modelName, const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const transportModel &transport, const word &propertiesName)