86 #ifndef functionObjects_systemCall_H 87 #define functionObjects_systemCall_H 96 namespace functionObjects
105 public functionObject
163 virtual bool write();
TypeName("systemCall")
Runtime type information.
virtual ~systemCall()
Destructor.
virtual bool write()
Write, execute the "writeCalls".
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...
static const List< T > & null()
Return a null List.
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
virtual bool execute()
Execute the "executeCalls" at each time-step.
A class for handling words, derived from string.
stringList endCalls_
List of calls to execute when exiting the time-loop.
virtual wordList fields() const
Return the list of fields required.
Executes system calls, entered in the form of a string lists.
void operator=(const systemCall &)=delete
Disallow default bitwise assignment.
List< string > stringList
A List of strings.
virtual bool read(const dictionary &)
Read the system calls.
systemCall(const word &name, const Time &runTime, const dictionary &dict)
Construct from Time and dictionary.
virtual bool end()
Execute the "endCalls" at the final time-loop.
stringList executeCalls_
List of calls to execute - every step.
stringList writeCalls_
List of calls to execute - write steps.