Go to the documentation of this file.
38 #ifndef constantHeatTransfer_H
39 #define constantHeatTransfer_H
80 const word& modelType,
Constant heat transfer model. htcConst [W/m2/K] and area/volume [1/m] must be provided.
A class for handling words, derived from Foam::string.
const word & name() const
Return const access to the source name.
TypeName("constantHeatTransfer")
Runtime type information.
Base class for inter region heat exchange. The derived classes must provide the heat transfer coeffis...
virtual bool read(const dictionary &dict)
Read dictionary.
virtual void calculateHtc()
Calculate the heat transfer coefficient.
constantHeatTransfer(const word &name, const word &modelType, const dictionary &dict, const fvMesh &mesh)
Construct from dictionary.
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 ~constantHeatTransfer()
Destructor.
const fvMesh & mesh() const
Return const access to the mesh database.