PyFoam.LogAnalysis.RegExpLineAnalyzer module¶
Analyzes lines with regular expressions
-
class
PyFoam.LogAnalysis.RegExpLineAnalyzer.
RegExpLineAnalyzer
(name, exp, idNr=None, dataTransformations=None, stringValues=None, titles=[], doTimelines=False, doFiles=True, accumulation=None, progressTemplate=None, singleFile=False, startTime=None, endTime=None)[source]¶ Bases:
PyFoam.LogAnalysis.GeneralLineAnalyzer.GeneralLineAnalyzer
Parses lines for an arbitrary regular expression
Only one data-set is stored per time-step
One pattern group of the RegExp can be used as a unique identifier, so that more than one data-sets can be stored per time-step
The string %f% in the regular expression is replaced with the regular expression for a floating point number
-
class
PyFoam.LogAnalysis.RegExpLineAnalyzer.
RegExpTimeLineLineAnalyzer
(name, exp, titles=[], startTime=None, endTime=None)[source]¶ Bases:
PyFoam.LogAnalysis.RegExpLineAnalyzer.RegExpLineAnalyzer
Class that stores results as timelines, too