Public Member Functions | Protected Types | Protected Member Functions | Protected Attributes | List of all members
ThermalPhaseChangePhaseSystem< BasePhaseSystem > Class Template Reference

Class to provide interfacial heat and mass transfer between a number of phases according the interfacial temperature approximated by the saturation temperature. More...

Inheritance diagram for ThermalPhaseChangePhaseSystem< BasePhaseSystem >:
Inheritance graph
[legend]
Collaboration diagram for ThermalPhaseChangePhaseSystem< BasePhaseSystem >:
Collaboration graph
[legend]

Public Member Functions

 ThermalPhaseChangePhaseSystem (const fvMesh &)
 Construct from fvMesh. More...
 
virtual ~ThermalPhaseChangePhaseSystem ()
 Destructor. More...
 
const saturationModelsaturation () const
 Return the saturationModel. More...
 
virtual tmp< volScalarFielddmdt (const phasePairKey &key) const
 Return the mass transfer rate for a pair. More...
 
virtual Xfer< PtrList< volScalarField > > dmdts () const
 Return the mass transfer rates for each phase. More...
 
virtual autoPtr< phaseSystem::heatTransferTableheatTransfer () const
 Return the heat transfer matrices. More...
 
virtual autoPtr< phaseSystem::massTransferTablemassTransfer () const
 Return the mass transfer matrices. More...
 
virtual void correctInterfaceThermo ()
 Correct the interface thermodynamics. More...
 
virtual bool read ()
 Read base phaseProperties dictionary. More...
 

Protected Types

typedef HashPtrTable< volScalarField, phasePairKey, phasePairKey::hashiDmdtTable
 
typedef HashPtrTable< volScalarField, phasePairKey, phasePairKey::hashwDmdtTable
 
typedef HashPtrTable< volScalarField, phasePairKey, phasePairKey::hashwMDotLTable
 

Protected Member Functions

tmp< volScalarFieldiDmdt (const phasePairKey &key) const
 Return the interfacial mass transfer rate for a pair. More...
 
tmp< volScalarFieldwDmdt (const phasePairKey &key) const
 Return the boundary mass transfer rate for a pair. More...
 

Protected Attributes

word volatile_
 Name of the volatile specie. More...
 
autoPtr< saturationModelsaturationModel_
 The saturation model used to evaluate Tsat = Tf. More...
 
Switch phaseChange_
 
iDmdtTable iDmdt_
 Interfacial Mass transfer rate. More...
 
wDmdtTable wDmdt_
 Boundary Mass transfer rate. More...
 
wMDotLTable wMDotL_
 Boundary thermal energy transfer rate. More...
 

Detailed Description

template<class BasePhaseSystem>
class Foam::ThermalPhaseChangePhaseSystem< BasePhaseSystem >

Class to provide interfacial heat and mass transfer between a number of phases according the interfacial temperature approximated by the saturation temperature.

Source files

Definition at line 53 of file ThermalPhaseChangePhaseSystem.H.

Member Typedef Documentation

◆ iDmdtTable

Definition at line 63 of file ThermalPhaseChangePhaseSystem.H.

◆ wDmdtTable

Definition at line 66 of file ThermalPhaseChangePhaseSystem.H.

◆ wMDotLTable

Definition at line 69 of file ThermalPhaseChangePhaseSystem.H.

Constructor & Destructor Documentation

◆ ThermalPhaseChangePhaseSystem()

Construct from fvMesh.

◆ ~ThermalPhaseChangePhaseSystem()

virtual ~ThermalPhaseChangePhaseSystem ( )
virtual

Destructor.

Member Function Documentation

◆ iDmdt()

tmp<volScalarField> iDmdt ( const phasePairKey key) const
protected

Return the interfacial mass transfer rate for a pair.

◆ wDmdt()

tmp<volScalarField> wDmdt ( const phasePairKey key) const
protected

Return the boundary mass transfer rate for a pair.

◆ saturation()

const saturationModel& saturation ( ) const

Return the saturationModel.

◆ dmdt()

virtual tmp<volScalarField> dmdt ( const phasePairKey key) const
virtual

Return the mass transfer rate for a pair.

◆ dmdts()

virtual Xfer<PtrList<volScalarField> > dmdts ( ) const
virtual

Return the mass transfer rates for each phase.

◆ heatTransfer()

virtual autoPtr<phaseSystem::heatTransferTable> heatTransfer ( ) const
virtual

Return the heat transfer matrices.

◆ massTransfer()

virtual autoPtr<phaseSystem::massTransferTable> massTransfer ( ) const
virtual

Return the mass transfer matrices.

◆ correctInterfaceThermo()

virtual void correctInterfaceThermo ( )
virtual

Correct the interface thermodynamics.

◆ read()

virtual bool read ( )
virtual

Read base phaseProperties dictionary.

Member Data Documentation

◆ volatile_

word volatile_
protected

Name of the volatile specie.

Definition at line 75 of file ThermalPhaseChangePhaseSystem.H.

◆ saturationModel_

autoPtr<saturationModel> saturationModel_
protected

The saturation model used to evaluate Tsat = Tf.

Definition at line 78 of file ThermalPhaseChangePhaseSystem.H.

◆ phaseChange_

Switch phaseChange_
protected

Definition at line 81 of file ThermalPhaseChangePhaseSystem.H.

◆ iDmdt_

iDmdtTable iDmdt_
protected

Interfacial Mass transfer rate.

Definition at line 84 of file ThermalPhaseChangePhaseSystem.H.

◆ wDmdt_

wDmdtTable wDmdt_
protected

Boundary Mass transfer rate.

Definition at line 87 of file ThermalPhaseChangePhaseSystem.H.

◆ wMDotL_

wMDotLTable wMDotL_
protected

Boundary thermal energy transfer rate.

Definition at line 90 of file ThermalPhaseChangePhaseSystem.H.


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