37 #ifndef cloudLagrangianMeshFunctionObject_functionObject_H
38 #define cloudLagrangianMeshFunctionObject_functionObject_H
47 namespace functionObjects
62 TypeName(
"cloudLagrangianMeshFunctionObject");
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.
Base class for function objects relating to a Lagrangian mesh.
Base class for function objects that refer to a cloud. Provides hooks into the cloud solution process...
Base class for function objects that refer to a LagrangianMesh and a cloud. Used, for example,...
TypeName("cloudLagrangianMeshFunctionObject")
Runtime type information.
cloudLagrangianMeshFunctionObject(const word &name, const Time &runTime, const dictionary &dict)
Construct from Time and dictionary.
void operator=(const cloudLagrangianMeshFunctionObject &)=delete
Disallow default bitwise assignment.
virtual ~cloudLagrangianMeshFunctionObject()
Destructor.
A class for handling words, derived from string.