PyFoam.LogAnalysis.LogAnalyzerApplication module

Wraps an Analyzer

class PyFoam.LogAnalysis.LogAnalyzerApplication.LogAnalyzerApplication(analyze)[source]

Bases: object

Wrapper for the Analyzer Classes
  • Builds a directory for their output - name is derived from the logfile-name - anounces the directory to them

  • starts the analyzer

__dict__ = mappingproxy({'__module__': 'PyFoam.LogAnalysis.LogAnalyzerApplication', '__doc__': '\n Wrapper for the Analyzer Classes\n - Builds a directory for their output\n - name is derived from the logfile-name\n - anounces the directory to them\n - starts the analyzer\n ', '__init__': <function LogAnalyzerApplication.__init__>, 'run': <function LogAnalyzerApplication.run>, '__dict__': <attribute '__dict__' of 'LogAnalyzerApplication' objects>, '__weakref__': <attribute '__weakref__' of 'LogAnalyzerApplication' objects>})
__init__(analyze)[source]
Parameters

analyze – The analyzer

__module__ = 'PyFoam.LogAnalysis.LogAnalyzerApplication'
__weakref__

list of weak references to the object (if defined)

run(pfad=None)[source]

runs the analyzer :param pfad: path to the logfile, if no path is given it is taken from the command line