[Paraview] How to visualize this 2d tecplot file?

Mirko Vukovic mirko.vukovic at gmail.com
Tue Sep 11 10:45:45 EDT 2012


Hello,

I am trying to visualize a 2D tecplot file with the following format:

 TITLE = "title"
     VARIABLES="R (cm)","Z (cm)",
        "SIGMA     ",
        "EAMB-R    ",
        "EAMB-Z    ",
...
        "TG-AVE    ",
        "I MFLUX-R ",
        "I MFLUX-Z ",
        "ION-TOT   "
     ZONE  I= 76, J= 37, F=BLOCK,
           T="2-D DATA"
  0.000E+00  2.867E-01  5.733E-01  8.600E-01  1.147E+00  1.433E+00  1.720E+00
  2.007E+00  2.293E+00  2.580E+00  2.867E+00  3.153E+00  3.440E+00  3.727E+00
  4.013E+00  4.300E+00  4.587E+00  4.873E+00  5.160E+00  5.447E+00  5.733E+00
...


I can read the file using the tecplot reader, but don't know how to
visualize it.

I guess, I need to tell paraview to use the R & Z vectors to build a
grid, and then re-sample all the other variables on this grid.  But I
have not been able to figure out how to do that.

Thank you,

Mirko


More information about the ParaView mailing list