76 #ifndef functionObjects_stopAtFile_H
77 #define functionObjects_stopAtFile_H
85 namespace functionObjects
99 fileName stopAtFileFile_;
105 void removeFile()
const;
108 virtual bool condition()
const;
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
A list of keyword definitions, which are a keyword followed by any number of values (e....
const word & name() const
Return the name of this functionObject.
Stops the run when the specified file is created in the case directory and optionally write results b...
void operator=(const stopAtFile &)=delete
Disallow default bitwise assignment.
virtual ~stopAtFile()
Destructor.
TypeName("stopAtFile")
Runtime type information.
virtual bool end()
Execute at the final time-loop, used for cleanup.
virtual bool read(const dictionary &)
Read the dictionary settings.
stopAtFile(const word &name, const Time &runTime, const dictionary &)
Construct from Time and dictionary.
A class for handling words, derived from string.