36 #ifndef IncompressibleTurbulenceModel_H 37 #define IncompressibleTurbulenceModel_H 52 template<
class TransportModel>
59 incompressibleTurbulenceModel,
82 const TransportModel& transport,
83 const word& propertiesName
94 const TransportModel& trasportModel,
A class representing the concept of a GeometricField of 1 used to avoid unnecessary manipulations for...
Templated abstract base class for single-phase incompressible turbulence models.
A class for handling words, derived from string.
IncompressibleTurbulenceModel(const word &type, const geometricOneField &alpha, const geometricOneField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const TransportModel &transport, const word &propertiesName)
Construct.
geometricOneField rhoField
TransportModel transportModel
Templated abstract base class for turbulence models.
const dimensionedScalar alpha
Fine-structure constant: default SI units: [].
virtual ~IncompressibleTurbulenceModel()
Destructor.
fileName::Type type(const fileName &)
Return the file type: DIRECTORY or FILE.
virtual tmp< volSymmTensorField > devReff() const
Return the effective stress tensor.
geometricOneField alphaField
virtual tmp< volSymmTensorField > devRhoReff() const
Return the effective stress tensor.
virtual tmp< fvVectorMatrix > divDevReff(volVectorField &U) const
Return the source term for the momentum equation.
static const word propertiesName
Default name of the turbulence properties dictionary.
static autoPtr< IncompressibleTurbulenceModel > New(const volVectorField &U, const surfaceScalarField &phi, const TransportModel &trasportModel, const word &propertiesName=turbulenceModel::propertiesName)
Return a reference to the selected turbulence model.
virtual tmp< fvVectorMatrix > divDevRhoReff(volVectorField &U) const
Return the source term for the momentum equation.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
A class for managing temporary objects.