43 #ifndef functionObjects_fvMeshFunctionObject_H 44 #define functionObjects_fvMeshFunctionObject_H 56 namespace functionObjects
Specialisation of Foam::functionObject for a region and providing a reference to the region Foam::obj...
fvMeshFunctionObject(const word &name, const Time &runTime, const dictionary &dict)
Construct from Time and dictionary.
const word & name() const
Return the name of this functionObject.
A list of keyword definitions, which are a keyword followed by any number of values (e...
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
virtual ~fvMeshFunctionObject()
Destructor.
A class for handling words, derived from string.
TypeName("fvMeshFunctionObject")
Runtime type information.
void operator=(const fvMeshFunctionObject &)=delete
Disallow default bitwise assignment.
Mesh data needed to do the Finite Volume discretisation.
Specialisation of Foam::functionObject for an Foam::fvMesh, providing a reference to the Foam::fvMesh...
Registry of regIOobjects.
const fvMesh & mesh_
Reference to the fvMesh.