45#ifndef functionObjects_fvMeshFunctionObject_H
46#define functionObjects_fvMeshFunctionObject_H
58namespace functionObjects
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 a number of values (eg,...
const word & name() const noexcept
Return the name of this functionObject.
Specialization of Foam::functionObject for an Foam::fvMesh, providing a reference to the Foam::fvMesh...
const fvMesh & mesh_
Reference to the fvMesh.
void operator=(const fvMeshFunctionObject &)=delete
No copy assignment.
virtual ~fvMeshFunctionObject()=default
Destructor.
fvMeshFunctionObject(const fvMeshFunctionObject &)=delete
No copy construct.
TypeName("fvMeshFunctionObject")
Runtime type information.
Specialization of Foam::functionObject for a region and providing a reference to the region Foam::obj...
virtual const objectRegistry & obr() const
The region or sub-region registry being used.
Mesh data needed to do the Finite Volume discretisation.
Registry of regIOobjects.
A class for handling words, derived from Foam::string.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.