Go to the documentation of this file.
51 #ifndef ShihQuadraticKE_H
52 #define ShihQuadraticKE_H
61 namespace incompressible
dimensionedScalar sigmaEps_
dimensionedScalar sigmak_
A class for handling words, derived from string.
A class for managing temporary objects.
const dimensionedScalar alpha
Fine-structure constant: default SI units: [].
virtual ~ShihQuadraticKE()
Destructor.
static const word propertiesName
Default name of the turbulence properties dictionary.
A class representing the concept of a GeometricField of 1 used to avoid unnecessary manipulations for...
ShihQuadraticKE(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.
virtual tmp< volScalarField > epsilon() const
Return the turbulence kinetic energy dissipation rate.
virtual void correctNonlinearStress(const volTensorField &gradU)
virtual bool read()
Re-read model coefficients if they have changed.
Eddy viscosity turbulence model with non-linear correction base class.
TypeName("ShihQuadraticKE")
Runtime type information.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
Shih's quadratic algebraic Reynolds stress k-epsilon turbulence model for incompressible flows.
incompressible::RASModel ::transportModel transportModel
Generic dimensioned Type class.
virtual void correct()
Solve the turbulence equations and correct the turbulence viscosity.
virtual tmp< volScalarField > k() const
Return the turbulence kinetic energy.
dimensionedScalar Cbeta1_
tmp< volScalarField > DepsilonEff() const
Return the effective diffusivity for epsilon.
tmp< volScalarField > DkEff() const
Return the effective diffusivity for k.
dimensionedScalar Cbeta3_
dimensionedScalar Cbeta2_
fileName::Type type(const fileName &)
Return the file type: DIRECTORY or FILE.
Generic GeometricField class.
virtual void correctNut()