Class which models interfacial heat transfer between a number of phases. More...


Public Member Functions | |
| HeatTransferPhaseSystem (const fvMesh &) | |
| Construct from fvMesh. More... | |
| virtual | ~HeatTransferPhaseSystem () |
| Destructor. More... | |
| virtual bool | transfersMass (const phaseModel &phase) const |
| Return true if there is mass transfer for phase. More... | |
| virtual tmp< volScalarField > | dmdt (const phasePairKey &key) const |
| Return the interfacial mass flow rate. More... | |
| virtual tmp< volScalarField > | dmdt (const phaseModel &phase) const |
| Return the total interfacial mass transfer rate for phase. More... | |
| virtual autoPtr< phaseSystem::heatTransferTable > | heatTransfer () const |
| Return the heat transfer matrices. More... | |
| virtual autoPtr< phaseSystem::massTransferTable > | massTransfer () const |
| Return the mass transfer matrices. More... | |
| virtual bool | read () |
| Read base phaseProperties dictionary. More... | |
Protected Types | |
| typedef HashTable< autoPtr< BlendedInterfacialModel< heatTransferModel > >, phasePairKey, phasePairKey::hash > | heatTransferModelTable |
Protected Attributes | |
| heatTransferModelTable | heatTransferModels_ |
| Heat transfer models. More... | |
Class which models interfacial heat transfer between a number of phases.
Definition at line 53 of file HeatTransferPhaseSystem.H.
|
protected |
Definition at line 66 of file HeatTransferPhaseSystem.H.
| HeatTransferPhaseSystem | ( | const fvMesh & | ) |
Construct from fvMesh.
|
virtual |
Destructor.
|
virtual |
Return true if there is mass transfer for phase.
|
virtual |
Return the interfacial mass flow rate.
|
virtual |
Return the total interfacial mass transfer rate for phase.
|
virtual |
Return the heat transfer matrices.
|
virtual |
Return the mass transfer matrices.
|
virtual |
Read base phaseProperties dictionary.
|
protected |
Heat transfer models.
Definition at line 74 of file HeatTransferPhaseSystem.H.
1.8.11