35 #ifndef LagrangianMeshFunctionObject_functionObject_H
36 #define LagrangianMeshFunctionObject_functionObject_H
48 namespace functionObjects
70 TypeName(
"LagrangianMeshFunctionObject");
81 const word& LagrangianKeyword =
"Lagrangian"
Class containing Lagrangian geometry and topology.
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.
TypeName("LagrangianMeshFunctionObject")
Runtime type information.
void operator=(const LagrangianMeshFunctionObject &)=delete
Disallow default bitwise assignment.
virtual ~LagrangianMeshFunctionObject()
Destructor.
const LagrangianMesh & mesh() const
Access the mesh.
LagrangianMeshFunctionObject(const word &name, const Time &runTime, const dictionary &dict, const word &LagrangianKeyword="Lagrangian")
Construct from Time and dictionary.
Specialisation of Foam::functionObject which holds a reference to an object registry....
A class for handling words, derived from string.