65 namespace incompressible
virtual void correctNut()
virtual void correct()
Solve the turbulence equations and correct the turbulence viscosity.
A simple wrapper around bool so that it can be read as a word: true/false, on/off, yes/no, y/n, t/f, or none.
tmp< volScalarField > fMu() const
TypeName("qZeta")
Runtime type information.
const dimensionedScalar & zetaMin() const
Return the lower allowable limit for zeta (default: SMALL)
virtual ~qZeta()
Destructor.
Eddy viscosity turbulence model base class.
const dimensionedScalar & qMin() const
Return the lower allowable limit for q (default: SMALL)
tmp< volScalarField > f2() const
incompressible::RASModel::transportModel transportModel
GeometricField< scalar, fvPatchField, volMesh > volScalarField
virtual tmp< volScalarField > epsilon() const
Return the turbulence kinetic energy dissipation rate.
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.
A class representing the concept of a GeometricField of 1 used to avoid unnecessary manipulations for...
static const word propertiesName
Default name of the turbulence properties dictionary.
A class for handling words, derived from string.
Gibson and Dafa'Alla's q-zeta two-equation low-Re turbulence model for incompressible flows...
virtual tmp< volScalarField > k() const
Return the turbulence kinetic energy.
virtual const volScalarField & q() const
tmp< volScalarField > DqEff() const
Return the effective diffusivity for q.
fileName::Type type(const fileName &)
Return the file type: DIRECTORY or FILE.
tmp< volScalarField > DzetaEff() const
Return the effective diffusivity for epsilon.
A class for managing temporary objects.
virtual bool read()
Read RASProperties dictionary.
const dimensionedScalar alpha
Fine-structure constant: default SI units: [].
dimensionedScalar sigmaZeta_
dimensionedScalar qMin_
Lower limit of q.
dimensionedScalar zetaMin_
Lower limit of zeta.