Package PyFoam :: Package Execution :: Module StepAnalyzedCommon :: Class StepAnalyzedCommon
[show private | hide private]
[frames | no frames]

Class StepAnalyzedCommon

AnalyzedCommon --+
                 |
                StepAnalyzedCommon

Known Subclasses:
GnuplotCommon, StepAnalyzedRunner, StepAnalyzedWatcher

Stuff is performed forevery timestep in the file
Method Summary
  __init__(self, filename, analyzer, smallestFreq)
  timeChanged(self)
React to a change of the simulation time in the log
  timeHandle(self)
Handler that reacts to the change of time.
    Inherited from AnalyzedCommon
  addAnalyzer(self, name, analyzer)
  getAnalyzer(self, name)
  getDirname(self)
Get the name of the directory where the data is written to
  getTime(self)
Get the execution time
  lineHandle(self, line)
Not to be called: calls the analyzer for the current line
  reset(self)
reset the analyzer
  tearDown(self)

Method Details

__init__(self, filename, analyzer, smallestFreq=0.0)
(Constructor)

Parameters:
smallestFreq - the smallest intervall of real time (in seconds) that the time change is honored
Overrides:
PyFoam.Execution.AnalyzedCommon.AnalyzedCommon.__init__

timeChanged(self)

React to a change of the simulation time in the log

timeHandle(self)

Handler that reacts to the change of time. To be overridden be sub-classes

Generated by Epydoc 2.1 on Mon Jan 22 23:52:48 2007 http://epydoc.sf.net