52 #ifndef cloudLagrangianVolumeFraction_functionObject_H
53 #define cloudLagrangianVolumeFraction_functionObject_H
61 namespace functionObjects
68 class cloudLagrangianVolumeFraction
70 public cloudLagrangianMeshFunctionObject
75 TypeName(
"cloudLagrangianVolumeFraction");
117 virtual bool write();
120 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 compute and write the volume fraction field for a cloud, interpolated to the cloud.
cloudLagrangianVolumeFraction(const word &name, const Time &runTime, const dictionary &dict)
Construct from Time and dictionary.
virtual wordList fields() const
Return the list of fields required.
static const word alphaName_
The name of the volume fraction field.
virtual bool clear()
Clear the volume fraction.
void operator=(const cloudLagrangianVolumeFraction &)=delete
Disallow default bitwise assignment.
virtual void preSolve()
Hook before solution steps.
virtual ~cloudLagrangianVolumeFraction()
Destructor.
virtual bool execute()
Calculate and store the volume fraction.
virtual bool write()
Write the volume fraction.
TypeName("cloudLagrangianVolumeFraction")
Runtime type information.
A class for handling words, derived from string.