78#ifndef heatTransferCoeffModels_faceZoneReferenceTemperature_H
79#define heatTransferCoeffModels_faceZoneReferenceTemperature_H
96 public heatTransferCoeffModel
119 scalar faceZoneAverageTemperature();
125 const FieldField<Field, scalar>&
q
132 TypeName(
"faceZoneReferenceTemperature");
A field of fields is a PtrList of fields with reference counting.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Mesh data needed to do the Finite Volume discretisation.
const fvMesh & mesh() const noexcept
Return const reference to the mesh.
heatTransferCoeffModel(const dictionary &dict, const fvMesh &mesh, const word &TName)
Construct from components.
tmp< FieldField< Field, scalar > > q() const
Return boundary fields of heat-flux field.
const word & TName() const noexcept
Return const reference to name of temperature field.
Heat transfer coefficient calculation that employs the area-average temperature of a specified face z...
virtual ~faceZoneReferenceTemperature()=default
Destructor.
TypeName("faceZoneReferenceTemperature")
Runtime type information.
virtual bool read(const dictionary &dict)
Read the function-object dictionary.
faceZoneReferenceTemperature(const dictionary &dict, const fvMesh &mesh, const word &TName)
Construct from components.
faceZoneReferenceTemperature(const faceZoneReferenceTemperature &)=delete
No copy construct.
void operator=(const faceZoneReferenceTemperature &)=delete
No copy assignment.
A class for handling words, derived from Foam::string.
A namespace for various heat transfer coefficient model implementations.
List< label > labelList
A List of labels.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.