38#ifndef mappedConvectiveHeatTransfer_H
39#define mappedConvectiveHeatTransfer_H
41#include "heatTransferModel.H"
57class mappedConvectiveHeatTransfer
59 public heatTransferModel
77 mappedConvectiveHeatTransfer
79 const mappedConvectiveHeatTransfer&
83 void operator=(
const mappedConvectiveHeatTransfer&) =
delete;
89 TypeName(
"mappedConvectiveHeatTransfer");
95 mappedConvectiveHeatTransfer
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
const surfaceFilmRegionModel & film() const
Return const access to the film surface film model.
virtual ~mappedConvectiveHeatTransfer()
Destructor.
virtual void correct()
Correct.
virtual tmp< volScalarField > h() const
Return the heat transfer coefficient [W/m2/K].
TypeName("mappedConvectiveHeatTransfer")
Runtime type information.
Base class for surface film models.
const dictionary & dict() const
Return const access to the cloud dictionary.
A class for managing temporary objects.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.