33 #ifndef constantHeatTransfer_H 34 #define constantHeatTransfer_H 75 const word& modelType,
Constant heat transfer model. htcConst [W/m^2/K] and area/volume [1/m] must be provided.
Base class for inter region heat exchange. The derived classes must provide the heat transfer coeffic...
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.
virtual ~constantHeatTransfer()
Destructor.
A class for handling words, derived from string.
const word & name() const
Return const access to the source name.
virtual bool read(const dictionary &dict)
Read dictionary.
Mesh data needed to do the Finite Volume discretisation.
TypeName("constantHeatTransfer")
Runtime type information.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
virtual void calculateHtc()
Calculate the heat transfer coefficient.
constantHeatTransfer(const word &name, const word &modelType, const dictionary &dict, const fvMesh &mesh)
Construct from dictionary.