Go to the documentation of this file.
41 #ifndef OneResistanceHeatTransferPhaseSystem_H
42 #define OneResistanceHeatTransferPhaseSystem_H
44 #include "phaseSystem.H"
52 template<
class modelType>
class BlendedInterfacialModel;
53 class heatTransferModel;
59 template<
class BasePhaseSystem>
62 public BasePhaseSystem
virtual autoPtr< phaseSystem::heatTransferTable > heatTransfer() const
OneResistanceHeatTransferPhaseSystem(const fvMesh &)
HashTable< autoPtr< BlendedInterfacialModel< heatTransferModel > >, phasePairKey, phasePairKey::hash > heatTransferModelTable
virtual ~OneResistanceHeatTransferPhaseSystem()
Class which models interfacial heat transfer between a number of phases. A single heat transfer model...
heatTransferModelTable heatTransferModels_
An ordered or unorder pair of phase names. Typically specified as follows.
Mesh data needed to do the Finite Volume discretisation.
A HashTable similar to std::unordered_map.
Pointer management similar to std::unique_ptr, with some additional methods and type checking.