34 #ifndef incompressibleThreePhaseMixture_H 35 #define incompressibleThreePhaseMixture_H const surfaceScalarField & phi() const
Return the flux.
incompressibleThreePhaseMixture(const volVectorField &U, const surfaceScalarField &phi)
Construct from components.
tmp< volScalarField > nu() const
Return the kinematic laminar viscosity.
~incompressibleThreePhaseMixture()
Destructor.
tmp< volScalarField > mu() const
Return the dynamic laminar viscosity.
const Boundary & boundaryField() const
Return const-reference to the boundary field.
const viscosityModel & nuModel2() const
Return const-access to phase2 viscosityModel.
const dimensionedScalar & rho2() const
Return const-access to phase2 density.
const volScalarField & alpha3() const
const viscosityModel & nuModel1() const
Return const-access to phase1 viscosityModel.
An abstract base class for Newtonian viscosity models.
const dimensionedScalar & rho3() const
Return const-access to phase3 density.
IOdictionary is derived from dictionary and IOobject to give the dictionary automatic IO functionalit...
const word phase1Name() const
const word phase2Name() const
const dimensionedScalar & rho1() const
Return const-access to phase1 density.
const viscosityModel & nuModel3() const
Return const-access to phase3 viscosityModel.
A class for handling words, derived from string.
const volScalarField & alpha1() const
tmp< surfaceScalarField > muf() const
Return the face-interpolated dynamic laminar viscosity.
Abstract base class for all fluid physical properties.
const volVectorField & U() const
Return the velocity.
const volScalarField & alpha2() const
void correct()
Correct the laminar viscosity.
const word phase3Name() const
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.
tmp< surfaceScalarField > nuf() const
Return the face-interpolated dynamic laminar viscosity.
bool read()
Read base phaseProperties dictionary.