Package PyFoam :: Package LogAnalysis :: Module ContinuityLineAnalyzer :: Class TimeLineContinuityLineAnalyzer
[show private | hide private]
[frames | no frames]

Class TimeLineContinuityLineAnalyzer

 LogLineAnalyzer --+    
                   |    
TimeLineLineAnalyzer --+
                       |
                      TimeLineContinuityLineAnalyzer


Parses line for continuity information
Method Summary
  __init__(self)
  doAnalysis(self, line)
Analyze a line
    Inherited from TimeLineLineAnalyzer
  getTimeline(self, name)
Return the timeline as two list: the times and the values
  timeChanged(self)
Sets the current time in the timelines
    Inherited from LogLineAnalyzer
  getTime(self)
Return current time
  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

Method Details

doAnalysis(self, line)

Analyze a line

line - the line to be analyzed

This method carries the main functionality in the sub-classes
Overrides:
PyFoam.LogAnalysis.LogLineAnalyzer.LogLineAnalyzer.doAnalysis (inherited documentation)

Generated by Epydoc 2.1 on Thu Feb 23 18:40:57 2006 http://epydoc.sf.net