35 #ifndef phaseChangeTwoPhaseMixture_H 36 #define phaseChangeTwoPhaseMixture_H 82 TypeName(
"phaseChangeTwoPhaseMixture");
156 virtual bool read() = 0;
dictionary phaseChangeTwoPhaseMixtureCoeffs_
virtual bool read()=0
Read the transportProperties dictionary and update.
TypeName("phaseChangeTwoPhaseMixture")
Runtime type information.
A two-phase incompressible transportModel.
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual Pair< tmp< volScalarField > > mDotP() const =0
Return the mass condensation and vaporisation rates as coefficients.
virtual void correct()=0
Correct the phaseChange model.
Pair< tmp< volScalarField > > vDotAlphal() const
Return the volumetric condensation and vaporisation rates as a.
void operator=(const phaseChangeTwoPhaseMixture &)
Disallow default bitwise assignment.
declareRunTimeSelectionTable(autoPtr, phaseChangeTwoPhaseMixture, components,(const volVectorField &U, const surfaceScalarField &phi),(U, phi))
virtual Pair< tmp< volScalarField > > mDotAlphal() const =0
Return the mass condensation and vaporisation rates as a.
const volVectorField & U() const
Return const-access to the mixture velocity.
static autoPtr< phaseChangeTwoPhaseMixture > New(const volVectorField &U, const surfaceScalarField &phi)
Return a reference to the selected phaseChange model.
phaseChangeTwoPhaseMixture(const phaseChangeTwoPhaseMixture &)
Disallow copy construct.
An ordered pair of two objects of type <T> with first() and second() elements.
virtual ~phaseChangeTwoPhaseMixture()
Destructor.
A class for handling words, derived from string.
const dimensionedScalar & pSat() const
Return const-access to the saturation vapour pressure.
fileName::Type type(const fileName &, const bool followLink=true)
Return the file type: DIRECTORY or FILE.
Pair< tmp< volScalarField > > vDotP() const
Return the volumetric condensation and vaporisation rates as.
dimensionedScalar pSat_
Saturation vapour pressure.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Macros to ease declaration of run-time selection tables.