48 #ifndef ShihQuadraticKE_H 49 #define ShihQuadraticKE_H 58 namespace incompressible
149 nut_/sigmaEps_ + nu()
TypeName("ShihQuadraticKE")
Runtime type information.
virtual tmp< volScalarField > omega() const
Return the turbulence specific dissipation rate.
virtual void correct()
Solve the turbulence equations and correct the turbulence viscosity.
Shih's quadratic algebraic Reynolds stress k-epsilon turbulence model for incompressible flows...
const Boundary & boundaryField() const
Return const-reference to the boundary field.
dimensionedScalar sigmak_
virtual tmp< volScalarField > k() const
Return the turbulence kinetic energy.
volScalarField alpha(IOobject("alpha", runTime.timeName(), mesh, IOobject::READ_IF_PRESENT, IOobject::AUTO_WRITE), lambda *max(Ua &U, zeroSensitivity))
wordList types() const
Return a list of the patch field types.
static tmp< GeometricField< scalar, fvPatchField, volMesh > > New(const word &name, const Internal &, const PtrList< fvPatchField< scalar >> &)
Return a temporary field constructed from name,.
Eddy viscosity turbulence model with non-linear correction base class.
tmp< volScalarField > DkEff() const
Return the effective diffusivity for k.
virtual tmp< volScalarField > epsilon() const
Return the turbulence kinetic energy dissipation rate.
virtual void correctNut()
A class representing the concept of a GeometricField of 1 used to avoid unnecessary manipulations for...
dimensionedScalar sigmaEps_
A class for handling words, derived from string.
virtual bool read()
Read RASProperties dictionary.
tmp< volScalarField > DepsilonEff() const
Return the effective diffusivity for epsilon.
Abstract base class for all fluid physical properties.
virtual ~ShihQuadraticKE()
Destructor.
dimensionedScalar Cbeta1_
fileType type(const fileName &, const bool checkVariants=true, const bool followLink=true)
Return the file type: directory or file.
dimensionedScalar Cbeta3_
dimensionedScalar Cbeta2_
virtual void correctNonlinearStress(const volTensorField &gradU)
A class for managing temporary objects.
ShihQuadraticKE(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.