35 namespace functionObjects
42 removeRegisteredObject,
82 dict.
lookup(
"objects") >> objectNames_;
100 <<
" removing object " << obj.
name() <<
nl #define forAll(list, i)
Loop across all elements in list.
const word & name() const
Return name.
virtual ~removeRegisteredObject()
Destructor.
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual bool execute()
Remove the registered objects.
addToRunTimeSelectionTable(functionObject, Qdot, dictionary)
virtual bool write()
Do nothing.
static word defaultRegion
Return the default region name.
Ostream & endl(Ostream &os)
Add newline and flush stream.
void release()
Release ownership of this object from its registry.
Abstract base-class for Time/database functionObjects.
const Type & lookupObject(const word &name) const
Lookup and return the object of the given Type.
bool ownedByRegistry() const
Is this object owned by the registry?
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
Macros for easy insertion into run-time selection tables.
virtual bool read(const dictionary &)
Read the removeRegisteredObject data.
bool read(const char *, int32_t &)
A class for handling words, derived from string.
word name(const complex &)
Return a string representation of a complex.
defineTypeNameAndDebug(Qdot, 0)
T lookupOrDefault(const word &, const T &, bool recursive=false, bool patternMatch=true) const
Find and return a T,.
fileType type(const fileName &, const bool checkVariants=true, const bool followLink=true)
Return the file type: directory or file.
regIOobject is an abstract class derived from IOobject to handle automatic object registration with t...
Registry of regIOobjects.
ITstream & lookup(const word &, bool recursive=false, bool patternMatch=true) const
Find and return an entry data stream.
removeRegisteredObject(const word &name, const Time &runTime, const dictionary &dict)
Construct from Time and dictionary.