Reader classes

class turbulucid.LegacyReader(filename, clean=False, pointData=False)

Reader for data in legacy VTK format, i.e. .vtk.

data

The read in data.

fileName

The path to the file with the data.

vtkReader

The VTK reader for the data.

class turbulucid.XMLReader(filename, clean=False, pointData=False)

Reader for data in XML VTK format, i.e. .vtu.

data

The read in data.

fileName

The path to the file with the data.

vtkReader

The VTK reader for the data.

class turbulucid.NativeReader(fileName)

Reader for native turbulucid format.

data

The read in data.

fileName

The path to the file with the data.

vtkReader

The VTK reader for the data.