Fred: I will fix it.
Thanks. -Zhanping On Fri, Nov 20, 2009 at 9:13 AM, Fred Fred <[email protected]> wrote: > 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 > > -- Zhanping Liu, PhD Kitware, Inc. 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x 138 http://www.zhanpingliu.org
_______________________________________________ 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
