PyFoam.Execution.StepAnalyzedCommon module
Common stuff for classes that do something at every timestep
- class PyFoam.Execution.StepAnalyzedCommon.StepAnalyzedCommon(filename, analyzer, splitThres=2048, split_fraction_unchanged=0.2, writePickled=True, smallestFreq=0, adaptFrequency=True)[source]
Bases:
AnalyzedCommonStuff is performed forevery timestep in the file
- __annotations__ = {}
- __init__(filename, analyzer, splitThres=2048, split_fraction_unchanged=0.2, writePickled=True, smallestFreq=0, adaptFrequency=True)[source]
- Parameters:
smallestFreq – the smallest intervall of real time (in seconds) that the time change is honored
- __module__ = 'PyFoam.Execution.StepAnalyzedCommon'