Go to the documentation of this file.
33 #ifndef constantHeatTransfer_H
34 #define constantHeatTransfer_H
77 const word& modelType,
autoPtr< volScalarField > htcConst_
Constant heat transfer coefficient [W/m2/K].
Constant heat transfer model. htcConst [W/m2/K] and area/volume [1/m] must be provided.
A class for handling words, derived from 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 any number of values (e....
Mesh data needed to do the Finite Volume discretisation.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
virtual ~constantHeatTransfer()
Destructor.
const fvMesh & mesh() const
Return const access to the mesh database.
autoPtr< volScalarField > AoV_
Area per unit volume of heat exchanger [1/m].