63 #ifndef stopAtTimeStep_functionObject_H
64 #define stopAtTimeStep_functionObject_H
72 namespace functionObjects
92 virtual bool condition()
const;
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
const word & name() const
Return the name of this functionObject.
Stops the run if the time-step drops below the specified value in seconds and optionally write result...
stopAtTimeStep(const word &name, const Time &runTime, const dictionary &)
Construct from Time and dictionary.
virtual ~stopAtTimeStep()
Destructor.
TypeName("stopAtTimeStep")
Runtime type information.
virtual bool read(const dictionary &)
Read the dictionary settings.
void operator=(const stopAtTimeStep &)=delete
Disallow default bitwise assignment.
A class for handling words, derived from string.