36 #ifndef heatTransferModel_H 37 #define heatTransferModel_H 46 namespace regionModels
48 namespace surfaceFilmModels
const dictionary & dict() const
Return const access to the cloud dictionary.
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual tmp< volScalarField > h() const =0
Return the heat transfer coefficient [W/m2/K].
virtual void correct()=0
Correct.
const word & modelType() const
Return const access to the sub-model type.
declareRunTimeSelectionTable(autoPtr, heatTransferModel, dictionary,(surfaceFilmModel &owner, const dictionary &dict),(owner, dict))
A class for handling words, derived from string.
TypeName("heatTransferModel")
Runtime type information.
const surfaceFilmModel & owner() const
Return const access to the owner surface film model.
static autoPtr< heatTransferModel > New(surfaceFilmModel &owner, const dictionary &dict)
Return a reference to the selected phase change model.
Base class for surface film models.
virtual ~heatTransferModel()
Destructor.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Macros to ease declaration of run-time selection tables.
A class for managing temporary objects.