138 virtual ~qZeta() =
default;
A simple wrapper around bool so that it can be read as a word: true/false, on/off,...
eddyViscosity(const word &modelName, const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const transportModel &transport, const word &propertiesName)
incompressible::RASModel::transportModel transportModel
A class representing the concept of a GeometricField of 1 used to avoid unnecessary manipulations for...
const dimensionedScalar & qMin() const
Return the lower allowable limit for q (default: SMALL).
tmp< volScalarField > f2() const
virtual ~qZeta()=default
Destructor.
dimensionedScalar & zetaMin()
Allow zetaMin to be changed.
virtual void correct()
Solve the turbulence equations and correct the turbulence viscosity.
TypeName("qZeta")
Runtime type information.
dimensionedScalar sigmaZeta_
dimensionedScalar & qMin()
Allow qMin to be changed.
dimensionedScalar qMin_
Lower limit of q.
tmp< volScalarField > DqEff() const
Return the effective diffusivity for q.
const dimensionedScalar & zetaMin() const
Return the lower allowable limit for zeta (default: SMALL).
tmp< volScalarField > DzetaEff() const
Return the effective diffusivity for epsilon.
virtual void correctNut()
virtual const volScalarField & zeta() const
qZeta(const geometricOneField &alpha, const geometricOneField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const transportModel &transport, const word &propertiesName=turbulenceModel::propertiesName, const word &type=typeName)
Construct from components.
dimensionedScalar zetaMin_
Lower limit of zeta.
virtual const volScalarField & q() const
virtual tmp< volScalarField > k() const
Return the turbulence kinetic energy.
tmp< volScalarField > fMu() const
virtual tmp< volScalarField > epsilon() const
Return the turbulence kinetic energy dissipation rate.
virtual bool read()
Re-read model coefficients if they have changed.
A class for managing temporary objects.
static const word propertiesName
Default name of the turbulence properties dictionary.
A class for handling words, derived from Foam::string.
GeometricField< vector, fvPatchField, volMesh > volVectorField
GeometricField< scalar, fvPatchField, volMesh > volScalarField
GeometricField< scalar, fvsPatchField, surfaceMesh > surfaceScalarField
const word GlobalIOList< Tuple2< scalar, vector > >::typeName("scalarVectorTable")
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.