74#ifndef heatTransferCoeffModels_localReferenceTemperature_H
75#define heatTransferCoeffModels_localReferenceTemperature_H
83namespace heatTransferCoeffModels
90class localReferenceTemperature
92 public heatTransferCoeffModel
102 const FieldField<Field, scalar>&
q
109 void operator=(
const localReferenceTemperature&) =
delete;
115 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.
An abstract base class for heat transfer coeffcient models.
tmp< FieldField< Field, scalar > > q() const
Return q boundary fields.
const fvMesh & mesh() const
The mesh reference.
const word & TName() const
Temperature name.
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 from 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.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.