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

Class StandardLogAnalyzer

FoamLogAnalyzer --+
                  |
                 StandardLogAnalyzer

Known Subclasses:
BoundingLogAnalyzer

The analyzer for the most common OpenFOAM solvers

It checks:
Method Summary
  __init__(self, progress)
    Inherited from FoamLogAnalyzer
  addAnalyzer(self, name, obj)
Adds an analyzer
  analyze(self, fh)
Analyzes a file (one line at a time)
  analyzeLine(self, line)
Calls all the anlyzers for a line
  getAnalyzer(self, name)
Get the LogLineAnalyzer name
  getDirectory(self)
Gets the output directory
  getTime(self)
Gets the current time
  goOn(self)
Checks with all the analyzers
  setDirectory(self, d)
Sets the output directory for all the analyzers

Method Details

__init__(self, progress=False)
(Constructor)

Parameters:
progress - Print time progress on console?
Overrides:
PyFoam.LogAnalysis.FoamLogAnalyzer.FoamLogAnalyzer.__init__

Generated by Epydoc 2.1 on Mon Feb 6 22:31:22 2006 http://epydoc.sf.net