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

Class BoundingLineAnalyzer

LogLineAnalyzer --+    
                  |    
   FileLineAnalyzer --+
                      |
                     BoundingLineAnalyzer


Parses the line for information about variables being bounded

Writes files of the form bounding_<var>
Method Summary
  __init__(self)
  doAnalysis(self, line)
Analyze a line
    Inherited from FileLineAnalyzer
  setDirectory(self, oDir)
Creates the OutFileCollection-object
  setTitles(self, titles)
Sets the titles anews
    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
  setParent(self, parent)
Introduces the LineAnalyzer to its supervisor

Class Variable Summary
str boundingRegExp = '^bounding (.+), min: (.+) max: (.+) av...

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)

Class Variable Details

boundingRegExp

Type:
str
Value:
'^bounding (.+), min: (.+) max: (.+) average: (.+)$'                   

Generated by Epydoc 2.1 on Fri Feb 3 11:00:34 2006 http://epydoc.sf.net