PyFoam.LogAnalysis.BoundingLineAnalyzer module¶
Check lines for Boundedness
-
class
PyFoam.LogAnalysis.BoundingLineAnalyzer.
BoundingLineAnalyzer
[source]¶ Bases:
PyFoam.LogAnalysis.BoundingLineAnalyzer.GeneralBoundingLineAnalyzer
Parses the line for information about variables being bounded
Writes files of the form bounding_<var>
-
__module__
= 'PyFoam.LogAnalysis.BoundingLineAnalyzer'¶
-
-
class
PyFoam.LogAnalysis.BoundingLineAnalyzer.
GeneralBoundingLineAnalyzer
(doTimelines=True, doFiles=True, singleFile=False, startTime=None, endTime=None)[source]¶ Bases:
PyFoam.LogAnalysis.GeneralLineAnalyzer.GeneralLineAnalyzer
Parses the line for information about variables being bounded
Writes files of the form bounding_<var>
-
__module__
= 'PyFoam.LogAnalysis.BoundingLineAnalyzer'¶
-