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

createTime()[source]

Time that the mesh was created

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