40 #ifndef InterfaceCompositionPhaseChangePhaseSystem_H 41 #define InterfaceCompositionPhaseChangePhaseSystem_H 50 class interfaceCompositionModel;
51 class diffusiveMassTransferModel;
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.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
InterfaceCompositionPhaseChangePhaseSystem(const fvMesh &)
Construct from fvMesh.
virtual void correctInterfaceThermo()
Correct the interface temperatures.
virtual tmp< volScalarField > dmdtf(const phasePairKey &key) const
Return the mass transfer rate for an interface.
An ordered pair of two objects of type <T> with first() and second() elements.
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 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...