Go to the documentation of this file.
35 #ifndef TurbulenceModel_H
36 #define TurbulenceModel_H
55 class BasicTurbulenceModel,
60 public BasicTurbulenceModel
105 const word& propertiesName
122 const word& propertiesName
const transportModel & transport_
A class for handling words, derived from string.
A class for managing temporary objects.
TurbulenceModel(const TurbulenceModel &)
Disallow default bitwise copy construct.
tmp< scalarField > nu(const label patchi) const
Return the laminar viscosity on patchi.
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...
const alphaField & alpha() const
Access function to phase fraction.
void operator=(const TurbulenceModel &)
Disallow default bitwise assignment.
static autoPtr< TurbulenceModel > New(const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const transportModel &transport, const word &propertiesName=turbulenceModel::propertiesName)
Return a reference to the selected turbulence model.
Templated abstract base class for turbulence models.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
TransportModel transportModel
A list of keyword definitions, which are a keyword followed by any number of values (e....
const alphaField & alpha_
const transportModel & transport() const
Access function to incompressible transport model.
declareRunTimeNewSelectionTable(autoPtr, TurbulenceModel, dictionary,(const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const transportModel &transport, const word &propertiesName),(alpha, rho, U, alphaRhoPhi, phi, transport, propertiesName))
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Macros to ease declaration of run-time selection tables.
virtual ~TurbulenceModel()
Destructor.
tmp< volScalarField > nu() const
Return the laminar viscosity.
Generic GeometricField class.