64 #ifndef variable_heatTransferCoefficientModel_H
65 #define variable_heatTransferCoefficientModel_H
75 namespace heatTransferCoefficientModels
84 public heatTransferCoefficientModel
Generic GeometricField class.
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.
TypeName("variable")
Runtime type information.
virtual void correct()
Correct the heat transfer coefficient.
virtual bool read(const dictionary &dict)
Read dictionary.
virtual ~variable()
Destructor.
virtual tmp< volScalarField > htc() const
Get the heat transfer coefficient.
variable(const dictionary &dict, const fvMesh &mesh)
Construct from dictionary and mesh.
Base class for inter-region exchange.
A class for managing temporary objects.
A class for handling words, derived from string.
Foam::fvMesh mesh(Foam::IOobject(regionName, runTime.name(), runTime, Foam::IOobject::MUST_READ), false)