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