43 #ifndef functionObjects_fvMeshFunctionObject_H
44 #define functionObjects_fvMeshFunctionObject_H
56 namespace functionObjects
83 const bool optional =
false
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
A list of keyword definitions, which are a keyword followed by any number of values (e....
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.
void operator=(const fvMeshFunctionObject &)=delete
Disallow default bitwise assignment.
labelHashSet patchSet(const dictionary &, const bool optional=false) const
Return the patch set corresponding to the patch selection entries.
virtual ~fvMeshFunctionObject()
Destructor.
TypeName("fvMeshFunctionObject")
Runtime type information.
Specialisation of Foam::functionObject for a region and providing a reference to the region Foam::obj...
Mesh data needed to do the Finite Volume discretisation.
Registry of regIOobjects.
A class for handling words, derived from string.