Hello.

Your Tecplot file is written as an Unstructured grid with quadrilateral elements. The Tecplot reader in Paraview cannot read this: it assumes that the file contains a MultiBlock Structured grid (with 3 index I, J and K for a volume, or only two index I and J for a surface)

When I see your image, I think that you can write your grid in a Structured format.

Moreover, a file header is missing. You should have a header with two lines: line for the title end a line for the variables:

TITLE="SOMETHING"
VARIABLES="X" "Y" "Z"

Richard.

--
 Richard GRENON
 ONERA
 Departement d'Aerodynamique Appliquee - DAAP/ACI
 8 rue des Vertugadins
 92190 MEUDON - FRANCE
 phone : +33 1 46 73 42 17
 fax   : +33 1 46 73 41 46
 mailto:[email protected]
 http://www.onera.fr

_______________________________________________
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

Reply via email to