[Paraview] Tecplot reader error

Zhanping Liu zhanping.liu at kitware.com
Mon Nov 23 10:05:24 EST 2009


Johan and Fred:

   In fact the Visit Tecplot reader (for ASCII files) currently does not
support time series data, either. Thus I feel that the 'VisitReaderPlugin'
might not support time series data either.

   Thanks.

   -Zhanping

On Sun, Nov 22, 2009 at 1:02 AM, Johan de Koning <
johan.dekoning at hybridsolutions.nl> wrote:

> Fred,
>
> Maybe this helps?
>
>
> Regards,
>
> Johan
>
>
>
> Fred Fred schreef:
>
>>  I am not a tecplot file format specialist but I need to read such files
>> provided by other people.
>> The header of my file is as follow:
>>
>> TITLE     = "Translation of CGNS file elsAoutput.cgns"
>> VARIABLES = "CoordinateX"
>> "CoordinateY"
>> "CoordinateZ"
>> "TurbulentDissipation"
>> "Density"
>> "TurbulentDistance"
>> "TurbulentDistanceIndex"
>> "EnergyStagnationDensity"
>> "MomentumZ"
>> "MomentumY"
>> "MomentumX"
>> "TurbulentEnergyKineticDensity"
>> DATASETAUXDATA Common.DensityVar="5"
>> DATASETAUXDATA Common.StagnationEnergyVar="8"
>> DATASETAUXDATA Common.TurbulentDissipationRateVar="4"
>> DATASETAUXDATA Common.UVar="11"
>> DATASETAUXDATA Common.VectorVarsAreVelocity="FALSE"
>> DATASETAUXDATA Common.VVar="10"
>> DATASETAUXDATA Common.WVar="9"
>> ZONE T="domain1"
>>  STRANDID=0, SOLUTIONTIME=0
>>  I=43, J=45, K=5, ZONETYPE=Ordered
>>  DATAPACKING=BLOCK
>>  VARLOCATION=([4-12]=CELLCENTERED)
>>  AUXDATA CGNS.CGNSBase_t="Base#1"
>>  AUXDATA CGNS.Zone_t="domain1"
>>
>> I get this errors:
>>
>> ERROR: In /usr/local/ParaView3/VTK/IO/vtkTecplotReader.cxx, line 1714
>> vtkTecplotReader (0x25198950): /Data/dataset.dat: The record type
>> DATAPACKING found in the file is unknown.
>>
>>
>> ERROR: In /usr/local/ParaView3/VTK/IO/vtkTecplotReader.cxx, line 1714
>> vtkTecplotReader (0x25198950): /Data/dataset.dat: The record type BLOCK
>> found in the file is unknown.
>>
>>
>> ERROR: In /usr/local/ParaView3/VTK/IO/vtkTecplotReader.cxx, line 1714
>> vtkTecplotReader (0x25198950): /Data/dataset.dat: The record type
>> VARLOCATION found in the file is unknown.
>>
>>
>> ERROR: In /usr/local/ParaView3/VTK/IO/vtkTecplotReader.cxx, line 1714
>> vtkTecplotReader (0x25198950): /Data/dataset.dat: The record type [4-12]
>> found in the file is unknown.
>>
>>
>> ERROR: In /usr/local/ParaView3/VTK/IO/vtkTecplotReader.cxx, line 1714
>> vtkTecplotReader (0x25198950): /Data/dataset.dat: The record type
>> CELLCENTERED found in the file is unknown.
>>
>>
>> ERROR: In /usr/local/ParaView3/VTK/IO/vtkTecplotReader.cxx, line 1714
>> vtkTecplotReader (0x25198950): /Data/dataset.dat: The record type AUXDATA
>> found in the file is unknown.
>>
>>
>> ERROR: In /usr/local/ParaView3/VTK/IO/vtkTecplotReader.cxx, line 1714
>> vtkTecplotReader (0x25198950): /Data/dataset.dat: The record type
>> CGNS.CGNSBASE_T found in the file is unknown.
>>
>>
>> ERROR: In /usr/local/ParaView3/VTK/IO/vtkTecplotReader.cxx, line 1714
>> vtkTecplotReader (0x25198950): /Data/dataset.dat: The record type Base#1
>> found in the file is unknown.
>>
>>
>> ERROR: In /usr/local/ParaView3/VTK/IO/vtkTecplotReader.cxx, line 1714
>> vtkTecplotReader (0x25198950): /Data/dataset.dat: The record type AUXDATA
>> found in the file is unknown.
>>
>>
>> ERROR: In /usr/local/ParaView3/VTK/IO/vtkTecplotReader.cxx, line 1714
>> vtkTecplotReader (0x25198950): /Data/dataset.dat: The record type
>> CGNS.ZONE_T found in the file is unknown.
>>
>>
>> ERROR: In /usr/local/ParaView3/VTK/IO/vtkTecplotReader.cxx, line 1714
>> vtkTecplotReader (0x25198950): /Data/dataset.dat: The record type domain1
>> found in the file is unknown.
>>
>>
>> ERROR: In /usr/local/ParaView3/VTK/IO/vtkTecplotReader.cxx, line 1714
>> vtkTecplotReader (0x25198950): /Data/dataset.dat: The record type DT found
>> in the file is unknown.
>>
>>
>> ERROR: In /usr/local/ParaView3/VTK/IO/vtkTecplotReader.cxx, line 1714
>> vtkTecplotReader (0x25198950): /Data/dataset.dat: The record type DOUBLE
>> found in the file is unknown.
>>
>>
>> ERROR: In /usr/local/ParaView3/VTK/IO/vtkTecplotReader.cxx, line 1714
>> vtkTecplotReader (0x25198950): /Data/dataset.dat: The record type DOUBLE
>> found in the file is unknown.
>>
>> So it seems that the line "DATAPACKING=BLOCK" raises problem.
>> Any help?
>>
>>
>> ------------------------------------------------------------------------
>> Gagnez au cadeau par jour avec Hotmail Magic Moment ! Cliquez ici ! <
>> http://www.hotmailmagicmoment.com>
>> ------------------------------------------------------------------------
>>
>>
>> _______________________________________________
>> 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
>>
>>
>
>
> _______________________________________________
> 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
>
>


-- 
Zhanping Liu, PhD
Kitware, Inc.
28 Corporate Drive
Clifton Park, NY 12065-8662
Phone: 518-371-3971 x 138
http://www.zhanpingliu.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20091123/a17d13fa/attachment-0001.htm>


More information about the ParaView mailing list