36 #ifndef mappedConvectiveHeatTransfer_H 37 #define mappedConvectiveHeatTransfer_H 39 #include "heatTransferModel.H" 46 namespace regionModels
48 namespace surfaceFilmModels
71 TypeName(
"mappedConvectiveHeatTransfer");
Base class for surface film models.
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual ~mappedConvectiveHeatTransfer()
Destructor.
const dictionary & dict() const
Return const access to the cloud dictionary.
const surfaceFilmRegionModel & film() const
Return const access to the film surface film model.
void operator=(const mappedConvectiveHeatTransfer &)=delete
Disallow default bitwise assignment.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
virtual void correct()
Correct.
mappedConvectiveHeatTransfer(surfaceFilmRegionModel &film, const dictionary &dict)
Construct from surface film model and dictionary.
TypeName("mappedConvectiveHeatTransfer")
Runtime type information.
A class for managing temporary objects.
Convective heat transfer model based on a re-working of a Nusselt number correlation.
virtual tmp< volScalarField::Internal > h() const
Return the heat transfer coefficient [W/m^2/K].
Base class for film heat transfer models.