105 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,.
Eddy viscosity turbulence model base class.
A class representing the concept of a GeometricField of 1 used to avoid unnecessary manipulations for...
Low Reynolds-number k-kl-omega turbulence model for incompressible flows.
virtual void validate()
Validate the turbulence fields after construction.
dimensionedScalar CnatCrit_
TypeName("kkLOmega")
Runtime type information.
virtual void correctNut()
virtual tmp< volScalarField > k() const
Return the total fluctuation kinetic energy.
virtual tmp< volScalarField > omega() const
Return the turbulence specific dissipation rate.
dimensionedScalar Sigmaw_
dimensionedScalar Sigmak_
dimensionedScalar CbpCrit_
dimensionedScalar Prtheta_
dimensionedScalar omegaMin_
Lower limit for omega.
dimensionedScalar CalphaTheta_
dimensionedScalar CtsCrit_
dimensionedScalar CmuStd_
virtual tmp< volScalarField > kt() const
Return the turbulence kinetic energy.
virtual void correct()
Solve the turbulence equations and correct the turbulence viscosity.
kkLOmega(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 bool read()
Read RASProperties dictionary.
dimensionedScalar Clambda_
virtual tmp< volScalarField > kl() const
Return the laminar kinetic energy.
virtual ~kkLOmega()
Destructor.
virtual tmp< volScalarField > epsilon() const
Return the total fluctuation kinetic energy dissipation rate.
tmp< volScalarField > DomegaEff(const volScalarField &alphaT) const
Return the effective diffusivity for omega.
tmp< volScalarField > DkEff(const volScalarField &alphaT) const
Return the effective diffusivity for k.
Convenience class to handle the input of constant rotational speed. Reads an omega entry with default...
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))
tmp< fvMatrix< Type > > S(const Pair< tmp< volScalarField::Internal >> &, const VolField< Type > &)
fileType type(const fileName &, const bool checkVariants=true, const bool followLink=true)
Return the file type: directory or file.