Go to the documentation of this file.
34 #ifndef incompressibleThreePhaseMixture_H
35 #define incompressibleThreePhaseMixture_H
incompressibleThreePhaseMixture(const volVectorField &U, const surfaceScalarField &phi)
Construct from components.
IOdictionary is derived from dictionary and IOobject to give the dictionary automatic IO functionalit...
const volScalarField & alpha3() const
An abstract base class for incompressible viscosityModels.
A class for handling words, derived from string.
tmp< scalarField > nu(const label patchi) const
Return the laminar viscosity for patch.
A class for managing temporary objects.
const surfaceScalarField & phi_
tmp< surfaceScalarField > nuf() const
Return the face-interpolated dynamic laminar viscosity.
autoPtr< viscosityModel > nuModel1_
const volVectorField & U() const
Return the velocity.
const dimensionedScalar & rho1() const
Return const-access to phase1 density.
GeometricBoundaryField & boundaryField()
Return reference to GeometricBoundaryField.
void correct()
Correct the laminar viscosity.
const surfaceScalarField & phi() const
Return the flux.
const dimensionedScalar & rho3() const
Return const-access to phase3 density.
autoPtr< viscosityModel > nuModel2_
const dimensionedScalar & rho2() const
Return const-access to phase2 density.
volScalarField & alpha2()
~incompressibleThreePhaseMixture()
Destructor.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
const word phase2Name() const
volScalarField & alpha1()
tmp< volScalarField > nu() const
Return the kinematic laminar viscosity.
const viscosityModel & nuModel1() const
Return const-access to phase1 viscosityModel.
Generic dimensioned Type class.
volScalarField & alpha3()
tmp< volScalarField > mu() const
Return the dynamic laminar viscosity.
Base-class for all transport models used by the incompressible turbulence models.
const word phase3Name() const
const word phase1Name() const
const volVectorField & U_
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
bool read()
Read base transportProperties dictionary.
const viscosityModel & nuModel2() const
Return const-access to phase2 viscosityModel.
const viscosityModel & nuModel3() const
Return const-access to phase3 viscosityModel.
void calcNu()
Calculate and return the laminar viscosity.
tmp< surfaceScalarField > muf() const
Return the face-interpolated dynamic laminar viscosity.
Generic GeometricField class.
const volScalarField & alpha2() const
autoPtr< viscosityModel > nuModel3_
const volScalarField & alpha1() const