Go to the documentation of this file.
113 #ifndef variableHeatTransfer_H
114 #define variableHeatTransfer_H
130 class variableHeatTransfer
132 public interRegionHeatTransferModel
152 autoPtr<volScalarField> AoV_;
167 const word& modelType,
168 const dictionary&
dict,
189 virtual bool read(
const dictionary&
dict);
Applies a variable heat transfer model depending on local values for inter-region heat exchanges.
const word & name() const noexcept
A class for handling words, derived from Foam::string.
Intermediate class for handling inter-region heat exchanges.
virtual ~variableHeatTransfer()=default
virtual void calculateHtc()
variableHeatTransfer(const word &name, const word &modelType, const dictionary &dict, const fvMesh &mesh)
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
TypeName("variableHeatTransfer")
Mesh data needed to do the Finite Volume discretisation.
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
const fvMesh & mesh() const noexcept
virtual bool read(const dictionary &dict)
void operator=(const variableHeatTransfer &)=delete