45 incompressibleTwoPhaseMixture(U, phi),
46 phaseChangeTwoPhaseMixtureCoeffs_(optionalSubDict(type +
"Coeffs")),
59 return Pair<tmp<volScalarField>>
61 alphalCoeff*mDotAlphal[0],
62 alphalCoeff*mDotAlphal[1]
70 Pair<tmp<volScalarField>>
mDotP = this->
mDotP();
72 return Pair<tmp<volScalarField>>(pCoeff*mDotP[0], pCoeff*mDotP[1]);
dictionary phaseChangeTwoPhaseMixtureCoeffs_
const dimensionedScalar & rho2() const
Return const-access to phase2 density.
virtual bool read()=0
Read the transportProperties dictionary and update.
virtual Pair< tmp< volScalarField > > mDotP() const
Return the mass condensation and vaporisation rates as coefficients.
Pair< tmp< volScalarField > > vDotAlphal() const
Return the volumetric condensation and vaporisation rates as a.
GeometricField< vector, fvPatchField, volMesh > volVectorField
GeometricField< scalar, fvPatchField, volMesh > volScalarField
stressControl lookup("compactNormalStress") >> compactNormalStress
phaseChangeTwoPhaseMixture(const phaseChangeTwoPhaseMixture &)
Disallow copy construct.
An ordered pair of two objects of type <T> with first() and second() elements.
const dictionary & optionalSubDict(const word &) const
Find and return a sub-dictionary if found.
const dimensionSet dimPressure
defineRunTimeSelectionTable(reactionRateFlameArea, dictionary)
defineTypeNameAndDebug(combustionModel, 0)
fileName::Type type(const fileName &, const bool followLink=true)
Return the file type: DIRECTORY or FILE.
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
Pair< tmp< volScalarField > > vDotP() const
Return the volumetric condensation and vaporisation rates as.
dimensionedScalar pSat_
Saturation vapour pressure.
virtual bool read()
Read base transportProperties dictionary.
GeometricField< scalar, fvsPatchField, surfaceMesh > surfaceScalarField
virtual Pair< tmp< volScalarField > > mDotAlphal() const
Return the mass condensation and vaporisation rates as a.
ITstream & lookup(const word &, bool recursive=false, bool patternMatch=true) const
Find and return an entry data stream.
const dimensionedScalar & rho1() const
Return const-access to phase1 density.