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

Class StepAnalyzedRunner

source code

                       object --+        
                                |        
    AnalyzedCommon.AnalyzedCommon --+    
                                    |    
StepAnalyzedCommon.StepAnalyzedCommon --+
                                        |
                           object --+   |
                                    |   |
              BasicRunner.BasicRunner --+
                                        |
                                       StepAnalyzedRunner

The output of a command is analyzed while being run. At every time-step a command is performed

Instance Methods [hide private]
 
__init__(self, analyzer, argv=None, silent=False, logname="PyFoamSolve", smallestFreq=0., server=False, remark=None, jobId=None)
x.__init__(...) initializes x; see help(type(x)) for signature
source code

Inherited from StepAnalyzedCommon.StepAnalyzedCommon: stopHandle, timeChanged, timeHandle

Inherited from AnalyzedCommon.AnalyzedCommon: addAnalyzer, addTrigger, createPlots, getAnalyzer, getDirname, getTime, hasAnalyzer, lineHandle, listAnalyzers, picklePlots, reset, setDataSet, tearDown

Inherited from BasicRunner.BasicRunner: addEndTrigger, appendTailLine, getSolutionDirectory, logName, runOK, start, startHandle, stopGracefully, writeLastSeen, writeNowTime, writeResults, writeStartTime, writeTailLog, writeTheState, writeToStateFile

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, analyzer, argv=None, silent=False, logname="PyFoamSolve", smallestFreq=0., server=False, remark=None, jobId=None)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

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