[Paraview] Reading ASCII Tecplot data

Adriano Gagliardi agagliardi at ara.co.uk
Wed Nov 10 04:37:57 EST 2010


This is the code from the TecplotReader that handles the data connectivity
information:
 
while (  !( tok != "T"  &&
              tok != "I"  &&
              tok != "J"  &&
              tok != "K"  &&
              tok != "N"  &&
              tok != "Nodes" &&
              tok != "E"  &&
              tok != "Elements" &&
              tok != "ET" &&
              tok != "ZONETYPE" &&
              tok != "F"  &&
              tok != "D"  &&
              tok != "DT" &&
              tok != "DATAPACKING"  &&
              tok != "VARLOCATION" )
 
These are your options for the header. Good luck!
 
Adriano
 

===================================

Adriano Gagliardi MEng PhD
Business Sector Leader
Computational Aerodynamics
Aircraft Research Association Ltd.
Manton Lane
Bedford

Tel: 01234 32 4644
E-mail: agagliardi at ara.co.uk
Url: www.ara.co.uk 

 

  _____  

From: paraview-bounces at paraview.org [mailto:paraview-bounces at paraview.org]
On Behalf Of DParker at chromalloy.com
Sent: 09 November 2010 18:45
To: Novak Elliott
Cc: paraview-bounces at paraview.org; paraview at paraview.org
Subject: Re: [Paraview] Reading ASCII Tecplot data


I've had no issues reading ASCII TECPLOT files into Paraview. We modified
our CFD code to generate ASCII TECPLOT files for post-processing in Paraview
because we were having issues reading binary PLOT3D files with Paraview. The
ASCII files are very large and slow to read though. Also we don't yet have a
good solution for generating derived variables from the raw data - we're
using a Python script to generate a series of Calculator filters. 

I suggest reviewing the TECPLOT Data Format Guide (
<ftp://ftp.tecplot.com/pub/doc/tecplot/360/dataformat.pdf>
ftp://ftp.tecplot.com/pub/doc/tecplot/360/dataformat.pdf) for details on the
ASCII file format. 

Our files look like this: 
TITLE="TECPLOT Wall Output" 
VARIABLES= "x" "y" "z" "density" "heat-flux" "wall-temp-out-surf"
"absolute-pressure" "x-wall-shear" "y-wall-shear" "z-wall-shear" "y-plus" 
ZONE T="airfoil", i=362, j=69, k=1, DATAPACKING=BLOCK 
  2.42144130E-02  2.40880810E-02  2.39595771E-02  2.38230173E-02
2.36812476E-02  2.35372968E-02  2.33908389E-02  2.32443120E-02
2.30974443E-02  2.29516029E-02  2.28067115E-02  2.26650704E-02
2.25249752E-02  2.23834831E-02 ... 

Each "surface" is indicated by a ZONE header with the zone title, i/j/k
counts, and DATAPACKING flag. 

David Parker 
Chromalloy - TDAG 



From:        Novak Elliott <n.s.j.elliott at curtin.edu.au> 
To:        paraview at paraview.org 
Date:        11/08/2010 12:08 PM 
Subject:        [Paraview] Reading ASCII Tecplot data 
Sent by:        paraview-bounces at paraview.org 

  _____  




Hi everyone,

What is the current status of Paraview's ability to read in Tecplot data?
I've had mixed success reading in ASCII (usually *.DAT) files.  For example,
many of the DAT files listed here
<http://people.sc.fsu.edu/%7Ejburkardt/data/tec/tec.html>
http://people.sc.fsu.edu/~jburkardt/data/tec/tec.html cannot be read in to
Paraview (3.8.0 64-bit, running on Ubuntu 10.10).

I'm pondering whether its worth writing a script to convert my DAT files to
VTU instead...

cheers,
Novak._______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at
<http://www.kitware.com/opensource/opensource.html>
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at:
<http://paraview.org/Wiki/ParaView> http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
 <http://www.paraview.org/mailman/listinfo/paraview>
http://www.paraview.org/mailman/listinfo/paraview



**********************************************************************
This email contains information that is private and confidential and is intended only for the addressee.
If you are not the intended recipient please delete it and notify us immediately by e-mailing the sender.
Note: All email sent to or from this address may be accessed by someone other than the recipient, for
system management and security reasons.
Aircraft Research Association Ltd.  Registered in England, Registration No 503668 Registered Office:
Manton Lane, Bedford MK41 7PF England VAT No GB 196351245

**********************************************************************
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20101110/1e7bce57/attachment.htm>


More information about the ParaView mailing list