Go to the documentation of this file.
35 #ifndef constantHeatTransfer_H
36 #define constantHeatTransfer_H
38 #include "heatTransferModel.H"
45 namespace regionModels
47 namespace surfaceFilmModels
virtual void correct()
Correct.
A class for managing temporary objects.
constantHeatTransfer(const constantHeatTransfer &)
Disallow default bitwise copy construct.
const surfaceFilmModel & owner() const
Return const access to the owner surface film model.
TypeName("constant")
Runtime type information.
virtual ~constantHeatTransfer()
Destructor.
const dictionary & dict() const
Return const access to the cloud dictionary.
scalar c0_
Constant heat transfer coefficient [W/m2/K].
A list of keyword definitions, which are a keyword followed by any number of values (e....
void operator=(const constantHeatTransfer &)
Disallow default bitwise assignment.
virtual tmp< volScalarField > h() const
Return the heat transfer coefficient [W/m2/K].
Base class for surface film models.