67 #ifndef histogram_functionObject_H
68 #define histogram_functionObject_H
78 namespace functionObjects
87 public fvMeshFunctionObject
106 autoPtr<setWriter> formatterPtr_;
147 virtual bool write();
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
const word & name() const
Return the name of this functionObject.
Write the volume-weighted histogram of a volScalarField.
void operator=(const histogram &)=delete
Disallow default bitwise assignment.
virtual wordList fields() const
Return the list of fields required.
TypeName("histogram")
Runtime type information.
virtual bool execute()
Execute, currently does nothing.
virtual bool write()
Calculate the histogram and write.
virtual bool read(const dictionary &)
Read the histogram data.
histogram(const word &name, const Time &runTime, const dictionary &dict)
Construct from Time and dictionary.
A class for handling words, derived from string.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.