77 #ifndef histogram_functionObject_H
78 #define histogram_functionObject_H
91 namespace functionObjects
100 public fvMeshFunctionObject
105 generatedCellZone zone_;
122 autoPtr<setWriter> formatterPtr_;
138 const dictionary&
dict
163 virtual bool write();
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.
virtual void topoChange(const polyTopoChangeMap &)
Update topology using the given map.
virtual void distribute(const polyDistributionMap &)
Redistribute or update using the given distribution map.
virtual void mapMesh(const polyMeshMap &)
Update from another mesh using the given map.
TypeName("histogram")
Runtime type information.
virtual void movePoints(const polyMesh &)
Update for mesh motion.
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.
Class containing mesh-to-mesh mapping information after a mesh distribution where we send parts of me...
Class containing mesh-to-mesh mapping information.
Mesh consisting of general polyhedral cells.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.