Go to the documentation of this file.
64 #ifndef heatTransferCoeffModels_localReferenceTemperature_H
65 #define heatTransferCoeffModels_localReferenceTemperature_H
73 namespace heatTransferCoeffModels
80 class localReferenceTemperature
82 public heatTransferCoeffModel
92 const FieldField<Field, scalar>&
q
105 TypeName(
"localReferenceTemperature");
const fvMesh & mesh() const
The mesh reference.
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
No copy construct.
Heat transfer coefficient calculation that employs the patch internal field as the reference temperat...
GeometricField< scalar, fvPatchField, volMesh > volScalarField
const word & TName() const
Temperature name.
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)
Set the heat transfer coefficient.
virtual bool read(const dictionary &dict)
Read from dictionary.
TypeName("localReferenceTemperature")
Runtime type information.
void operator=(const localReferenceTemperature &)=delete
No copy assignment.
virtual ~localReferenceTemperature()=default
Destructor.
tmp< FieldField< Field, scalar > > q() const
Return q boundary fields.