104 #ifndef functionObjects_wallHeatTransferCoeff_H 105 #define functionObjects_wallHeatTransferCoeff_H 116 namespace functionObjects
194 virtual bool write();
TypeName("wallHeatTransferCoeff")
Runtime type information.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
const word & name() const
Return the name of this functionObject.
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual bool write()
Write the wall heat transfer coefficient.
virtual bool read(const dictionary &)
Read the wallHeatTransferCoeffs data.
Calculates and writes the estimated heat transfer coefficient at wall patches as the volScalarField f...
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
virtual void writeFileHeader(const label i)
File header information.
const Time & runTime_
Reference to Time.
A class for handling words, derived from string.
labelHashSet patchSet_
Optional list of patches to process.
wallHeatTransferCoeff(const word &name, const Time &runTime, const dictionary &dict)
Construct from name, mesh and dict.
FunctionObject base class for managing a list of objects on behalf of the inheriting function object...
virtual bool execute()
Calculate the wall heat transfer coefficient.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Specialisation of Foam::functionObject for an Foam::fvMesh, providing a reference to the Foam::fvMesh...
A class for managing temporary objects.
virtual ~wallHeatTransferCoeff()
Destructor.
void operator=(const wallHeatTransferCoeff &)=delete
Disallow default bitwise assignment.
functionObject base class for creating, maintaining and writing log files e.g. integrated of averaged...