InterfaceCompositionPhaseChangePhaseSystem< BasePhaseSystem > Class Template Reference

Class to provide interfacial heat and mass transfer between a number of phases according to a interface composition model. More...

Inheritance diagram for InterfaceCompositionPhaseChangePhaseSystem< BasePhaseSystem >:
Collaboration diagram for InterfaceCompositionPhaseChangePhaseSystem< BasePhaseSystem >:

Public Member Functions

 InterfaceCompositionPhaseChangePhaseSystem (const fvMesh &)
 Construct from fvMesh. More...
 
virtual ~InterfaceCompositionPhaseChangePhaseSystem ()
 Destructor. More...
 
virtual tmp< volScalarFielddmdtf (const phaseInterfaceKey &key) const
 Return the mass transfer rate for an interface. More...
 
virtual PtrList< volScalarFielddmdts () const
 Return the mass transfer rates for each phase. More...
 
virtual autoPtr< phaseSystem::momentumTransferTablemomentumTransfer ()
 Return the momentum transfer matrices for the cell-based algorithm. More...
 
virtual autoPtr< phaseSystem::momentumTransferTablemomentumTransferf ()
 Return the momentum transfer matrices for the face-based algorithm. More...
 
virtual autoPtr< phaseSystem::heatTransferTableheatTransfer () const
 Return the heat transfer matrices. More...
 
virtual autoPtr< phaseSystem::specieTransferTablespecieTransfer () 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...
 

Detailed Description

template<class BasePhaseSystem>
class Foam::InterfaceCompositionPhaseChangePhaseSystem< BasePhaseSystem >

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.

Source files

Definition at line 57 of file InterfaceCompositionPhaseChangePhaseSystem.H.

Constructor & Destructor Documentation

◆ InterfaceCompositionPhaseChangePhaseSystem()

◆ ~InterfaceCompositionPhaseChangePhaseSystem()

Member Function Documentation

◆ dmdtf()

Foam::tmp< Foam::volScalarField > dmdtf ( const phaseInterfaceKey key) const
virtual

Return the mass transfer rate for an interface.

Definition at line 373 of file InterfaceCompositionPhaseChangePhaseSystem.C.

References tmp< T >::ref().

Here is the call graph for this function:

◆ dmdts()

Return the mass transfer rates for each phase.

Definition at line 391 of file InterfaceCompositionPhaseChangePhaseSystem.C.

References Foam::addField(), forAllConstIter, phaseInterface::phase1(), and phaseInterface::phase2().

Here is the call graph for this function:

◆ momentumTransfer()

Return the momentum transfer matrices for the cell-based algorithm.

Definition at line 409 of file InterfaceCompositionPhaseChangePhaseSystem.C.

◆ momentumTransferf()

Return the momentum transfer matrices for the face-based algorithm.

Definition at line 425 of file InterfaceCompositionPhaseChangePhaseSystem.C.

◆ heatTransfer()

Return the heat transfer matrices.

Definition at line 441 of file InterfaceCompositionPhaseChangePhaseSystem.C.

◆ specieTransfer()

◆ correct()

◆ correctSpecies()

void correctSpecies
virtual

Correct the mass transfer rates for the new species mass fractions.

Definition at line 587 of file InterfaceCompositionPhaseChangePhaseSystem.C.

◆ correctInterfaceThermo()

◆ read()

bool read
virtual

Read base phaseProperties dictionary.

Definition at line 749 of file InterfaceCompositionPhaseChangePhaseSystem.C.

References Foam::blockMeshTools::read().

Here is the call graph for this function:

The documentation for this class was generated from the following files: