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)
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
id(self)
Returns:
an ID for this run: IP and process-id |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|