Go to the documentation of this file.
36 #ifndef PhaseIncompressibleTurbulenceModel_H
37 #define PhaseIncompressibleTurbulenceModel_H
51 template<
class TransportModel>
58 incompressibleTurbulenceModel,
virtual tmp< volSymmTensorField > devRhoReff() const
Return the effective stress tensor.
A class for handling words, derived from string.
virtual tmp< surfaceScalarField > phi() const
Return the volumetric flux field.
static autoPtr< PhaseIncompressibleTurbulenceModel > New(const alphaField &alpha, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const TransportModel &transportModel, const word &propertiesName=turbulenceModel::propertiesName)
Return a reference to the selected turbulence model.
A class for managing temporary objects.
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.
A class representing the concept of a GeometricField of 1 used to avoid unnecessary manipulations for...
volScalarField alphaField
const alphaField & alpha() const
Access function to phase fraction.
virtual tmp< volScalarField > pPrime() const
Return the phase-pressure'.
virtual tmp< volSymmTensorField > devReff() const
Return the effective stress tensor.
const surfaceScalarField & alphaRhoPhi() const
Access function to phase flux field.
Templated abstract base class for turbulence models.
virtual tmp< surfaceScalarField > pPrimef() const
Return the face-phase-pressure'.
Templated abstract base class for multiphase incompressible turbulence models.
geometricOneField rhoField
virtual ~PhaseIncompressibleTurbulenceModel()
Destructor.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
PhaseIncompressibleTurbulenceModel(const word &type, const alphaField &alpha, const geometricOneField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const TransportModel &transportModel, const word &propertiesName)
Construct.
virtual tmp< fvVectorMatrix > divDevRhoReff(volVectorField &U) const
Return the source term for the momentum equation.
TransportModel transportModel
fileName::Type type(const fileName &)
Return the file type: DIRECTORY or FILE.
Generic GeometricField class.
const volVectorField & U() const
Access function to velocity field.