Go to the documentation of this file.
39 #ifndef tabulatedHeatTransfer_H
40 #define tabulatedHeatTransfer_H
84 const word startTimeName_;
99 const word& modelType,
Tabulated heat transfer model. The heat exchange area per unit volume must be provided....
A class for handling words, derived from Foam::string.
const word & name() const
Return const access to the source name.
Base class for inter region heat exchange. The derived classes must provide the heat transfer coeffis...
virtual bool read(const dictionary &dict)
Read dictionary.
tabulatedHeatTransfer(const word &name, const word &modelType, const dictionary &dict, const fvMesh &mesh)
Construct from dictionary.
virtual void calculateHtc()
Calculate the heat transfer coefficient.
TypeName("tabulatedHeatTransfer")
Runtime type information.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Mesh data needed to do the Finite Volume discretisation.
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
virtual ~tabulatedHeatTransfer()
Destructor.
const fvMesh & mesh() const
Return const access to the mesh database.