34 namespace functionObjects
50 bool Foam::functionObjects::stopAtClockTime::condition()
const
83 dict.lookup(
"stopTime") >> stopTime_;
Macros for easy insertion into run-time selection tables.
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
time_t elapsedClockTime() const
Returns wall-clock time from clock instantiation.
A list of keyword definitions, which are a keyword followed by any number of values (e....
Abstract base-class for Time/database functionObjects.
const Time & time_
Reference to time.
Stops the run when the specified clock time in seconds has been reached and optionally write results ...
virtual ~stopAtClockTime()
Destructor.
stopAtClockTime(const word &name, const Time &runTime, const dictionary &)
Construct from Time and dictionary.
virtual bool read(const dictionary &)
Read the dictionary settings.
Abstract base class for stop conditions.
virtual bool read(const dictionary &)
Read the dictionary settings.
A class for handling words, derived from string.
defineTypeNameAndDebug(adjustTimeStepToCombustion, 0)
addToRunTimeSelectionTable(functionObject, adjustTimeStepToCombustion, dictionary)
word name(const bool)
Return a word representation of a bool.