Go to the documentation of this file.
74 #ifndef heatTransferCoeffModels_localReferenceTemperature_H
75 #define heatTransferCoeffModels_localReferenceTemperature_H
83 namespace heatTransferCoeffModels
90 class localReferenceTemperature
92 public heatTransferCoeffModel
102 const FieldField<Field, scalar>&
q
115 TypeName(
"localReferenceTemperature");
const fvMesh & mesh() const
An abstract base class for heat transfer coeffcient models.
A class for handling words, derived from Foam::string.
A field of fields is a PtrList of fields with reference counting.
localReferenceTemperature(const localReferenceTemperature &)=delete
Heat transfer coefficient calculation that employs the patch internal field as the reference temperat...
GeometricField< scalar, fvPatchField, volMesh > volScalarField
const word & TName() const
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.
virtual void htc(volScalarField &htc, const FieldField< Field, scalar > &q)
virtual bool read(const dictionary &dict)
TypeName("localReferenceTemperature")
void operator=(const localReferenceTemperature &)=delete
virtual ~localReferenceTemperature()=default
Generic GeometricField class.
tmp< FieldField< Field, scalar > > q() const