Go to the documentation of this file.
78 #ifndef heatTransferCoeffModels_fixedReferenceTemperature_H
79 #define heatTransferCoeffModels_fixedReferenceTemperature_H
87 namespace heatTransferCoeffModels
94 class fixedReferenceTemperature
96 public heatTransferCoeffModel
112 const FieldField<Field, scalar>&
q
119 TypeName(
"fixedReferenceTemperature");
const fvMesh & mesh() const
An abstract base class for heat transfer coeffcient models.
TypeName("fixedReferenceTemperature")
A class for handling words, derived from Foam::string.
A field of fields is a PtrList of fields with reference counting.
Heat transfer coefficient calculation that employs a fixed reference temperature.
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,...
fixedReferenceTemperature(const dictionary &dict, const fvMesh &mesh, const word &TName)
Mesh data needed to do the Finite Volume discretisation.
virtual void htc(volScalarField &htc, const FieldField< Field, scalar > &q)
void operator=(const fixedReferenceTemperature &)=delete
virtual ~fixedReferenceTemperature()=default
Generic GeometricField class.
virtual bool read(const dictionary &dict)
tmp< FieldField< Field, scalar > > q() const