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

Class StepAnalyzedCommon

source code

                   object --+    
                            |    
AnalyzedCommon.AnalyzedCommon --+
                                |
                               StepAnalyzedCommon

Stuff is performed forevery timestep in the file

Instance Methods [hide private]
 
__init__(self, filename, analyzer, smallestFreq=0)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
timeChanged(self)
React to a change of the simulation time in the log
source code
 
timeHandle(self)
Handler that reacts to the change of time.
source code
 
stopHandle(self) source code

Inherited from AnalyzedCommon.AnalyzedCommon: addAnalyzer, addTrigger, createPlots, getAnalyzer, getDirname, getTime, hasAnalyzer, lineHandle, listAnalyzers, picklePlots, 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 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

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

timeHandle(self)

source code 

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