57 #ifndef functionObjects_removeRegisteredObject_H
58 #define functionObjects_removeRegisteredObject_H
71 namespace functionObjects
78 class removeRegisteredObject
85 const objectRegistry& obr_;
130 virtual bool write();
static const List< word > & null()
Return a null List.
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 any number of values (e....
const word & name() const
Return the name of this functionObject.
Removes registered objects if present in the database.
virtual ~removeRegisteredObject()
Destructor.
removeRegisteredObject(const word &name, const Time &runTime, const dictionary &dict)
Construct from Time and dictionary.
virtual wordList fields() const
Return the list of fields required.
TypeName("removeRegisteredObject")
Runtime type information.
void operator=(const removeRegisteredObject &)=delete
Disallow default bitwise assignment.
virtual bool execute()
Remove the registered objects.
virtual bool write()
Do nothing.
virtual bool read(const dictionary &)
Read the removeRegisteredObject data.
A class for handling words, derived from string.
List< word > wordList
A List of words.