51 #ifndef cloudVolume_functionObject_H
52 #define cloudVolume_functionObject_H
60 namespace functionObjects
69 public cloudLagrangianMeshFunctionObject
111 virtual bool write();
114 virtual bool clear();
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
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.
Function to write the volume field for a cloud.
virtual wordList fields() const
Return the list of fields required.
cloudVolume(const word &name, const Time &runTime, const dictionary &dict)
Construct from Time and dictionary.
virtual ~cloudVolume()
Destructor.
virtual bool clear()
Clear the volumes.
TypeName("cloudVolume")
Runtime type information.
void operator=(const cloudVolume &)=delete
Disallow default bitwise assignment.
virtual bool execute()
Calculate and store the volumes.
virtual bool write()
Write the volumes.
virtual void calculate(const LagrangianSubScalarField &deltaT, const bool final)
Update the volumes.
A class for handling words, derived from string.