Go to the documentation of this file.
155 #ifndef functionObjects_heatTransferCoeff_H
156 #define functionObjects_heatTransferCoeff_H
166 class heatTransferCoeffModel;
168 namespace functionObjects
175 class heatTransferCoeff
177 public fieldExpression
182 autoPtr<heatTransferCoeffModel> htcModelPtr_;
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
No copy assignment.
virtual ~heatTransferCoeff()=default
Destructor.
virtual bool read(const dictionary &dict)
Read the heatTransferCoeff data.
heatTransferCoeff(const word &name, const Time &runTime, const dictionary &dict)
Construct for given objectRegistry and dictionary.
Computes the heat transfer coefficient as a volScalarField for a 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.
Intermediate class for handling field expression function objects (e.g. blendingFactor etc....
const word & name() const
Return the name of this functionObject.
TypeName("heatTransferCoeff")
Runtime type information.