71 #ifndef functionObjects_wallHeatFlux_H 72 #define functionObjects_wallHeatFlux_H 85 namespace functionObjects
94 public fvMeshFunctionObject,
96 public writeLocalObjects
110 virtual void writeFileHeader(
const label i);
155 virtual bool write();
FvWallInfoData< WallInfo, label > label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
void operator=(const wallHeatFlux &)=delete
Disallow default bitwise assignment.
wallHeatFlux(const word &name, const Time &runTime, const dictionary &)
Construct from Time and dictionary.
virtual bool execute()
Calculate the wall heat-flux.
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-flux.
virtual ~wallHeatFlux()
Destructor.
static const List< T > & null()
Return a null List.
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
HashSet< label, Hash< label > > labelHashSet
A HashSet with label keys.
A class for handling words, derived from string.
TypeName("wallHeatFlux")
Runtime type information.
virtual wordList fields() const
Return the list of fields required.
virtual bool read(const dictionary &)
Read the wallHeatFlux data.
Calculates and write the heat-flux at wall patches as the volScalarField field 'wallHeatFlux'.
A class for managing temporary objects.