67#ifndef Foam_functionObjects_removeRegisteredObject_H
68#define Foam_functionObjects_removeRegisteredObject_H
97 removeRegisteredObject(
const removeRegisteredObject&) =
delete;
100 void operator=(
const removeRegisteredObject&) =
delete;
112 removeRegisteredObject
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 a region and providing a reference to the region Foam::obj...
regionFunctionObject(const regionFunctionObject &)=delete
No copy construct.
Removes registered objects if present in the database.
virtual ~removeRegisteredObject()=default
Destructor.
virtual bool read(const dictionary &dict)
Read the function-object dictionary.
TypeName("removeRegisteredObject")
Runtime type information.
virtual bool execute()
Execute the function-object operations.
virtual bool write()
Write the function-object results (no-op).
A class for handling words, derived from Foam::string.
Function objects are OpenFOAM utilities to ease workflow configurations and enhance workflows.
List< word > wordList
List of word.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.