Class which models interfacial heat transfer between a number of phases. A single heat transfer model is used for each interface.
More...
|
| | OneResistanceHeatTransferPhaseSystem (const fvMesh &) |
| | Construct from fvMesh. More...
|
| |
| virtual | ~OneResistanceHeatTransferPhaseSystem () |
| | Destructor. More...
|
| |
| virtual autoPtr< phaseSystem::heatTransferTable > | heatTransfer () const |
| | Return the heat transfer matrices. More...
|
| |
| virtual bool | read () |
| | Read base phaseProperties dictionary. More...
|
| |
| | HeatTransferPhaseSystem (const fvMesh &) |
| | Construct from fvMesh. More...
|
| |
| virtual | ~HeatTransferPhaseSystem () |
| | Destructor. More...
|
| |
| virtual tmp< volScalarField > | L (const phaseInterface &interface, const volScalarField &dmdtf, const volScalarField &Tf, const latentHeatScheme scheme) const |
| | Return the latent heat for a given interface, mass transfer rate. More...
|
| |
| virtual tmp< scalarField > | L (const phaseInterface &interface, const scalarField &dmdtf, const scalarField &Tf, const labelUList &cells, const latentHeatScheme scheme) const |
| | As above, but for a cell-set. More...
|
| |
| virtual tmp< volScalarField > | Li (const phaseInterface &interface, const word &member, const volScalarField &dmidtf, const volScalarField &Tf, const latentHeatScheme scheme) const |
| | Return the latent heat for a given interface, specie, mass transfer. More...
|
| |
| virtual tmp< scalarField > | Li (const phaseInterface &interface, const word &member, const scalarField &dmidtf, const scalarField &Tf, const labelUList &cells, const latentHeatScheme scheme) const |
| | As above, but for a cell-set. More...
|
| |
| | TypeName ("heatTransferPhaseSystem") |
| | Runtime type information. More...
|
| |
| | heatTransferPhaseSystem () |
| | Default constructor. More...
|
| |
| virtual | ~heatTransferPhaseSystem () |
| | Destructor. More...
|
| |
|
| enum | latentHeatScheme { symmetric,
upwind
} |
| | Enumeration for the latent heat scheme. More...
|
| |
| static const NamedEnum< latentHeatScheme, 2 > | latentHeatSchemeNames_ |
| | Names of the latent heat schemes. More...
|
| |
| void | addDmdtHefs (const phaseSystem::dmdtfTable &dmdtfs, phaseSystem::heatTransferTable &eqns) const |
| | Add energy transfer terms which result from bulk mass transfers. More...
|
| |
| void | addDmidtHefs (const phaseSystem::dmidtfTable &dmidtfs, phaseSystem::heatTransferTable &eqns) const |
| | Add energy transfer terms which result from specie mass transfers. More...
|
| |
| void | addDmdtHefsWithoutL (const phaseSystem::dmdtfTable &dmdtfs, const phaseSystem::dmdtfTable &Tfs, const latentHeatScheme scheme, phaseSystem::heatTransferTable &eqns) const |
| | Add energy transfer terms which result from bulk phase changes,. More...
|
| |
| void | addDmdtL (const phaseSystem::dmdtfTable &dmdtfs, const phaseSystem::dmdtfTable &Tfs, const scalar weight, const latentHeatScheme scheme, phaseSystem::heatTransferTable &eqns) const |
| | Add latent heat terms which result from bulk phase changes. More...
|
| |
| void | addDmdtHefs (const phaseSystem::dmdtfTable &dmdtfs, const phaseSystem::dmdtfTable &Tfs, const scalar weight, const latentHeatScheme scheme, phaseSystem::heatTransferTable &eqns) const |
| | Add energy transfer terms which result from bulk phase changes. More...
|
| |
| void | addDmidtHefsWithoutL (const phaseSystem::dmidtfTable &dmidtfs, const phaseSystem::dmdtfTable &Tfs, const latentHeatScheme scheme, phaseSystem::heatTransferTable &eqns) const |
| | Add energy transfer terms which result from specie phase changes,. More...
|
| |
| void | addDmidtL (const phaseSystem::dmidtfTable &dmidtfs, const phaseSystem::dmdtfTable &Tfs, const scalar weight, const latentHeatScheme scheme, phaseSystem::heatTransferTable &eqns) const |
| | Add latent heat terms which result from specie phase changes. More...
|
| |
| void | addDmidtHefs (const phaseSystem::dmidtfTable &dmidtfs, const phaseSystem::dmdtfTable &Tfs, const scalar weight, const latentHeatScheme scheme, phaseSystem::heatTransferTable &eqns) const |
| | Add energy transfer terms which result from specie phase changes. More...
|
| |
template<class BasePhaseSystem>
class Foam::OneResistanceHeatTransferPhaseSystem< BasePhaseSystem >
Class which models interfacial heat transfer between a number of phases. A single heat transfer model is used for each interface.
- See also
- TwoResistanceHeatTransferPhaseSystem
- Source files
-
Definition at line 55 of file OneResistanceHeatTransferPhaseSystem.H.