35 namespace functionObjects
42 removeRegisteredObject,
51 Foam::functionObjects::removeRegisteredObject::removeRegisteredObject
82 dict.
lookup(
"objects") >> objectNames_;
100 <<
" removing object " << obj.
name() <<
nl #define forAll(list, i)
Loop across all elements in list.
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.
virtual bool write()
Do nothing.
static word defaultRegion
Return the default region name.
Ostream & endl(Ostream &os)
Add newline and flush stream.
Abstract base-class for Time/database function objects.
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
Macros for easy insertion into run-time selection tables.
bool ownedByRegistry() const
Is this object owned by the registry?
const Type & lookupObject(const word &name) const
Lookup and return the object of the given Type.
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.
fileName::Type type(const fileName &)
Return the file type: DIRECTORY or FILE.
addToRunTimeSelectionTable(functionObject, blendingFactor, dictionary)
regIOobject is an abstract class derived from IOobject to handle automatic object registration with t...
defineTypeNameAndDebug(fvMeshFunctionObject, 0)
Registry of regIOobjects.
T lookupOrDefault(const word &, const T &, bool recursive=false, bool patternMatch=true) const
Find and return a T,.
const word & name() const
Return name.
ITstream & lookup(const word &, bool recursive=false, bool patternMatch=true) const
Find and return an entry data stream.