36 #ifndef heatTransferModel_H 37 #define heatTransferModel_H 46 namespace regionModels
48 namespace surfaceFilmModels
void operator=(const heatTransferModel &)=delete
Disallow default bitwise assignment.
Base class for surface film models.
Base class for surface film sub-models.
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual void correct()=0
Correct.
heatTransferModel(surfaceFilmRegionModel &film)
Construct null.
const dictionary & dict() const
Return const access to the cloud dictionary.
const surfaceFilmRegionModel & film() const
Return const access to the film surface film model.
TypeName("heatTransfer")
Runtime type information.
declareRunTimeSelectionTable(autoPtr, heatTransferModel, dictionary,(surfaceFilmRegionModel &film, const dictionary &dict),(film, dict))
A class for handling words, derived from string.
const word & modelType() const
Return const access to the sub-model type.
virtual ~heatTransferModel()
Destructor.
virtual tmp< volScalarField::Internal > h() const =0
Return the heat transfer coefficient [W/m^2/K].
static autoPtr< heatTransferModel > New(surfaceFilmRegionModel &film, const dictionary &dict)
Return a reference to the selected phase change model.
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.
Base class for film heat transfer models.