41 #ifndef functionObjects_abort_H 42 #define functionObjects_abort_H 51 namespace functionObjects
94 void removeFile()
const;
100 void operator=(
const abort&);
133 virtual bool write();
Watches for presence of the named file in the $FOAM_CASE directory and aborts the calculation if it i...
A class for handling file names.
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 bool end()
Execute at the final time-loop, used for cleanup.
Abstract base-class for Time/database function objects.
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
virtual bool execute()
Execute, check existence of abort file and take action.
A class for handling words, derived from string.
virtual bool read(const dictionary &)
Read the dictionary settings.
TypeName("abort")
Runtime type information.
write data and stop immediately
stop immediately without writing data
virtual ~abort()
Destructor.
stop the next time data are written
actionType
Enumeration defining the type of action.
virtual bool write()
Execute, check existence of abort file and take action.