129#ifndef functionObjects_heatTransferCoeff_H
130#define functionObjects_heatTransferCoeff_H
140class heatTransferCoeffModel;
142namespace functionObjects
149class 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.
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,...
const word & name() const noexcept
Return the name of this functionObject.
Intermediate class for handling field expression function objects (e.g. blendingFactor etc....
Computes the heat transfer coefficient [W/(m2 K)] as a volScalarField for a given set of patches.
void operator=(const heatTransferCoeff &)=delete
No copy assignment.
heatTransferCoeff()=delete
No default construct.
heatTransferCoeff(const heatTransferCoeff &)=delete
No copy construct.
TypeName("heatTransferCoeff")
Runtime type information.
virtual bool read(const dictionary &dict)
Read the heatTransferCoeff data.
virtual ~heatTransferCoeff()=default
Destructor.
A class for handling words, derived from Foam::string.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.