PyFoam.LogAnalysis.TimeLineAnalyzer module

Analyze Line for Time

class PyFoam.LogAnalysis.TimeLineAnalyzer.TimeLineAnalyzer[source]

Bases: PyFoam.LogAnalysis.LogLineAnalyzer.LogLineAnalyzer

Parses the line for the current time and makes it available to the parent analyzer (who makes it available to all of his children). This side-effect is important for all the other line-analyzers that need the time

__init__()[source]

Constructs the analyzer

__module__ = 'PyFoam.LogAnalysis.TimeLineAnalyzer'
createTime()[source]

Time that the mesh was created

doAnalysis(line)[source]

Analyze a line

line - the line to be analyzed

This method carries the main functionality in the sub-classes

notifyNewTime(m)[source]
reset()[source]