Go to the documentation of this file.
47 incompressibleTwoPhaseMixture(
U,
phi),
48 phaseChangeTwoPhaseMixtureCoeffs_(optionalSubDict(
type +
"Coeffs")),
59 Pair<tmp<volScalarField>> mDotAlphal = this->mDotAlphal();
61 return Pair<tmp<volScalarField>>
63 alphalCoeff*mDotAlphal[0],
64 alphalCoeff*mDotAlphal[1]
72 Pair<tmp<volScalarField>> mDotP = this->mDotP();
74 return Pair<tmp<volScalarField>>(pCoeff*mDotP[0], pCoeff*mDotP[1]);
82 phaseChangeTwoPhaseMixtureCoeffs_ = optionalSubDict(
type() +
"Coeffs");
83 readEntry(
"pSat", pSat_);
const dimensionSet dimPressure
virtual bool read()
Read base transportProperties dictionary.
defineRunTimeSelectionTable(reactionRateFlameArea, dictionary)
Pair< tmp< volScalarField > > vDotP() const
Return the volumetric condensation and vaporisation rates as.
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
virtual bool read()=0
Read the transportProperties dictionary and update.
GeometricField< vector, fvPatchField, volMesh > volVectorField
An ordered pair of two objects of type <T> with first() and second() elements.
GeometricField< scalar, fvsPatchField, surfaceMesh > surfaceScalarField
phaseChangeTwoPhaseMixture(const phaseChangeTwoPhaseMixture &)=delete
No copy construct.
fileName::Type type(const fileName &name, const bool followLink=true)
Return the file type: DIRECTORY or FILE, normally following symbolic links.
Pair< tmp< volScalarField > > vDotAlphal() const
Return the volumetric condensation and vaporisation rates as a.
defineTypeNameAndDebug(combustionModel, 0)