Go to the documentation of this file.
67 #ifndef heatTransferCoeffModel_H
68 #define heatTransferCoeffModel_H
87 class heatTransferCoeffModel
185 const word&
TName()
const
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.
A class for managing temporary objects.
A HashTable with keys but without contents that is similar to std::unordered_set.
TypeName("heatTransferCoeffModel")
heatTransferCoeffModel(const dictionary &dict, const fvMesh &mesh, const word &TName)
virtual bool calc(volScalarField &result, const FieldField< Field, scalar > &q)
static autoPtr< heatTransferCoeffModel > New(const dictionary &dict, const fvMesh &mesh, const word &TName)
const word & TName() const
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
void operator=(const heatTransferCoeffModel &)=delete
Mesh data needed to do the Finite Volume discretisation.
virtual ~heatTransferCoeffModel()=default
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
virtual bool read(const dictionary &dict)
Macros to ease declaration of run-time selection tables.
declareRunTimeSelectionTable(autoPtr, heatTransferCoeffModel, dictionary,(const dictionary &dict, const fvMesh &mesh, const word &TName),(dict, mesh, TName))
HashSet< label, Hash< label > > labelHashSet
A HashSet with label keys and label hasher.
Generic GeometricField class.
const labelHashSet & patchSet() const
virtual void htc(volScalarField &htc, const FieldField< Field, scalar > &q)=0
tmp< FieldField< Field, scalar > > q() const
const word & qrName() const