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 |
|
createTime (self)
Return the time in the simulation for which the mesh was created |
|
cwd (self)
Return the current working directory |
|
deltaT (self)
Return parameter startTime from the controlDict |
|
elapsedTime (self)
Return time in seconds since the last line was output |
|
endTime (self)
Return parameter endTime from the controlDict |
|
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 |
|
id (self)
Return an ID for this run: IP and process-id |
|
ip (self)
Return the ip of this machine |
|
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 |
|
pid (self)
Return the PID of the script |
|
pyFoamVersion (self)
Return version number of the PyFoam |
|
scriptName (self)
Name of the Python-Script that runs the show |
|
startTime (self)
Return parameter startTime from the controlDict |
|
tail (self)
Return the current last lines as a string |
|
time (self)
Return the current time in the simulation |
|
uname (self)
Return the complete uname-information |
|
user (self)
Return the user that runs this script |
|
_insertLine (self,
line)
Inserts a new line, not to be called via XMLRPC |
|
_readParameter (self,
name)
Reads a parametr from the controlDict |