PyFoam.Execution.StepAnalyzedRunner module
An Analyzed Runner that does something at every time-step
- class PyFoam.Execution.StepAnalyzedRunner.StepAnalyzedRunner(analyzer, argv=None, silent=False, logname='PyFoamSolve', smallestFreq=0.0, server=False, remark=None, parameters=None, jobId=None, echoCommandLine=None)[source]
Bases:
StepAnalyzedCommon,BasicRunnerThe output of a command is analyzed while being run. At every time-step a command is performed
- __annotations__ = {}
- __init__(analyzer, argv=None, silent=False, logname='PyFoamSolve', smallestFreq=0.0, server=False, remark=None, parameters=None, jobId=None, echoCommandLine=None)[source]
- Parameters:
smallestFreq – the smallest intervall of real time (in seconds) that the time change is honored
- __module__ = 'PyFoam.Execution.StepAnalyzedRunner'