<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
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><br> <br /><hr />Gagnez au cadeau par jour avec Hotmail Magic Moment ! <a href='http://www.hotmailmagicmoment.com' target='_new'>Cliquez ici !</a></body>
</html>