40#ifndef functionObjects_timeFunctionObject_H
41#define functionObjects_timeFunctionObject_H
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.
const Time & time() const
Return time database.
timeFunctionObject(const timeFunctionObject &)=delete
No copy construct.
objectRegistry & storedObjects()
Write access to the output objects ("functionObjectObjects") registered on Time.
virtual ~timeFunctionObject()=default
Destructor.
void clearOutputObjects(const wordList &objNames)
Remove specified items from "functionObjectObjects".
void operator=(const timeFunctionObject &)=delete
No copy assignment.
Registry of regIOobjects.
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.