PyFoam.Execution.StepAnalyzedWatcher module

An Analyzed Runner that does something at every time-step

class PyFoam.Execution.StepAnalyzedWatcher.StepAnalyzedWatcher(filename, analyzer, silent=False, smallestFreq=0.0, tailLength=1000, sleep=0.1)[source]

Bases: StepAnalyzedCommon, BasicWatcher

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

__annotations__ = {}
__init__(filename, analyzer, silent=False, smallestFreq=0.0, tailLength=1000, sleep=0.1)[source]
Parameters:

smallestFreq – the smallest intervall of real time (in seconds) that the time change is honored

__module__ = 'PyFoam.Execution.StepAnalyzedWatcher'