Go to the documentation of this file.
36 #ifndef mappedConvectiveHeatTransfer_H
37 #define mappedConvectiveHeatTransfer_H
39 #include "heatTransferModel.H"
46 namespace regionModels
48 namespace surfaceFilmModels
84 TypeName(
"mappedConvectiveHeatTransfer");
mappedConvectiveHeatTransfer(const mappedConvectiveHeatTransfer &)
Disallow default bitwise copy construct.
A class for managing temporary objects.
volScalarField htcConvFilm_
Heat transfer coefficient - film region [W/m2/K].
const surfaceFilmModel & owner() const
Return const access to the owner surface film model.
void operator=(const mappedConvectiveHeatTransfer &)
Disallow default bitwise assignment.
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....
TypeName("mappedConvectiveHeatTransfer")
Runtime type information.
virtual ~mappedConvectiveHeatTransfer()
Destructor.
virtual tmp< volScalarField > h() const
Return the heat transfer coefficient [W/m2/K].
virtual void correct()
Correct.
volScalarField htcConvPrimary_
Heat transfer coefficient - primary region [W/m2/K].
Base class for surface film models.
Generic GeometricField class.