I suggest legacy VTK (http://www.vtk.org/VTK/img/file-formats.pdf). It sounds like this is a structured grid. One thing: VTK formats (and VTK itself) does not directly support 2D so you will have to add a Z value. Setting all Zs to 0 should work fine.
On Fri, Mar 26, 2010 at 4:53 AM, Fabian Wein <[email protected]> wrote: > Hi, > > I got a code which exports data (LBM) in a very simple format: > > --- > TITLE=" LBM data" > VARIABLES = "X", "Y", "RHO", "U", "V", "VOR" > ZONE T = "Z" > I= 351, J= 122, K=1, ZONETYPE=ORDERED > DATAPACKING=POINT > DT=(SINGLE SINGLE SINGLE SINGLE SINGLE SINGLE) > 1 1 0.000000000000000D+00 0.000000000000000D+00 > 0.000000000000000D+00 0.000000000000000D+00 > 2 1 0.000000000000000D+00 0.000000000000000D+00 > 0.000000000000000D+00 0.000000000000000D+00 > ... > --- > The format of point data is: x, y, several scalar data values > > I was told this is TecPlot and the guy uses TecPlot for visualization. > > I exchanged the format "D+" by "e+" and opened the file with the CVS > version from 03/25/2010. > > The file is recognized by the TecPlot reader but the geometry of the > visualization is not correct. > > I understand that TecPlot is quite complicated (I saw just the number > of pages in the data format docu). > > I assume that it is more easy for me to convert the simple data to a > structure that PV 3.6.2 can read. > What is the most simple PV format for this? > > Thanks, > > Fabian > _______________________________________________ > 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 > _______________________________________________ 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
