35 #ifndef noPhaseChange_H 36 #define noPhaseChange_H 38 #include "twoPhaseChangeModel.H" 44 namespace twoPhaseChangeModels
virtual ~noPhaseChange()
Destructor.
virtual Pair< tmp< volScalarField::Internal > > Salpha(volScalarField &) const
Return unallocated explicit and implicit sources.
virtual Pair< tmp< volScalarField > > mDotAlphal() const
Return the mass condensation and vaporisation rates as a.
virtual Pair< tmp< volScalarField > > mDotP() const
Return the mass condensation and vaporisation rates as coefficients.
An ordered pair of two objects of type <T> with first() and second() elements.
noPhaseChange(const immiscibleIncompressibleTwoPhaseMixture &mixture)
Construct for mixture.
TypeName("none")
Runtime type information.
virtual tmp< fvScalarMatrix > Sp_rgh(const volScalarField &rho, const volScalarField &gh, volScalarField &p_rgh) const
Return the zero source matrix.
An immiscible incompressible two-phase mixture transport model.
virtual void correct()
Correct the noPhaseChange phaseChange model.
const volScalarField & gh
A class for managing temporary objects.
virtual tmp< fvVectorMatrix > SU(const volScalarField &rho, const surfaceScalarField &rhoPhi, volVectorField &U) const
Return the zero source matrix for the momentum equation.
virtual bool read()
Read the transportProperties dictionary and update.
Dummy phase change model for 'no phase change'.