PyFoam.LogAnalysis.BoundingLineAnalyzer module
Check lines for Boundedness
- class PyFoam.LogAnalysis.BoundingLineAnalyzer.BoundingLineAnalyzer[source]
Bases:
GeneralBoundingLineAnalyzerParses the line for information about variables being bounded
Writes files of the form bounding_<var>
- __init__()[source]
- Parameters:
titles – The titles of the data elements
progressTemplate – Progress output to be reported
plotIterations – plot iterations instead of the real time
- __module__ = 'PyFoam.LogAnalysis.BoundingLineAnalyzer'
- class PyFoam.LogAnalysis.BoundingLineAnalyzer.GeneralBoundingLineAnalyzer(doTimelines=True, doFiles=True, singleFile=False, startTime=None, endTime=None)[source]
Bases:
GeneralLineAnalyzerParses the line for information about variables being bounded
Writes files of the form bounding_<var>
- __annotations__ = {}
- __init__(doTimelines=True, doFiles=True, singleFile=False, startTime=None, endTime=None)[source]
- Parameters:
titles – The titles of the data elements
progressTemplate – Progress output to be reported
plotIterations – plot iterations instead of the real time
- __module__ = 'PyFoam.LogAnalysis.BoundingLineAnalyzer'
- class PyFoam.LogAnalysis.BoundingLineAnalyzer.TimeLineBoundingLineAnalyzer[source]
Bases:
GeneralBoundingLineAnalyzerParses the line for information about variables being bounded
- __annotations__ = {}
- __init__()[source]
- Parameters:
titles – The titles of the data elements
progressTemplate – Progress output to be reported
plotIterations – plot iterations instead of the real time
- __module__ = 'PyFoam.LogAnalysis.BoundingLineAnalyzer'