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>
virtual tmp< fvVectorMatrix > divDevRhoReff(volVectorField &U) const
Return the source term for the momentum equation.
virtual tmp< volSymmTensorField > R() const
Return the Reynolds stress tensor.
A class for handling words, derived from string.
BasicTurbulenceModel::rhoField rhoField
virtual tmp< volSymmTensorField > devRhoReff() const
Return the effective stress tensor.
Generic dimensioned Type class.
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
const dimensionedScalar alpha
Fine-structure constant: default SI units: [].
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.
Eddy viscosity turbulence model base class.
BasicTurbulenceModel::transportModel transportModel
tmp< GeometricField< Type, fvPatchField, volMesh > > div(const GeometricField< Type, fvsPatchField, surfaceMesh > &ssf)
BasicTurbulenceModel::alphaField alphaField
dimensionedSymmTensor sqr(const dimensionedVector &dv)
const dimensionSet dimVelocity
A class for managing temporary objects.