34 namespace functionObjects
50 bool Foam::functionObjects::stopAtClockTime::condition()
const 52 return time_.elapsedClockTime() > stopTime_;
65 stopAt(name, runTime, dict),
83 dict.
lookup(
"stopTime") >> stopTime_;
virtual bool read(const dictionary &)
Read the dictionary settings.
virtual ~stopAtClockTime()
Destructor.
stopAtClockTime(const word &name, const Time &runTime, const dictionary &)
Construct from Time and dictionary.
A list of keyword definitions, which are a keyword followed by any number of values (e...
addToRunTimeSelectionTable(functionObject, Qdot, dictionary)
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
Macros for easy insertion into run-time selection tables.
bool read(const char *, int32_t &)
A class for handling words, derived from string.
defineTypeNameAndDebug(Qdot, 0)
Abstract base class for stop conditions.
virtual bool read(const dictionary &)
Read the dictionary settings.
ITstream & lookup(const word &, bool recursive=false, bool patternMatch=true) const
Find and return an entry data stream.