Go to the documentation of this file.
38 #ifndef regionModels_surfaceFilmModels_heatTransferModel_H
39 #define regionModels_surfaceFilmModels_heatTransferModel_H
41 #include "filmSubModelBase.H"
48 namespace regionModels
50 namespace surfaceFilmModels
A class for handling words, derived from Foam::string.
Base class for film heat transfer models.
A class for managing temporary objects.
declareRunTimeSelectionTable(autoPtr, heatTransferModel, dictionary,(surfaceFilmRegionModel &film, const dictionary &dict),(film, dict))
static autoPtr< heatTransferModel > New(surfaceFilmRegionModel &film, const dictionary &dict)
virtual ~heatTransferModel()
Base class for surface film models.
const dictionary & dict() const
virtual tmp< volScalarField > h() const =0
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
const word & modelType() const
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
Macros to ease declaration of run-time selection tables.
const surfaceFilmRegionModel & film() const
Base class for surface film sub-models.
TypeName("heatTransferModel")