34 #ifndef tabulatedHeatTransfer_H 35 #define tabulatedHeatTransfer_H 77 const word startTimeName_;
92 const word& modelType,
Base class for inter region heat exchange. The derived classes must provide the heat transfer coeffic...
virtual bool read(const dictionary &dict)
Read dictionary.
A list of keyword definitions, which are a keyword followed by any number of values (e...
tabulatedHeatTransfer(const word &name, const word &modelType, const dictionary &dict, const fvMesh &mesh)
Construct from dictionary.
const fvMesh & mesh() const
Return const access to the mesh database.
TypeName("tabulatedHeatTransfer")
Runtime type information.
virtual ~tabulatedHeatTransfer()
Destructor.
A class for handling words, derived from string.
const word & name() const
Return const access to the source name.
Mesh data needed to do the Finite Volume discretisation.
virtual void calculateHtc()
Calculate the heat transfer coefficient.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Tabulated heat transfer model. The heat exchange area per unit volume must be provided. The 2D table returns the heat transfer coefficient by querying the local and neighbour region velocities.