44 #ifndef fvMeshFunctionObject_functionObject_H
45 #define fvMeshFunctionObject_functionObject_H
57 namespace functionObjects
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.
Specialisation of Foam::functionObject for an Foam::fvMesh, providing a reference to the Foam::fvMesh...
fvMeshFunctionObject(const word &name, const Time &runTime, const dictionary &dict)
Construct from Time and dictionary.
const fvMesh & mesh_
Reference to the fvMesh.
const fvMesh & mesh() const
Return a reference to the mesh.
void operator=(const fvMeshFunctionObject &)=delete
Disallow default bitwise assignment.
virtual ~fvMeshFunctionObject()
Destructor.
TypeName("fvMeshFunctionObject")
Runtime type information.
Specialisation of Foam::functionObject for a region.
Mesh data needed to do the Finite Volume discretisation.
Registry of regIOobjects.
A class for handling words, derived from string.