62 namespace incompressible
Generic GeometricField class.
static tmp< GeometricField< Type, PatchField, GeoMesh > > New(const word &name, const Internal &, const PtrList< PatchField< Type >> &, const HashPtrTable< Source > &=HashPtrTable< Source >())
Return a temporary field constructed from name,.
A simple wrapper around bool so that it can be read as a word: true/false, on/off,...
Eddy viscosity turbulence model base class.
A class representing the concept of a GeometricField of 1 used to avoid unnecessary manipulations for...
Gibson and Dafa'Alla's q-zeta two-equation low-Re turbulence model for incompressible flows.
virtual void correctNut()
Correct the eddy-viscosity nut.
tmp< volScalarField > f2() const
virtual tmp< volScalarField > k() const
Return the turbulence kinetic energy.
qZeta(const geometricOneField &alpha, const geometricOneField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const viscosity &viscosity, const word &type=typeName)
Construct from components.
virtual tmp< volScalarField > omega() const
Return the turbulence specific dissipation rate.
void boundZeta()
Bound epsilon and return Cmu*sqr(k) for nut.
TypeName("qZeta")
Runtime type information.
tmp< volScalarField > DqEff() const
Return the effective diffusivity for q.
dimensionedScalar sigmaZeta_
dimensionedScalar qMin_
Lower limit of q.
virtual void correct()
Solve the turbulence equations and correct the turbulence viscosity.
virtual const volScalarField & q() const
virtual bool read()
Read RASProperties dictionary.
virtual const volScalarField & zeta() const
virtual tmp< volScalarField > epsilon() const
Return the turbulence kinetic energy dissipation rate.
tmp< volScalarField > fMu() const
tmp< volScalarField > DzetaEff() const
Return the effective diffusivity for epsilon.
virtual ~qZeta()
Destructor.
A class for managing temporary objects.
Abstract base class for all fluid physical properties.
A class for handling words, derived from string.
volScalarField alpha(IOobject("alpha", runTime.name(), mesh, IOobject::READ_IF_PRESENT, IOobject::AUTO_WRITE), lambda *max(Ua &U, zeroSensitivity))
fileType type(const fileName &, const bool checkVariants=true, const bool followLink=true)
Return the file type: directory or file.