55 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 keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
Mesh data needed to do the Finite Volume discretisation.
Base class for heat transfer coefficient modelling used in heat transfer fvModels.
Constant heat transfer model. The heat transfer coefficient [W/m^2/K] (htc) must be provided as a val...
virtual void correct()
Correct the heat transfer coefficient.
virtual bool read(const dictionary &dict)
Read dictionary.
constant(const dictionary &dict, const fvMesh &mesh)
Construct from dictionary and mesh.
TypeName("constant")
Runtime type information.
virtual ~constant()
Destructor.
virtual tmp< volScalarField > htc() const
Get the heat transfer coefficient.
Base class for inter-region exchange.
A class for managing temporary objects.
Foam::fvMesh mesh(Foam::IOobject(regionName, runTime.name(), runTime, Foam::IOobject::MUST_READ), false)