PyFoam.Applications.CommonPlotLines module

Class that implements common functionality for collecting plot-lines

class PyFoam.Applications.CommonPlotLines.CommonPlotLines[source]

Bases: object

This class collects the lines that should be plotted

addFileRegexps(fName)[source]

Adds the lines from a file to the custom regular expressions :param fName: The name of the file

addOptions()[source]
addPlotLine(line)[source]

Add a single line

addPlotLines(lines, name=None)[source]

Adds a list of lines

plotLines()[source]
processPlotLineOptions(autoPath=None)[source]

Process the options that have to do with plot-lines

PyFoam.Applications.CommonPlotLines.addRegexpExclude(option, opt, value, parser, *args, **kwargs)[source]
PyFoam.Applications.CommonPlotLines.addRegexpInclude(option, opt, value, parser, *args, **kwargs)[source]