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