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

Class ValueLineAnalyzer

LogLineAnalyzer --+    
                  |    
   FileLineAnalyzer --+
                      |
                     ValueLineAnalyzer


Parses lines for numeric values

The line starts with a predefined string
Method Summary
  __init__(self, name, pre, titles)
  doAnalysis(self, line)
Analyzes line and writes the data
    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
  timeChanged(self)
The value of the time has changed in the Log-file

Method Details

__init__(self, name, pre, titles=[])
(Constructor)

Parameters:
name - name of the expression (needed for output)
pre - the string that starts the line
Overrides:
PyFoam.LogAnalysis.FileLineAnalyzer.FileLineAnalyzer.__init__

doAnalysis(self, line)

Analyzes line and writes the data
Overrides:
PyFoam.LogAnalysis.LogLineAnalyzer.LogLineAnalyzer.doAnalysis

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