40 #ifndef InterfaceCompositionPhaseChangePhaseSystem_H 41 #define InterfaceCompositionPhaseChangePhaseSystem_H 50 class sidedInterfaceCompositionModel;
51 class sidedBlendedDiffusiveMassTransferModel;
57 template<
class BasePhaseSystem>
60 public BasePhaseSystem
78 using latentHeatScheme =
typename BasePhaseSystem::latentHeatScheme;
80 using latentHeatTransfer =
typename BasePhaseSystem::latentHeatTransfer;
88 const label nInterfaceCorrectors_;
91 diffusiveMassTransferModelTable diffusiveMassTransferModels_;
94 interfaceCompositionModelTable interfaceCompositionModels_;
112 void correctDmdtfs();
virtual autoPtr< phaseSystem::specieTransferTable > specieTransfer() const
Return the specie transfer matrices.
virtual ~InterfaceCompositionPhaseChangePhaseSystem()
Destructor.
virtual PtrList< volScalarField > dmdts() const
Return the mass transfer rates for each phase.
InterfaceCompositionPhaseChangePhaseSystem(const fvMesh &)
Construct from fvMesh.
Word-pair based class used for keying interface models in hash tables.
virtual void correctInterfaceThermo()
Correct the interface temperatures.
An STL-conforming hash table.
virtual void correct()
Correct the fluid properties other than those listed below.
virtual autoPtr< phaseSystem::momentumTransferTable > momentumTransfer()
Return the momentum transfer matrices for the cell-based algorithm.
virtual void correctSpecies()
Correct the mass transfer rates for the new species mass fractions.
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...
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...
A class for managing temporary objects.
virtual autoPtr< phaseSystem::momentumTransferTable > momentumTransferf()
Return the momentum transfer matrices for the face-based algorithm.
virtual tmp< volScalarField > dmdtf(const phaseInterfaceKey &key) const
Return the mass transfer rate for an interface.
virtual autoPtr< phaseSystem::heatTransferTable > heatTransfer() const
Return the heat transfer matrices.
virtual bool read()
Read base phaseProperties dictionary.
Class to provide interfacial heat and mass transfer between a number of phases according to a interfa...