35 #ifndef incompressibleTwoPhaseVoFMixture_H
36 #define incompressibleTwoPhaseVoFMixture_H
80 TypeName(
"incompressibleTwoPhaseVoFMixture");
Generic GeometricField class.
const Boundary & boundaryField() const
Return const-reference to the boundary field.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Mesh data needed to do the Finite Volume discretisation.
Class to represent a mixture of two constant density phases.
tmp< surfaceScalarField > muf() const
Return the face-interpolated dynamic laminar viscosity.
const viscosityModel & nuModel1() const
Return const-access to phase1 viscosityModel.
tmp< surfaceScalarField > nuf() const
Return the face-interpolated kinematic laminar viscosity.
TypeName("incompressibleTwoPhaseVoFMixture")
virtual ~incompressibleTwoPhaseVoFMixture()
Destructor.
virtual void correct()
Correct the mixture density and laminar viscosity.
tmp< volScalarField > mu() const
Return the dynamic laminar viscosity.
virtual tmp< volScalarField > nu() const
Return the kinematic laminar viscosity.
const viscosityModel & nuModel2() const
Return const-access to phase2 viscosityModel.
const dimensionedScalar & rho1() const
Return const-access to phase1 density.
virtual const volScalarField & rho() const
Return the mixture density.
const dimensionedScalar & rho2() const
Return const-access to phase2 density.
incompressibleTwoPhaseVoFMixture(const fvMesh &mesh)
Construct from a mesh.
virtual bool read()
Read base phaseProperties dictionary.
Interface to two constant density phases.
A class for managing temporary objects.
Class to represent a VoF mixture.
const fvMesh & mesh() const
Access the mesh.
An abstract base class for Newtonian viscosity models.
Abstract base class for all fluid physical properties.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.