Package PyFoam :: Package Basics :: Module CustomPlotInfo
[hide private]
[frames] | no frames]

Module CustomPlotInfo

source code

Information about custom plots

Classes [hide private]
  CustomPlotInfo
Information about a custom plot
Functions [hide private]
 
cleanString(data) source code
 
encloseString(data) source code
 
readCustomPlotInfo(rawData, useName=None)
Determines which of the three possible formats for custom-plotting is used and returns a list of CustomPlotInfo-objects
source code
 
resetCustomCounter()
Reset the counter.
source code
Variables [hide private]
  __package__ = 'PyFoam.Basics'

Imports: FoamStringParser, PyFoamParserError, TimeLineCollection, error, iteritems, makeString, path


Function Details [hide private]

readCustomPlotInfo(rawData, useName=None)

source code 

Determines which of the three possible formats for custom-plotting is used and returns a list of CustomPlotInfo-objects

Parameters:
  • rawData - a string that contains the raw data

resetCustomCounter()

source code 

Reset the counter. Use with care