[Paraview] tecplot missing variable

Patrick Shinpaugh shpatric at vt.edu
Wed May 23 11:06:52 EDT 2012


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



More information about the ParaView mailing list