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