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

Class StepAnalyzedCommon

source code

                   object --+    
                            |    
AnalyzedCommon.AnalyzedCommon --+
                                |
                               StepAnalyzedCommon
Known Subclasses:
GnuplotRunner.GnuplotCommon, StepAnalyzedWatcher.StepAnalyzedWatcher, StepAnalyzedRunner.StepAnalyzedRunner

Stuff is performed forevery timestep in the file

Instance Methods [hide private]
  __init__(self, filename, analyzer, smallestFreq=0.)
  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.AnalyzedCommon: addAnalyzer, getAnalyzer, getDirname, getTime, lineHandle, listAnalyzers, reset, tearDown

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__


Properties [hide private]

Inherited from object: __class__


Method Details [hide private]

__init__(self, filename, analyzer, smallestFreq=0.)
(Constructor)

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

timeChanged(self)

source code 
React to a change of the simulation time in the log

timeHandle(self)

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