<div>Adriano:</div>
<div> </div>
<div>   You are correct. </div>
<div> </div>
<div>   This ad-hoc way works by means of vtkFileSeriesReader.cxx.</div>
<div> </div>
<div>   Thanks.</div>
<div> </div>
<div>   -Zhanping<br><br></div>
<div class="gmail_quote">On Fri, Nov 20, 2009 at 11:48 AM, Adriano Gagliardi <span dir="ltr">&lt;<a href="mailto:agagliardi@ara.co.uk">agagliardi@ara.co.uk</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>
<div><span><font face="Arial" color="#0000ff" size="2">Zhanping,</font></span></div>
<div><span><font face="Arial" color="#0000ff" size="2"></font></span> </div>
<div><span><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><font face="Arial" color="#0000ff" size="2"></font></span> </div>
<div><span><font face="Arial" color="#0000ff" size="2">Adriano</font></span></div>
<div><font face="Arial" color="#0000ff" size="2"></font> </div>
<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: <a href="mailto:agagliardi@ara.co.uk" target="_blank">agagliardi@ara.co.uk</a><br>Url: <a href="http://www.ara.co.uk/" target="_blank">www.ara.co.uk</a> </font></p>
<div> </div><br>
<div lang="en-us" dir="ltr" align="left">
<hr>
<font face="Tahoma" size="2"><b>From:</b> <a href="mailto:paraview-bounces@paraview.org" target="_blank">paraview-bounces@paraview.org</a> [mailto:<a href="mailto:paraview-bounces@paraview.org" target="_blank">paraview-bounces@paraview.org</a>] <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> <a href="mailto:paraview@paraview.org" target="_blank">paraview@paraview.org</a><br><b>Subject:</b> Re: [Paraview] Tecplot reader error<br></font><br>
</div>
<div>
<div></div>
<div class="h5">
<div></div>
<div>Fred:</div>
<div> </div>
<div>   The problem was actually caused by &quot;STRANDID=0, SOLUTIONTIME=0&quot;. Currently the Tecplot reader, 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 &#39;file*.tec&#39; when opening the file dialog. In this way, you will still be able to view the dataset at multiple steps.</div>

<div> </div>
<div>   Sorry for the lack of time series data support and we are considering if we need to add it.</div>
<div> </div>
<div>  Thanks.</div>
<div> </div>
<div>  -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" target="_blank">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> </div>
<div>   I will fix it.</div>
<div> </div>
<div>  Thanks.</div>
<div> </div>
<div>  -Zhanping<br><br></div>
<div class="gmail_quote">
<div>
<div></div>
<div>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>
<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     = &quot;Translation of CGNS file elsAoutput.cgns&quot;<br>VARIABLES = &quot;CoordinateX&quot;<br>
&quot;CoordinateY&quot;<br>&quot;CoordinateZ&quot;<br>&quot;TurbulentDissipation&quot;<br>&quot;Density&quot;<br>&quot;TurbulentDistance&quot;<br>&quot;TurbulentDistanceIndex&quot;<br>&quot;EnergyStagnationDensity&quot;<br>
&quot;MomentumZ&quot;<br>&quot;MomentumY&quot;<br>&quot;MomentumX&quot;<br>&quot;TurbulentEnergyKineticDensity&quot;<br>DATASETAUXDATA Common.DensityVar=&quot;5&quot;<br>DATASETAUXDATA Common.StagnationEnergyVar=&quot;8&quot;<br>
DATASETAUXDATA Common.TurbulentDissipationRateVar=&quot;4&quot;<br>DATASETAUXDATA Common.UVar=&quot;11&quot;<br>DATASETAUXDATA Common.VectorVarsAreVelocity=&quot;FALSE&quot;<br>DATASETAUXDATA Common.VVar=&quot;10&quot;<br>
DATASETAUXDATA Common.WVar=&quot;9&quot;<br>ZONE T=&quot;domain1&quot;<br> STRANDID=0, SOLUTIONTIME=0<br> I=43, J=45, K=5, ZONETYPE=Ordered<br> DATAPACKING=BLOCK<br> VARLOCATION=([4-12]=CELLCENTERED)<br> AUXDATA CGNS.CGNSBase_t=&quot;Base#1&quot;<br>
 AUXDATA CGNS.Zone_t=&quot;domain1&quot;<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 &quot;DATAPACKING=BLOCK&quot; 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/" target="_blank">http://www.zhanpingliu.org</a><br>
</div></div>
<p><span style="FONT-SIZE: 8pt; FONT-FAMILY: &#39;Arial&#39;">---------------------------</span></p>
<p><span style="FONT-SIZE: 8pt; FONT-FAMILY: &#39;Arial&#39;">This email contains information that is private and confidential and is intended only for the addressee. </span><span style="FONT-SIZE: 8pt; FONT-FAMILY: &#39;Arial&#39;">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-SIZE: 8pt; FONT-FAMILY: &#39;Arial&#39;">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-SIZE: 8pt; FONT-FAMILY: &#39;Arial&#39;">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-SIZE: 8pt; FONT-FAMILY: &#39;Arial&#39;"></span></p>
<p><span style="FONT-SIZE: 8pt; FONT-FAMILY: &#39;Arial&#39;"> </span></p>
<p><span style="FONT-SIZE: 8pt; FONT-FAMILY: &#39;Arial&#39;"> </span></p></div></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>