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

Class ContinuityLineAnalyzer

LogLineAnalyzer --+    
                  |    
   FileLineAnalyzer --+
                      |
                     ContinuityLineAnalyzer


Parses line for continuity information
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 continutityRegExp = '^time step continuity errors : sum ...

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

continutityRegExp

Type:
str
Value:
'^time step continuity errors : sum local = (.+), global = (.+), cumul\
ative = (.+)$'                                                         

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