Hi, I am trying to read a Tecplot data file into Paraview, but encounter some errors. I was hoping someone could help me find out how to fix this?
I get multiple errors of the following type: --------- ERROR: In /home/kitware/Dashboard/MyTests/ParaView-3-8/ParaView-3.8/ParaView/VTK/IO/vtkTecplotReader.cxx, line 1730 vtkTecplotReader (0x32ed2c0): /home/patc2/test/data.tec: The record type 5.138689876E-01 found in the file is unknown. --------- The beginning of Tecplot file I am trying to read in is as below: --------- TITLE = "" VARIABLES = "x" "z" "y" "T" "N2" "O2" ZONE T="Plane 7" I=100, J=89, K=1, ZONETYPE=Ordered DATAPACKING=POINT DT=(SINGLE SINGLE SINGLE SINGLE SINGLE SINGLE ) 1.234199951E+03 -4.400000000E+01 -1.879999924E+01 9.217592163E+02 5.343350172E-01 1.653659940E-01 1.234199951E+03 -4.400000000E+01 -1.779999924E+01 9.228120728E+02 5.340480208E-01 1.653060019E-01 1.234199951E+03 -4.400000000E+01 -1.679999924E+01 9.259583130E+02 5.331940055E-01 1.651259959E-01 1.234199951E+03 -4.400000000E+01 -1.580000019E+01 9.311599121E+02 5.317919850E-01 1.648290008E-01 1.234199951E+03 -4.400000000E+01 -1.480000019E+01 9.383549805E+02 5.298720002E-01 1.644179970E-01 1.234199951E+03 -4.400000000E+01 -1.380000019E+01 9.474575806E+02 5.274760127E-01 1.638959944E-01 1.234199951E+03 -4.400000000E+01 -1.280000019E+01 9.583591919E+02 5.246549845E-01 1.632699966E-01 1.234199951E+03 -4.400000000E+01 -1.180000019E+01 9.709304810E+02 5.214700103E-01 1.625449955E-01 --------- Regards, Peter _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
