56 #ifndef functionObjects_removeRegisteredObject_H 57 #define functionObjects_removeRegisteredObject_H 70 namespace functionObjects
77 class removeRegisteredObject
84 const objectRegistry& obr_;
123 virtual bool write();
void operator=(const removeRegisteredObject &)=delete
Disallow default bitwise assignment.
virtual ~removeRegisteredObject()
Destructor.
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...
Removes registered objects if present in the database.
virtual bool execute()
Remove the registered objects.
virtual bool write()
Do nothing.
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
virtual bool read(const dictionary &)
Read the removeRegisteredObject data.
A class for handling words, derived from string.
List< word > wordList
A List of words.
TypeName("removeRegisteredObject")
Runtime type information.
removeRegisteredObject(const word &name, const Time &runTime, const dictionary &dict)
Construct from Time and dictionary.