Home | Trees | Index | Help |
---|
Package PyFoam :: Package LogAnalysis :: Module TimeLineAnalyzer :: Class TimeLineAnalyzer |
|
LogLineAnalyzer
--+
|
TimeLineAnalyzer
Method Summary | |
---|---|
Constructs the analyzer | |
Analyze a line | |
Inherited from LogLineAnalyzer | |
Return current time | |
If the analyzer thinks the simulation should be stopped (for instance because of convergence) it returns false | |
Set the directory to which output is to be written (if any output is written) | |
Introduces the LineAnalyzer to its supervisor | |
The value of the time has changed in the Log-file |
Class Variable Summary | |
---|---|
str |
timeRegExp = '^Time = (.+)$'
|
Method Details |
---|
__init__(self,
progress=False)
Constructs the analyzer
|
doAnalysis(self, line)Analyze a line line - the line to be analyzed This method carries the main functionality in the sub-classes
|
Class Variable Details |
---|
timeRegExp
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Mon Jan 22 23:52:48 2007 | http://epydoc.sf.net |