51 #ifndef cloudMass_functionObject_H
52 #define cloudMass_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 mass field for a cloud.
TypeName("cloudMass")
Runtime type information.
cloudMass(const word &name, const Time &runTime, const dictionary &dict)
Construct from Time and dictionary.
virtual wordList fields() const
Return the list of fields required.
void operator=(const cloudMass &)=delete
Disallow default bitwise assignment.
virtual ~cloudMass()
Destructor.
virtual bool clear()
Clear the masses.
virtual bool execute()
Calculate and store the masses.
virtual bool write()
Write the masses.
virtual void calculate(const LagrangianSubScalarField &deltaT, const bool final)
Update the masses.
A class for handling words, derived from string.