Home | Trees | Index | Help |
---|
Package PyFoam :: Package LogAnalysis :: Module LogLineAnalyzer :: Class LogLineAnalyzer |
|
ContextLineAnalyzer
,
EchoLineAnalyzer
,
FileLineAnalyzer
,
SteadyConvergedLineAnalyzer
,
TimeLineAnalyzer
,
TimeLineLineAnalyzer
Base class for the analysis of all lines from a OpenFOAM-log
Lines are available one at a timeMethod Summary | |
---|---|
__init__(self)
| |
Analyze a line | |
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 |
Method Details |
---|
doAnalysis(self, line)Analyze a line line - the line to be analyzed This method carries the main functionality in the sub-classes |
getTime(self)
|
goOn(self)If the analyzer thinks the simulation should be stopped (for instance because of convergence) it returns false |
setDirectory(self, oDir)Set the directory to which output is to be written (if any output is written) |
setParent(self, parent)Introduces the LineAnalyzer to its supervisor parent - The Analyzer class of which this is a part |
timeChanged(self)The value of the time has changed in the Log-file For subclasses that need to know the current time |
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Wed Apr 5 18:32:44 2006 | http://epydoc.sf.net |