Go to the documentation of this file.
150 const bool loadFromFilesUnused =
false
179 virtual void write();
virtual void updateMesh(const mapPolyMesh &)
Update for changes of mesh.
A class for handling words, derived from string.
virtual void movePoints(const polyMesh &)
Update for changes of mesh.
TypeName("systemCall")
Runtime type information.
List< string > stringList
A List of strings.
Mesh consisting of general polyhedral cells.
Registry of regIOobjects.
virtual ~systemCall()
Destructor.
systemCall(const systemCall &)
Disallow default bitwise copy construct.
This function object executes system calls, entered in the form of a string lists....
stringList writeCalls_
List of calls to execute - write steps.
stringList endCalls_
List of calls to execute when exiting the time-loop.
virtual void read(const dictionary &)
Read the system calls.
A list of keyword definitions, which are a keyword followed by any number of values (e....
virtual void write()
Write, execute the "writeCalls".
virtual void timeSet()
Called when time was set at the end of the Time::operator++.
virtual void end()
Execute the "endCalls" at the final time-loop.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
void operator=(const systemCall &)
Disallow default bitwise assignment.
virtual const word & name() const
Return name of the system call set.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
virtual void execute()
Execute the "executeCalls" at each time-step.
stringList executeCalls_
List of calls to execute - every step.
word name_
Name of this set of system calls.