35 #ifndef incompressibleTurbulenceModel_H 36 #define incompressibleTurbulenceModel_H 87 TypeName(
"incompressibleTurbulenceModel");
virtual tmp< fvVectorMatrix > divDevReff(volVectorField &U) const =0
Return the source term for the momentum equation.
A class representing the concept of a GeometricField of 1 used to avoid unnecessary manipulations for...
virtual ~incompressibleTurbulenceModel()
Destructor.
virtual tmp< surfaceScalarField > phi() const
Return the volumetric flux field.
A class for handling words, derived from string.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
const surfaceScalarField & alphaRhoPhi() const
Access function to phase flux field.
virtual tmp< volScalarField > mut() const
Return the turbulence dynamic viscosity.
virtual tmp< volScalarField > mu() const
Return the laminar dynamic viscosity.
virtual tmp< volSymmTensorField > devReff() const =0
Return the effective stress tensor including the laminar stress.
Abstract base class for turbulence models (RAS, LES and laminar).
static const word propertiesName
Default name of the turbulence properties dictionary.
Abstract base class for turbulence models (RAS, LES and laminar).
const volVectorField & U() const
Access function to velocity field.
virtual tmp< volScalarField > muEff() const
Return the effective dynamic viscosity.
TypeName("incompressibleTurbulenceModel")
Runtime type information.
virtual void correctNut()
***HGW Temporary function to be removed when the run-time selectable
A class for managing temporary objects.