Class to provide interfacial heat and mass transfer between a number of phases according to a interface composition model. More...
Public Member Functions | |
InterfaceCompositionPhaseChangePhaseSystem (const fvMesh &) | |
Construct from fvMesh. More... | |
virtual | ~InterfaceCompositionPhaseChangePhaseSystem () |
Destructor. More... | |
virtual tmp< volScalarField > | dmdtf (const phasePairKey &key) const |
Return the mass transfer rate for an interface. More... | |
virtual PtrList< volScalarField > | dmdts () const |
Return the mass transfer rates for each phase. More... | |
virtual autoPtr< phaseSystem::momentumTransferTable > | momentumTransfer () |
Return the momentum transfer matrices for the cell-based algorithm. More... | |
virtual autoPtr< phaseSystem::momentumTransferTable > | momentumTransferf () |
Return the momentum transfer matrices for the face-based algorithm. More... | |
virtual autoPtr< phaseSystem::heatTransferTable > | heatTransfer () const |
Return the heat transfer matrices. More... | |
virtual autoPtr< phaseSystem::specieTransferTable > | specieTransfer () const |
Return the specie transfer matrices. More... | |
virtual void | correct () |
Correct the fluid properties other than those listed below. More... | |
virtual void | correctSpecies () |
Correct the mass transfer rates for the new species mass fractions. More... | |
virtual void | correctInterfaceThermo () |
Correct the interface temperatures. More... | |
virtual bool | read () |
Read base phaseProperties dictionary. More... | |
Class to provide interfacial heat and mass transfer between a number of phases according to a interface composition model.
The interface temperature is calculated such that the net rate at which the heat is transferred to the interface is equal to the latent heat consumed by the mass transfer.
Definition at line 57 of file InterfaceCompositionPhaseChangePhaseSystem.H.
InterfaceCompositionPhaseChangePhaseSystem | ( | const fvMesh & | ) |
Construct from fvMesh.
|
virtual |
Destructor.
|
virtual |
Return the mass transfer rate for an interface.
|
virtual |
Return the mass transfer rates for each phase.
|
virtual |
Return the momentum transfer matrices for the cell-based algorithm.
|
virtual |
Return the momentum transfer matrices for the face-based algorithm.
|
virtual |
Return the heat transfer matrices.
|
virtual |
Return the specie transfer matrices.
|
virtual |
Correct the fluid properties other than those listed below.
|
virtual |
Correct the mass transfer rates for the new species mass fractions.
|
virtual |
Correct the interface temperatures.
|
virtual |
Read base phaseProperties dictionary.