53 for (
const word& objName : objNames)
72 return time_.functionObjects().storedObjects();
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
const word & name() const noexcept
Return the name of this functionObject.
functionObject(const word &name, const bool withNamePrefix=defaultUseNamePrefix)
Construct from components.
const Time & time_
Reference to the time database.
timeFunctionObject(const timeFunctionObject &)=delete
No copy construct.
objectRegistry & storedObjects()
Write access to the output objects ("functionObjectObjects") registered on Time.
void clearOutputObjects(const wordList &objNames)
Remove specified items from "functionObjectObjects".
Registry of regIOobjects.
bool checkOut(regIOobject *io) const
Remove a regIOobject from registry and free memory if the object is ownedByRegistry....
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.