Method Summary |
|
__init__ (self,
run,
master,
lines)
|
|
argv (self)
Argument vector with which the runner was called |
|
commandLine (self)
The actual command line used |
|
configuration (self)
Return all the configured parameters |
|
elapsedTime (self)
Return time in seconds since the last line was output |
|
foamVersion (self)
Version number of the Foam-Version |
|
getEnviron (self,
name)
Return value of the variable, empty string if non-existing |
|
hostname (self)
Return the name of the computer |
|
isFoamServer (self)
This is a Foam-Server (True by default) |
|
isLiving (self)
The calculation still generates output and therefor seems to be
living |
|
isParallel (self)
Is it a parallel run? |
|
kill (self)
Interrupts the FOAM-process |
|
lastLine (self)
Return the last line that was output by the running FOAM-process |
|
mpi (self)
Return name of the MPI-implementation |
|
nrWarnings (self)
Number of warnings the executable emitted |
|
pyFoamVersion (self)
Return version number of the PyFoam |
|
scriptName (self)
Name of the Python-Script that runs the show |
|
tail (self)
Return the current last lines as a string |
|
uname (self)
Return the complete uname-information |
|
_insertLine (self,
line)
Inserts a new line, not to be called via XMLRPC |