Go to the documentation of this file.
44 #ifndef heatTransferCoeffModel_H
45 #define heatTransferCoeffModel_H
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.
A class for managing temporary objects.
const fvMesh & mesh_
Mesh reference.
TypeName("heatTransferCoeffModel")
Runtime type information.
labelHashSet patchSet_
Optional list of (wall) patches to process.
virtual bool calc(volScalarField &result, const FieldField< Field, scalar > &q)
static autoPtr< heatTransferCoeffModel > New(const dictionary &dict, const fvMesh &mesh, const word &TName)
Return a reference to the selected heat transfer coefficient model.
const word & TName() const
Temperature name.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
void operator=(const heatTransferCoeffModel &)=delete
No copy assignment.
Mesh data needed to do the Finite Volume discretisation.
virtual ~heatTransferCoeffModel()=default
Destructor.
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
virtual bool read(const dictionary &dict)
Read from dictionary.
heatTransferCoeffModel(const heatTransferCoeffModel &)=delete
No copy construct.
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))
const word TName_
Temperature name.
const labelHashSet & patchSet() const
Wall patches to process.
virtual void htc(volScalarField &htc, const FieldField< Field, scalar > &q)=0
Set the heat transfer coefficient.
tmp< FieldField< Field, scalar > > q() const
Return q boundary fields.
const word & qrName() const
Name of radiative heat flux.
word qrName_
Name of radiative heat flux (default = qr)