51 #ifndef cloudVolumeFraction_functionObject_H
52 #define cloudVolumeFraction_functionObject_H
60 namespace functionObjects
67 class cloudVolumeFraction
69 public cloudFvMeshFunctionObject
110 virtual bool write();
113 virtual bool clear();
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 fraction field for a cloud.
virtual ~cloudVolumeFraction()
Destructor.
const word alphaName_
The name of the volume fraction field.
virtual wordList fields() const
Return the list of fields required.
cloudVolumeFraction(const word &name, const Time &runTime, const dictionary &dict)
Construct from Time and dictionary.
virtual bool clear()
Clear the volume fraction.
void operator=(const cloudVolumeFraction &)=delete
Disallow default bitwise assignment.
TypeName("cloudVolumeFraction")
Runtime type information.
virtual bool execute()
Calculate and store the volume fraction.
virtual bool write()
Write the volume fraction.
A class for handling words, derived from string.