Package PyFoam :: Package LogAnalysis :: Module BoundingLineAnalyzer
[hide private]
[frames] | no frames]

Module BoundingLineAnalyzer

source code

Check lines for Boundedness

Classes [hide private]
  BoundingLineAnalyzer
Parses the line for information about variables being bounded
  GeneralBoundingLineAnalyzer
Parses the line for information about variables being bounded
  TimeLineBoundingLineAnalyzer
Parses the line for information about variables being bounded
Variables [hide private]
  __package__ = 'PyFoam.LogAnalysis'
  boundingRegExp = '^bounding (.+), min: (.+) max: (.+) average:...

Imports: GeneralLineAnalyzer, re


Variables Details [hide private]

boundingRegExp

Value:
'^bounding (.+), min: (.+) max: (.+) average: (.+)$'