67#ifndef heatTransferCoeffModel_H
68#define heatTransferCoeffModel_H
87class heatTransferCoeffModel
A field of fields is a PtrList of fields with reference counting.
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
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.
const word TName_
Temperature name.
static autoPtr< heatTransferCoeffModel > New(const dictionary &dict, const fvMesh &mesh, const word &TName)
Return a reference to the selected heat transfer coefficient model.
virtual ~heatTransferCoeffModel()=default
Destructor.
declareRunTimeSelectionTable(autoPtr, heatTransferCoeffModel, dictionary,(const dictionary &dict, const fvMesh &mesh, const word &TName),(dict, mesh, TName))
const fvMesh & mesh_
Mesh reference.
word qrName_
Name of radiative heat flux.
virtual bool read(const dictionary &dict)
Read from dictionary.
void operator=(const heatTransferCoeffModel &)=delete
No copy assignment.
heatTransferCoeffModel(const heatTransferCoeffModel &)=delete
No copy construct.
const word & qrName() const
Name of radiative heat flux.
tmp< FieldField< Field, scalar > > q() const
Return q boundary fields.
TypeName("heatTransferCoeffModel")
Runtime type information.
labelHashSet patchSet_
Optional list of (wall) patches to process.
const fvMesh & mesh() const
The mesh reference.
const labelHashSet & patchSet() const
Wall patches to process.
const word & TName() const
Temperature name.
virtual bool calc(volScalarField &result, const FieldField< Field, scalar > &q)
virtual void htc(volScalarField &htc, const FieldField< Field, scalar > &q)=0
Set the heat transfer coefficient.
A class for managing temporary objects.
A class for handling words, derived from Foam::string.
HashSet< label, Hash< label > > labelHashSet
A HashSet of labels, uses label hasher.
Macros to ease declaration of run-time selection tables.
#define declareRunTimeSelectionTable(ptrWrapper, baseType, argNames, argList, parList)
Declare a run-time selection (variables and adder classes)
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.