43 #ifndef LamBremhorstKE_H 44 #define LamBremhorstKE_H 53 namespace incompressible
148 nut_/sigmaEps_ + nu()
virtual tmp< volScalarField > k() const
Return the turbulence kinetic energy.
virtual bool read()
Read RASProperties dictionary.
virtual tmp< volScalarField > epsilon() const
Return the turbulence kinetic energy dissipation rate.
Lam and Bremhorst low-Reynolds number k-epsilon turbulence model for incompressible flows...
const Boundary & boundaryField() const
Return const-reference to the boundary field.
virtual void correctNut()
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 base class.
dimensionedScalar sigmaEps_
TypeName("LamBremhorstKE")
Runtime type information.
A class representing the concept of a GeometricField of 1 used to avoid unnecessary manipulations for...
virtual tmp< volScalarField > omega() const
Return the turbulence specific dissipation rate.
A class for handling words, derived from string.
LamBremhorstKE(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 void correct()
Solve the turbulence equations and correct the turbulence viscosity.
Abstract base class for all fluid physical properties.
const volScalarField & y_
Wall distance.
void operator=(const LamBremhorstKE &)=delete
Disallow default bitwise assignment.
virtual ~LamBremhorstKE()
Destructor.
fileType type(const fileName &, const bool checkVariants=true, const bool followLink=true)
Return the file type: directory or file.
tmp< volScalarField > DepsilonEff() const
Return the effective diffusivity for epsilon.
tmp< volScalarField > DkEff() const
Return the effective diffusivity for k.
A class for managing temporary objects.