[Paraview] tecplot missing variable - patch attached
Patrick Shinpaugh
shpatric at vt.edu
Wed May 23 20:05:20 EDT 2012
Hi,
I found a solution. I've attached a simple patch to fix the issue.
Please add it for next release.
Let me know if you have any questions or concerns.
Thanks,
Pat
On Wed, 2012-05-23 at 11:06 -0400, Patrick Shinpaugh wrote:
> Hi,
> We are working with some tecplot data and finding that the last variable
> does not show in paraview (Windows, linux, 32 and 64 bit). The files are
> about 100MB each but the head is as follows:
>
> TITLE = "title"
> VARIABLES = X, Y, Z, "pressure", "x-velocity", "y-velocity",
> "z-velocity", "x-vorticity", "y-vorticity", "z-vorticity", "temperature"
> ZONE T="Rampant", N=332518, E=1866141, ET=TETRAHEDRON, F=FEBLOCK
>
>
> With this file, temperature is not visible, or available.
>
> In the following file
>
> TITLE = "title"
> VARIABLES = X, Y, Z, "pressure", "x-velocity", "y-velocity",
> "z-velocity", "temperature", "h2o"
> ZONE T="Rampant", N=332518, E=1866141, ET=TETRAHEDRON, F=FEBLOCK
>
> the "h2o" variable is not available.
>
> Seems to be an issue with the tecplot reader plugin token manipulation
> functions skipping the last variable. Any help would be appreciated.
>
>
> Thanks,
> Pat
>
> _______________________________________________
> 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: paraview-3.14.1-vtkTecplotReader.patch
Type: text/x-patch
Size: 537 bytes
Desc: not available
URL: <http://www.paraview.org/pipermail/paraview/attachments/20120523/6c31ec5a/attachment.bin>
More information about the ParaView
mailing list