Home | Trees | Indices | Help |
---|
|
object --+ | threading._Verbose --+ | threading.Thread --+ | FoamThread
Thread running an OpenFOAM command
The output of the command can be accessed in a thread-safe manner, line by line
Designed to be used by the BasicRunner-class
|
|||
|
__init__(self,
cmdline) cmdline - Command line of the OpenFOAM command |
||
|
run(self) start the command |
||
| stopTimer(self) | ||
|
read(self) read another line from the output |
||
|
getLine(self) gets the last line from the output |
||
|
interrupt(self) A keyboard-interrupt is reported |
||
|
setState(self,
state) sets the state of the thread (is there any more output) |
||
| check(self) | ||
| cpuTime(self) | ||
| cpuUserTime(self) | ||
| cpuSystemTime(self) | ||
| usedMemory(self) | ||
| wallTime(self) | ||
Inherited from Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0alpha3 on Wed Aug 29 19:07:53 2007 | http://epydoc.sourceforge.net |