Go to the documentation of this file.
129 #ifndef functionObjects_heatTransferCoeff_H
130 #define functionObjects_heatTransferCoeff_H
140 class heatTransferCoeffModel;
142 namespace functionObjects
149 class heatTransferCoeff
151 public fieldExpression
162 autoPtr<heatTransferCoeffModel> htcModelPtr_;
189 const dictionary&
dict
206 virtual bool read(
const dictionary&
dict);
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
A class for handling words, derived from Foam::string.
void operator=(const heatTransferCoeff &)=delete
virtual ~heatTransferCoeff()=default
virtual bool read(const dictionary &dict)
heatTransferCoeff()=delete
Computes the heat transfer coefficient [W/(m2 K)] as a volScalarField for a given set of patches.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
const word & name() const noexcept
Intermediate class for handling field expression function objects (e.g. blendingFactor etc....
TypeName("heatTransferCoeff")