60 namespace heatTransferCoefficientModels
Generic GeometricField class.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
Base class for heat transfer coefficient modelling used in heat transfer fvModels.
Function2 heat transfer model. The 2D function returns the heat transfer coefficient as a function of...
virtual void correct()
Correct the heat transfer coefficient.
TypeName("function2")
Runtime type information.
virtual bool read(const dictionary &dict)
Read dictionary.
function2(const dictionary &dict, const interRegionModel &model)
Construct from dictionary and model.
virtual tmp< volScalarField > htc() const
Get the heat transfer coefficient.
virtual ~function2()
Destructor.
Base class for inter-region exchange.
A class for managing temporary objects.
A class for handling words, derived from string.