49 #include "heatTransferModel.H" 57 namespace heatTransferModels
A list of keyword definitions, which are a keyword followed by any number of values (e...
Base class for heat transfer coefficient modelling used in heat transfer fvModels. Area per unit volume [1/m] (AoV) must be provided as a value in the coefficients dictionary or as a field in constant.
virtual void correct()
Correct the heat transfer coefficient.
Base class for inter-region exchange.
constant(const dictionary &dict, const fvMesh &mesh)
Construct from dictionary and mesh.
Constant heat transfer model. The heat transfer coefficient [W/m^2/K] (htc) must be provided as a val...
TypeName("constant")
Runtime type information.
virtual bool read(const dictionary &dict)
Read dictionary.
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 ~constant()
Destructor.
const fvMesh & mesh() const
Return reference to the mesh.
A class for managing temporary objects.
virtual tmp< volScalarField > htc() const
Get the heat transfer coefficient.