<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.6000.16890" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=572063716-20112009><FONT face=Arial color=#0000ff 
size=2>Zhanping,</FONT></SPAN></DIV>
<DIV><SPAN class=572063716-20112009><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=572063716-20112009><FONT face=Arial color=#0000ff size=2>This 
method will not allow you to use any of the time-dependent filters, right (like 
FFT)?</FONT></SPAN></DIV>
<DIV><SPAN class=572063716-20112009><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=572063716-20112009><FONT face=Arial color=#0000ff 
size=2>Adriano</FONT></SPAN></DIV>
<DIV><FONT face=Arial color=#0000ff size=2></FONT>&nbsp;</DIV><!-- Converted from text/plain format -->
<P><FONT size=2>===================================<BR><BR>Adriano Gagliardi 
MEng PhD<BR>Project Scientist<BR>Computational Aerodynamics<BR>Aircraft Research 
Association Ltd.<BR>Manton Lane<BR>Bedford<BR><BR>Tel: 01234 32 4644<BR>E-mail: 
agagliardi@ara.co.uk<BR>Url: www.ara.co.uk </FONT></P>
<DIV>&nbsp;</DIV><BR>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> paraview-bounces@paraview.org 
[mailto:paraview-bounces@paraview.org] <B>On Behalf Of </B>Zhanping 
Liu<BR><B>Sent:</B> 20 November 2009 16:35<BR><B>To:</B> Fred Fred<BR><B>Cc:</B> 
paraview@paraview.org<BR><B>Subject:</B> Re: [Paraview] Tecplot reader 
error<BR></FONT><BR></DIV>
<DIV></DIV>
<DIV>Fred:</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;&nbsp; The problem was actually caused by "STRANDID=0, 
SOLUTIONTIME=0". Currently the Tecplot reader,&nbsp;a simplified version, does 
not support loading time series data. If you really want load multiple time 
steps of data, you need to remove these two tokens from the zone header(s). And 
you need put each time step as an individual file, e.g., file000.tec, 
file001.tec, ... and et al. Then you can select all of them by means of 
'file*.tec' when opening the file dialog. In this way, you will still be able to 
view the dataset at multiple steps.</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;&nbsp; Sorry for the lack of time series data support and we are 
considering if we need to add it.</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp; Thanks.</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp; -Zhanping<BR><BR></DIV>
<DIV class=gmail_quote>On Fri, Nov 20, 2009 at 10:08 AM, Zhanping Liu <SPAN 
dir=ltr>&lt;<A 
href="mailto:zhanping.liu@kitware.com">zhanping.liu@kitware.com</A>&gt;</SPAN> 
wrote:<BR>
<BLOCKQUOTE class=gmail_quote 
style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
  <DIV>Fred:</DIV>
  <DIV>&nbsp;</DIV>
  <DIV>&nbsp;&nbsp; I will fix it.</DIV>
  <DIV>&nbsp;</DIV>
  <DIV>&nbsp; Thanks.</DIV>
  <DIV>&nbsp;</DIV>
  <DIV>&nbsp; -Zhanping<BR><BR></DIV>
  <DIV class=gmail_quote>
  <DIV>
  <DIV></DIV>
  <DIV class=h5>On Fri, Nov 20, 2009 at 9:13 AM, Fred Fred <SPAN dir=ltr>&lt;<A 
  href="mailto:stan1313@hotmail.fr" 
  target=_blank>stan1313@hotmail.fr</A>&gt;</SPAN> wrote:<BR></DIV></DIV>
  <BLOCKQUOTE class=gmail_quote 
  style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
    <DIV>
    <DIV></DIV>
    <DIV class=h5>
    <DIV>I am not a tecplot file format specialist but I need to read such files 
    provided by other people.<BR>The header of my file is as 
    follow:<BR><BR>TITLE&nbsp;&nbsp;&nbsp;&nbsp; = "Translation of CGNS file 
    elsAoutput.cgns"<BR>VARIABLES = 
    "CoordinateX"<BR>"CoordinateY"<BR>"CoordinateZ"<BR>"TurbulentDissipation"<BR>"Density"<BR>"TurbulentDistance"<BR>"TurbulentDistanceIndex"<BR>"EnergyStagnationDensity"<BR>"MomentumZ"<BR>"MomentumY"<BR>"MomentumX"<BR>"TurbulentEnergyKineticDensity"<BR>DATASETAUXDATA 
    Common.DensityVar="5"<BR>DATASETAUXDATA 
    Common.StagnationEnergyVar="8"<BR>DATASETAUXDATA 
    Common.TurbulentDissipationRateVar="4"<BR>DATASETAUXDATA 
    Common.UVar="11"<BR>DATASETAUXDATA 
    Common.VectorVarsAreVelocity="FALSE"<BR>DATASETAUXDATA 
    Common.VVar="10"<BR>DATASETAUXDATA Common.WVar="9"<BR>ZONE 
    T="domain1"<BR>&nbsp;STRANDID=0, SOLUTIONTIME=0<BR>&nbsp;I=43, J=45, K=5, 
    ZONETYPE=Ordered<BR>&nbsp;DATAPACKING=BLOCK<BR>&nbsp;VARLOCATION=([4-12]=CELLCENTERED)<BR>&nbsp;AUXDATA 
    CGNS.CGNSBase_t="Base#1"<BR>&nbsp;AUXDATA CGNS.Zone_t="domain1"<BR><BR>I get 
    this errors:<BR><BR>ERROR: In 
    /usr/local/ParaView3/VTK/IO/vtkTecplotReader.cxx, line 
    1714<BR>vtkTecplotReader (0x25198950): /Data/dataset.dat: The record type 
    DATAPACKING found in the file is unknown.<BR><BR><BR>ERROR: In 
    /usr/local/ParaView3/VTK/IO/vtkTecplotReader.cxx, line 
    1714<BR>vtkTecplotReader (0x25198950): /Data/dataset.dat: The record type 
    BLOCK found in the file is unknown.<BR><BR><BR>ERROR: In 
    /usr/local/ParaView3/VTK/IO/vtkTecplotReader.cxx, line 
    1714<BR>vtkTecplotReader (0x25198950): /Data/dataset.dat: The record type 
    VARLOCATION found in the file is unknown.<BR><BR><BR>ERROR: In 
    /usr/local/ParaView3/VTK/IO/vtkTecplotReader.cxx, line 
    1714<BR>vtkTecplotReader (0x25198950): /Data/dataset.dat: The record type 
    [4-12] found in the file is unknown.<BR><BR><BR>ERROR: In 
    /usr/local/ParaView3/VTK/IO/vtkTecplotReader.cxx, line 
    1714<BR>vtkTecplotReader (0x25198950): /Data/dataset.dat: The record type 
    CELLCENTERED found in the file is unknown.<BR><BR><BR>ERROR: In 
    /usr/local/ParaView3/VTK/IO/vtkTecplotReader.cxx, line 
    1714<BR>vtkTecplotReader (0x25198950): /Data/dataset.dat: The record type 
    AUXDATA found in the file is unknown.<BR><BR><BR>ERROR: In 
    /usr/local/ParaView3/VTK/IO/vtkTecplotReader.cxx, line 
    1714<BR>vtkTecplotReader (0x25198950): /Data/dataset.dat: The record type 
    CGNS.CGNSBASE_T found in the file is unknown.<BR><BR><BR>ERROR: In 
    /usr/local/ParaView3/VTK/IO/vtkTecplotReader.cxx, line 
    1714<BR>vtkTecplotReader (0x25198950): /Data/dataset.dat: The record type 
    Base#1 found in the file is unknown.<BR><BR><BR>ERROR: In 
    /usr/local/ParaView3/VTK/IO/vtkTecplotReader.cxx, line 
    1714<BR>vtkTecplotReader (0x25198950): /Data/dataset.dat: The record type 
    AUXDATA found in the file is unknown.<BR><BR><BR>ERROR: In 
    /usr/local/ParaView3/VTK/IO/vtkTecplotReader.cxx, line 
    1714<BR>vtkTecplotReader (0x25198950): /Data/dataset.dat: The record type 
    CGNS.ZONE_T found in the file is unknown.<BR><BR><BR>ERROR: In 
    /usr/local/ParaView3/VTK/IO/vtkTecplotReader.cxx, line 
    1714<BR>vtkTecplotReader (0x25198950): /Data/dataset.dat: The record type 
    domain1 found in the file is unknown.<BR><BR><BR>ERROR: In 
    /usr/local/ParaView3/VTK/IO/vtkTecplotReader.cxx, line 
    1714<BR>vtkTecplotReader (0x25198950): /Data/dataset.dat: The record type DT 
    found in the file is unknown.<BR><BR><BR>ERROR: In 
    /usr/local/ParaView3/VTK/IO/vtkTecplotReader.cxx, line 
    1714<BR>vtkTecplotReader (0x25198950): /Data/dataset.dat: The record type 
    DOUBLE found in the file is unknown.<BR><BR><BR>ERROR: In 
    /usr/local/ParaView3/VTK/IO/vtkTecplotReader.cxx, line 
    1714<BR>vtkTecplotReader (0x25198950): /Data/dataset.dat: The record type 
    DOUBLE found in the file is unknown.<BR><BR>So it seems that the line 
    "DATAPACKING=BLOCK" raises problem.<BR>Any help?<BR>
    <DIV><BR><BR>
    <HR>
    Gagnez au cadeau par jour avec Hotmail Magic Moment ! <A 
    href="http://www.hotmailmagicmoment.com/" target=_blank>Cliquez ici 
    !</A></DIV></DIV><BR></DIV></DIV>_______________________________________________<BR>Powered 
    by <A href="http://www.kitware.com/" 
    target=_blank>www.kitware.com</A><BR><BR>Visit other Kitware open-source 
    projects at <A href="http://www.kitware.com/opensource/opensource.html" 
    target=_blank>http://www.kitware.com/opensource/opensource.html</A><BR><BR>Please 
    keep messages on-topic and check the ParaView Wiki at: <A 
    href="http://paraview.org/Wiki/ParaView" 
    target=_blank>http://paraview.org/Wiki/ParaView</A><BR><BR>Follow this link 
    to subscribe/unsubscribe:<BR><A 
    href="http://www.paraview.org/mailman/listinfo/paraview" 
    target=_blank>http://www.paraview.org/mailman/listinfo/paraview</A><BR><BR></BLOCKQUOTE></DIV><FONT 
  color=#888888><BR><BR clear=all><BR>-- <BR>Zhanping Liu, PhD<BR>Kitware, 
  Inc.<BR>28 Corporate Drive<BR>Clifton Park, NY 12065-8662<BR>Phone: 
  518-371-3971 x 138<BR><A href="http://www.zhanpingliu.org/" 
  target=_blank>http://www.zhanpingliu.org</A><BR></FONT></BLOCKQUOTE></DIV><BR><BR 
clear=all><BR>-- <BR>Zhanping Liu, PhD<BR>Kitware, Inc.<BR>28 Corporate 
Drive<BR>Clifton Park, NY 12065-8662<BR>Phone: 518-371-3971 x 138<BR><A 
href="http://www.zhanpingliu.org">http://www.zhanpingliu.org</A><BR>
<p><span style="font-family:'Arial';font-size:8pt;">---------------------------</span></p>
<p><span style="font-family:'Arial';font-size:8pt;">This email contains information that is private and confidential and is intended only for the addressee.  </span><span style="font-family:'Arial';font-size:8pt;">If you are not the intended recipient please delete it and notify us immediately by e-mailing the sender.</span></p>
<p><span style="font-family:'Arial';font-size:8pt;">Note: All email sent to or from this address may be accessed by someone other than the recipient, for system management and security reasons.</span></p>
<p><span style="font-family:'Arial';font-size:8pt;">Aircraft Research Association Ltd.  Registered in England, Registration No 503668 Registered Office: Manton Lane, Bedford MK41 7PF England VAT No GB 196351245</span></p>
<p><span style="font-family:'Arial';font-size:8pt;"></span></p>
<p><span style="font-family:'Arial';font-size:8pt;">&nbsp;</span></p>
<p><span style="font-family:'Arial';font-size:8pt;">&nbsp;</span></p></BODY></HTML>