Go to the documentation of this file.
32 template<
class BasicTurbulenceModel>
35 const word& modelName,
42 const word& propertiesName
61 IOobject::groupName(
"nonlinearStress",
U.group()),
62 this->runTime_.timeName(),
78 template<
class BasicTurbulenceModel>
86 tR() += nonlinearStress_;
91 template<
class BasicTurbulenceModel>
99 tdevRhoReff() += this->rho_*nonlinearStress_;
104 template<
class BasicTurbulenceModel>
113 fvc::div(this->rho_*nonlinearStress_)
119 template<
class BasicTurbulenceModel>
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
A class for handling words, derived from string.
A class for managing temporary objects.
const dimensionSet dimVelocity
const dimensionedScalar alpha
Fine-structure constant: default SI units: [].
tmp< GeometricField< Type, fvPatchField, volMesh > > div(const GeometricField< Type, fvsPatchField, surfaceMesh > &ssf)
virtual tmp< volSymmTensorField > R() const
Return the Reynolds stress tensor.
incompressible::RASModel ::transportModel transportModel
Generic dimensioned Type class.
virtual tmp< volSymmTensorField > devRhoReff() const
Return the effective stress tensor.
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
Return the source term for the momentum equation.
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)
Construct from components.