43 #ifndef variableHeatTransfer_H 44 #define variableHeatTransfer_H 96 const word& modelType,
Base class for inter region heat exchange. The derived classes must provide the heat transfer coeffic...
virtual ~variableHeatTransfer()
Destructor.
A list of keyword definitions, which are a keyword followed by any number of values (e...
const fvMesh & mesh() const
Return const access to the mesh database.
Variable heat transfer model depending on local values. The area of contact between regions (area) mu...
A class for handling words, derived from string.
virtual void calculateHtc()
Calculate the heat transfer coefficient.
const word & name() const
Return const access to the source name.
variableHeatTransfer(const word &name, const word &modelType, const dictionary &dict, const fvMesh &mesh)
Construct from dictionary.
TypeName("variableHeatTransfer")
Runtime type information.
Mesh data needed to do the Finite Volume discretisation.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
virtual bool read(const dictionary &dict)
Read dictionary.