71#ifndef heatTransferCoeffModels_localReferenceTemperature_H
72#define heatTransferCoeffModels_localReferenceTemperature_H
89 public heatTransferCoeffModel
99 const FieldField<Field, scalar>&
q
112 TypeName(
"localReferenceTemperature");
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 patch internal field as the reference temperat...
void operator=(const localReferenceTemperature &)=delete
No copy assignment.
virtual bool read(const dictionary &dict)
Read the function-object dictionary.
localReferenceTemperature(const localReferenceTemperature &)=delete
No copy construct.
virtual ~localReferenceTemperature()=default
Destructor.
virtual void htc(volScalarField &htc, const FieldField< Field, scalar > &q)
Set the heat transfer coefficient.
TypeName("localReferenceTemperature")
Runtime type information.
A class for handling words, derived from Foam::string.
A namespace for various heat transfer coefficient model implementations.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.