PyFoam.LogAnalysis.UtilityAnalyzer module¶
Analyze OpenFOAM utility
-
class
PyFoam.LogAnalysis.UtilityAnalyzer.UtilityAnalyzer(progress=False)[source]¶ Bases:
PyFoam.LogAnalysis.FoamLogAnalyzer.FoamLogAnalyzerAnalyzer for non-solver Utilities
Regular expressions can be added and the data generated by them can be accessed
-
__module__= 'PyFoam.LogAnalysis.UtilityAnalyzer'¶
-
addExpression(name, expr, idNr=None)[source]¶ Add a RegExp
Parameters: - name – name of the RegExp
- expr – the RegExp
- idNr – number of the pattern group that identifies data-sets
-