PyFoam.Execution.AnalyzedRunner module
Command is run and output is analyzed
- class PyFoam.Execution.AnalyzedRunner.AnalyzedRunner(analyzer, argv=None, silent=False, logname='PyFoamSolve', splitThres=2048, split_fraction_unchanged=0.2, server=False, lam=None, compressLog=False, writePickled=True, restart=False, noLog=False, logTail=None, remark=None, parameters=None, jobId=None, smallestFreq=60.0, echoCommandLine=None)[source]
Bases:
StepAnalyzedCommon,BasicRunnerThe output of a command is analyzed while being run
Side effects (files written etc) depend on the analyzer
- __annotations__ = {}
- __init__(analyzer, argv=None, silent=False, logname='PyFoamSolve', splitThres=2048, split_fraction_unchanged=0.2, server=False, lam=None, compressLog=False, writePickled=True, restart=False, noLog=False, logTail=None, remark=None, parameters=None, jobId=None, smallestFreq=60.0, echoCommandLine=None)[source]
- Parameters:
analyzer – the analyzer for the output
argv, silent, logname, server, lam, noLog - see BasicRunner
- __module__ = 'PyFoam.Execution.AnalyzedRunner'