89#ifndef functionObjects_abort_H
90#define functionObjects_abort_H
99namespace functionObjects
108 public functionObjects::timeFunctionObject
128 void operator=(
const abort&) =
delete;
144 virtual ~abort() =
default;
156 virtual bool write();
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 a number of values (eg,...
A class for handling file names.
const word & name() const noexcept
Return the name of this functionObject.
Watches for presence of the named trigger file in the case directory and signals a simulation stop (o...
virtual ~abort()=default
Destructor.
virtual bool read(const dictionary &dict)
Read the dictionary settings.
TypeName("abort")
Runtime type information.
virtual bool execute()
Check existence of the file and take action.
virtual bool write()
No-op.
virtual bool end()
Remove the trigger file after the final time-loop.
Virtual base class for function objects with a reference to Time.
A class for handling words, derived from Foam::string.
errorManip< error > abort(error &err)
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.