75#ifndef constantHeatTransfer_H
76#define constantHeatTransfer_H
117 const word& modelType,
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.
Applies a constant heat transfer model for inter-region heat exchanges.
constantHeatTransfer(const constantHeatTransfer &)=delete
No copy construct.
virtual bool read(const dictionary &dict)
Read dictionary.
void operator=(const constantHeatTransfer &)=delete
No copy assignment.
TypeName("constantHeatTransfer")
Runtime type information.
constantHeatTransfer(const word &name, const word &modelType, const dictionary &dict, const fvMesh &mesh)
Construct from components.
virtual ~constantHeatTransfer()=default
Destructor.
virtual void calculateHtc()
Calculate the heat transfer coefficient.
Intermediate class for handling inter-region heat exchanges.
interRegionHeatTransferModel(const word &name, const word &modelType, const dictionary &dict, const fvMesh &mesh)
Construct from dictionary.
const word & name() const noexcept
Return const access to the source name.
const fvMesh & mesh() const noexcept
Return const access to the mesh database.
A class for handling words, derived from Foam::string.
Namespace for finite-volume.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.