Go to the documentation of this file.
41 #ifndef ThermalPhaseChangePhaseSystem_H
42 #define ThermalPhaseChangePhaseSystem_H
57 template<
class BasePhaseSystem>
A simple wrapper around bool so that it can be read as a word: true/false, on/off,...
virtual ~ThermalPhaseChangePhaseSystem()
Destructor.
A class for handling words, derived from string.
word volatile_
Name of the volatile specie.
Class to provide interfacial heat and mass transfer between a number of phases according the interfac...
virtual bool read()
Read base phaseProperties dictionary.
HashPtrTable< volScalarField, phasePairKey, phasePairKey::hash > iDmdt_
Interfacial Mass transfer rate.
ThermalPhaseChangePhaseSystem(const fvMesh &)
Construct from fvMesh.
autoPtr< saturationModel > saturationModel_
The saturation model used to evaluate Tsat = Tf.
Mesh data needed to do the Finite Volume discretisation.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Base class to support interfacial heat and mass transfer between a number of phases.
virtual autoPtr< phaseSystem::massTransferTable > massTransfer() const
Return the mass transfer matrices.
const saturationModel & saturation() const
Return the saturationModel.
virtual autoPtr< phaseSystem::heatTransferTable > heatTransfer() const
Return the heat transfer matrices.
virtual void correctThermo()
Correct the thermodynamics.