Home | Trees | Indices | Help |
---|
|
object --+ | LogLineAnalyzer
Base class for the analysis of all lines from a OpenFOAM-log
Lines are available one at a time
|
|||
|
__init__(self) x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
||
|
doAnalysis(self,
line) Analyze a line |
||
|
timeChanged(self) The value of the time has changed in the Log-file |
||
|
setParent(self,
parent) Introduces the LineAnalyzer to its supervisor |
||
|
setDirectory(self,
oDir) Set the directory to which output is to be written (if any output is written) |
||
|
goOn(self) If the analyzer thinks the simulation should be stopped (for instance because of convergence) it returns false |
||
| getTime(self) | ||
| addListener(self, func) | ||
|
notify(self,
*data) Notifys the event listeners of an event |
||
Inherited from |
|
|||
Inherited from |
|
|
Analyze a line line - the line to be analyzed This method carries the main functionality in the sub-classes |
The value of the time has changed in the Log-file For subclasses that need to know the current time |
|
|
|
|
|
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0alpha3 on Fri Nov 23 23:44:29 2007 | http://epydoc.sourceforge.net |