The class that handles the actual requests (only needed to hide the
Thread-methods from the world
|
__init__(self,
run=None,
master=None,
lines=100,
foamserver=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
_insertLine(self,
line)
Inserts a new line, not to be called via XMLRPC |
source code
|
|
|
isFoamServer(self)
This is a Foam-Server (True by default) |
source code
|
|
|
isLiving(self)
The calculation still generates output and therefor seems to be
living |
source code
|
|
|
|
|
stop(self)
Stops the run gracefully (after writing the last time-step to disk) |
source code
|
|
|
write(self)
Makes the program write the next time-step to disk and the continue |
source code
|
|
|
argv(self)
Argument vector with which the runner was called |
source code
|
|
|
usedArgv(self)
Argument vector with which the runner started the run |
source code
|
|
|
|
|
|
|
nrWarnings(self)
Number of warnings the executable emitted |
source code
|
|
|
|
|
actualCommandLine(self)
The actual command line used |
source code
|
|
|
scriptName(self)
Name of the Python-Script that runs the show |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
foamVersion(self)
Version number of the Foam-Version |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
loadAvg(self)
Returns:
a tuple with the average loads of the last 1, 5 and 15 minutes |
source code
|
|
|
|
|
id(self)
Returns:
an ID for this run: IP:port:startTimestamp |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
listFiles(self,
directory)
Returns:
List of the filenames (not directories) in that case |
source code
|
|
|
|
|
|
|
|
|
|
|
getPlots(self)
Get all the information about the plots |
source code
|
|
|
getPlotData(self)
Get all the data for the plots |
source code
|
|
|
controlDictUnmodified(self)
Checks whether there is a pending change to the controlDict |
source code
|
|
|
getRemark(self)
Get the user-defined remark for this job |
source code
|
|
|
|
|
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|