59 namespace heatTransferCoefficientModels
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
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.
Base class for heat transfer coefficient modelling used in heat transfer fvModels.
Function1 heat transfer model. The 1D function returns the heat transfer coefficient as a function of...
TypeName("function1")
Runtime type information.
virtual void correct()
Correct the heat transfer coefficient.
function1(const dictionary &dict, const fvMesh &mesh)
Construct from dictionary and mesh.
virtual bool read(const dictionary &dict)
Read dictionary.
virtual ~function1()
Destructor.
virtual tmp< volScalarField > htc() const
Get the heat transfer coefficient.
Base class for inter-region exchange.
A class for managing temporary objects.
A class for handling words, derived from string.