[Paraview] TecPlot problem or question for alternative format

2010-03-26 Thread Fabian Wein
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) 11 0.000D+00

Re: [Paraview] TecPlot problem or question for alternative format

2010-03-26 Thread Zhanping Liu
Farian: It seems the Tecplot file does not provide the section of x and y corrdinates (before the solution) at all, or you just skipped it at your e-mail for simplification purposes? -Zhanping On Fri, Mar 26, 2010 at 4:53 AM, Fabian Wein fabian.w...@am.uni-erlangen.de wrote: Hi, I

Re: [Paraview] TecPlot problem or question for alternative format

2010-03-26 Thread Fabian Wein
It seems the Tecplot file does not provide the section of x and y corrdinates (before the solution) at all, or you just skipped it at your e-mail for simplification purposes? No, I did not skip anything, this is the data I have. The X and Y coordinates are just data values as the following

Re: [Paraview] TecPlot problem or question for alternative format

2010-03-26 Thread Berk Geveci
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

Re: [Paraview] TecPlot problem or question for alternative format

2010-03-26 Thread Zhanping Liu
Try removing 'K = 1' from the zone header to see it the Tecplot reader works. As Berk suggested, you may converted the data to legacy VTK. -Zhanping On Fri, Mar 26, 2010 at 11:19 AM, Fabian Wein fabian.w...@am.uni-erlangen.de wrote: It seems the Tecplot file does not provide the section

Re: [Paraview] TecPlot problem or question for alternative format

2010-03-26 Thread Fabian Wein
Zhanping, Try removing 'K = 1' from the zone header to see it the Tecplot reader works. As Berk suggested, you may converted the data to legacy VTK. Thanks for your reply, it did not work. I'll create a VTK file by myself, it's not that much. Fabian