45#ifndef functionObjects_fvMeshFunctionObject_H
46#define functionObjects_fvMeshFunctionObject_H
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.
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.
virtual const objectRegistry & obr() const
The region or sub-region registry being used.
regionFunctionObject(const regionFunctionObject &)=delete
No copy construct.
Mesh data needed to do the Finite Volume discretisation.
Registry of regIOobjects.
A class for handling words, derived from Foam::string.
Function objects are OpenFOAM utilities to ease workflow configurations and enhance workflows.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.