36 #ifndef PhaseIncompressibleMomentumTransportModel_H 37 #define PhaseIncompressibleMomentumTransportModel_H 51 template<
class TransportModel>
58 incompressibleMomentumTransportModel,
76 const alphaField&
alpha,
81 const TransportModel& transportModel
90 const alphaField&
alpha,
94 const TransportModel& transportModel
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< volSymmTensorField > devSigma() const
Return the effective stress tensor.
TransportModel transportModel
const transportModel & transport_
static autoPtr< PhaseIncompressibleMomentumTransportModel > New(const alphaField &alpha, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const TransportModel &transportModel)
Return a reference to the selected turbulence model.
virtual tmp< volScalarField > pPrime() const
Return the phase-pressure'.
virtual tmp< volSymmTensorField > devTau() const
Return the effective stress tensor.
virtual tmp< fvVectorMatrix > divDevSigma(volVectorField &U) const
Return the source term for the momentum equation.
Templated abstract base class for multiphase incompressible turbulence models.
A class representing the concept of a GeometricField of 1 used to avoid unnecessary manipulations for...
A class for handling words, derived from string.
virtual tmp< fvVectorMatrix > divDevTau(volVectorField &U) const
Return the source term for the momentum equation.
const alphaField & alpha() const
Access function to phase fraction.
virtual tmp< surfaceScalarField > pPrimef() const
Return the face-phase-pressure'.
geometricOneField rhoField
virtual ~PhaseIncompressibleMomentumTransportModel()
Destructor.
virtual tmp< volScalarField > nu() const
Return the laminar viscosity.
const volVectorField & U() const
Access function to velocity field.
const surfaceScalarField & alphaRhoPhi() const
Access function to phase flux field.
fileType type(const fileName &, const bool checkVariants=true, const bool followLink=true)
Return the file type: directory or file.
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.
Templated abstract base class for turbulence models.
volScalarField alphaField
virtual tmp< surfaceScalarField > phi() const
Return the volumetric flux field.
PhaseIncompressibleMomentumTransportModel(const word &type, const alphaField &alpha, const geometricOneField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const TransportModel &transportModel)
Construct.