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