Hi folks.<div><br></div><div>I ran into this problem recently with STRANDID/TIMESOLUTION as well. For my files, they are automatically added even though there is no data for them.</div><div><br></div><div> STRANDID=0, SOLUTIONTIME=0</div>
<div><br></div><div>A simple solution for me was to just eat up the token for them...</div><div><br></div><div><div> if ( tok == "STRANDID" )</div><div> { </div><div> vtkErrorMacro( << this->FileName << "; Tecplot zone record parameter "</div>
<div> << "'STRANDID' is currently unsupported." );</div><div><span class="Apple-tab-span" style="white-space:pre"><b>                </b></span><b> this->Internal->GetNextToken();</b></div>
<div> }</div><div> else </div><div> if ( tok == "SOLUTIONTIME" )</div><div> { </div><div> vtkErrorMacro( << this->FileName << "; Tecplot zone record parameter "</div>
<div> << "'SOLUTIONTIME' is currently unsupported." );</div><div><span class="Apple-tab-span" style="white-space:pre"><b>                </b></span><b> this->Internal->GetNextToken();</b></div>
<div> }</div></div><div><br>and it'll just continue as if nothing was going on. Otherwise, the loop exits the zone area and gives you a ton of errors.</div><div><br></div><div><br><div class="gmail_quote">On Wed, Nov 25, 2009 at 10:12 AM, Zhanping Liu <span dir="ltr"><<a href="mailto:zhanping.liu@kitware.com">zhanping.liu@kitware.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div>Hi Fred:</div>
<div> </div>
<div> Is that convenient for me to have a copy of the whole tecplot file (including the actual zone data in addition to the zone title)? Then I will be glad to check the problem by removing the time-series tokens (STRANDID and TIMESOLUTION) first. There seem to be other tokens indicating some functionalities that the current simplified reader does not support yet.</div>
<div> </div>
<div> Thanks.</div>
<div> </div><font color="#888888">
<div> -Zhanping<br><br></div></font><div><div></div><div class="h5">
<div class="gmail_quote">On Wed, Nov 25, 2009 at 6:47 AM, Fred Fred <span dir="ltr"><<a href="mailto:stan1313@hotmail.fr" target="_blank">stan1313@hotmail.fr</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="padding-left:1ex;margin:0px 0px 0px 0.8ex;border-left:#ccc 1px solid">
<div><br>Actually this is not a time varying series but there are several zones:
<div><br><br>ZONE T="domain1"<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="Base#1"<br>
AUXDATA CGNS.Zone_t="domain1"<br></div> DT=(DOUBLE DOUBLE DOUBLE DOUBLE DOUBLE DOUBLE DOUBLE DOUBLE DOUBLE DOUBLE DOUBLE DOUBLE )<br> 4.352440754E-02 4.352440754E-02 4.352440754E-02 4.352440754E-02 4.352440754E-02<br>
[...]<br> 1.710705371E+01 1.603499243E+01<br>ZONE T="domain3"<br> STRANDID=0, SOLUTIONTIME=0<br> I=49, J=89, K=9, ZONETYPE=Ordered
<div><br> DATAPACKING=BLOCK<br> VARLOCATION=([4-12]=CELLCENTERED)<br> AUXDATA CGNS.CGNSBase_t="Base#1"<br></div> AUXDATA CGNS.Zone_t="domain3"<br> DT=(DOUBLE DOUBLE DOUBLE DOUBLE DOUBLE DOUBLE DOUBLE DOUBLE DOUBLE DOUBLE DOUBLE DOUBLE )<br>
-1.454322089E-02 -1.453761256E-02 -1.452607960E-02 -1.450552743E-02 -1.447481920E-02<br>[...]<br><br>and always the same time value : STRANDID=0, SOLUTIONTIME=0<br>I tried to withdraw this line everywhere but I get another error:
<div><br><br>ERROR: In /usr/local/ParaView3/VTK/IO/vtkTecplotReader.cxx, line 1714<br></div>vtkTecplotReader (0x25249ca0): /Users/wifridlefer/Data/TM/Jalon2/CAS_MT2.dat: The record type -1.988960529E-02 found in the file is unknown.<br>
<br>Any idea?<br><br><br>
<hr>
Date: Fri, 20 Nov 2009 11:55:55 -0500
<div><br>Subject: Re: [Paraview] Tecplot reader error<br></div>From: <a href="mailto:zhanping.liu@kitware.com" target="_blank">zhanping.liu@kitware.com</a><br>To: <a href="mailto:agagliardi@ara.co.uk" target="_blank">agagliardi@ara.co.uk</a><br>
CC: <a href="mailto:stan1313@hotmail.fr" target="_blank">stan1313@hotmail.fr</a>; <a href="mailto:paraview@paraview.org" target="_blank">paraview@paraview.org</a>
<div>
<div></div>
<div><br><br>
<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>On Fri, Nov 20, 2009 at 11:48 AM, Adriano Gagliardi <span dir="ltr"><<a href="mailto:agagliardi@ara.co.uk" target="_blank">agagliardi@ara.co.uk</a>></span> wrote:<br>
<blockquote style="padding-left:1ex;border-left:rgb(204,204,204) 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><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><br>
<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>
<div></div>
<div>Fred:</div>
<div> </div>
<div> The problem was actually caused by "STRANDID=0, SOLUTIONTIME=0". 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 'file*.tec' 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>On Fri, Nov 20, 2009 at 10:08 AM, Zhanping Liu <span dir="ltr"><<a href="mailto:zhanping.liu@kitware.com" target="_blank">zhanping.liu@kitware.com</a>></span> wrote:<br>
<blockquote style="padding-left:1ex;border-left:rgb(204,204,204) 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>
<div>
<div></div>
<div>On Fri, Nov 20, 2009 at 9:13 AM, Fred Fred <span dir="ltr"><<a href="mailto:stan1313@hotmail.fr" target="_blank">stan1313@hotmail.fr</a>></span> wrote:<br></div></div>
<blockquote style="padding-left:1ex;border-left:rgb(204,204,204) 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 = "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> 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="Base#1"<br>
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/" target="_blank">http://www.zhanpingliu.org</a><br>
</div></div><span style="font-size:8pt;font-family:'Arial'">---------------------------</span><br><span style="font-size:8pt;font-family:'Arial'">This email contains information that is private and confidential and is intended only for the addressee. </span><span style="font-size:8pt;font-family:'Arial'">If you are not the intended recipient please delete it and notify us immediately by e-mailing the sender.</span><br>
<span style="font-size:8pt;font-family:'Arial'">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><br><span style="font-size:8pt;font-family:'Arial'">Aircraft Research Association Ltd. Registered in England, Registration No 503668 Registered Office: Manton Lane, Bedford MK41 7PF England VAT No GB 196351245</span><br>
<span style="font-size:8pt;font-family:'Arial'"></span><br><span style="font-size:8pt;font-family:'Arial'"> </span><br><span style="font-size:8pt;font-family:'Arial'"> </span><br></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/" target="_blank">http://www.zhanpingliu.org</a><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></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" target="_blank">http://www.zhanpingliu.org</a><br>
</div></div><br>_______________________________________________<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><br></div>