[Paraview] Ensight Reader

Zhanping Liu zhanping.liu at kitware.com
Wed Apr 28 12:25:25 EDT 2010


Hi Werner:

    The problem is due to the inconsistency between the geometry files and
the 'measured geometry' files in terms of ASCII / Binary format. Currently
the VTK EnSight reader assumes that these two kinds of geometry files (and
their respective data attributes --- pressure, temperature, and et al) adopt
the same ASCII / Binary format. Specifically, the geoemtry file (Binary for
your dataset --- the associated data attributes are binary) is first parsed
to determine the type and hence vtkEnSightGoldBinaryReader2 is invoked. This
binary reader is then used to load the 'measured geometry' file (ASCII for
your dataset --- the associated 'measured' data attributes are ASCII),
causing the problem.

   If you make the whole dataset (including the geometry files and the data
sttributes) use the same ASCII/Binary format, the problem should disappear.

   -Zhanping

On Wed, Apr 28, 2010 at 10:27 AM, <Werner.Willems at web.de> wrote:

> I have some trouble with reading Ensight-Data into Paraview. When I read
> the Ensight-case-file the following error occurs:
>
> ERROR: In ..\..\..\src\Servers\Filters\vtkEnSightGoldBinaryReader2.cxx,
> line 1112
> vtkEnSightGoldBinaryReader2 (0EFC3ED8): This is not a binary data set. Try
> vtkEnSightGoldReader2.
>
>
> ERROR: In ..\..\..\src\Servers\Filters\vtkEnSightReader2.cxx, line 395
> vtkEnSightGoldBinaryReader2 (0EFC3ED8): error reading measured geometry
> file
>
>
> ERROR: In ..\..\..\src\VTK\Filtering\vtkExecutive.cxx, line 757
> vtkCompositeDataPipeline (0EFFF250): Algorithm
> vtkEnSightGoldBinaryReader2(0EFC3ED8) returned failure for request:
> vtkInformation (0F04DB00)
>  Debug: Off
>  Modified Time: 79018
>  Reference Count: 1
>  Registered Events: (none)
>  Request: REQUEST_DATA
>  FROM_OUTPUT_PORT: 0
>  FORWARD_DIRECTION: 0
>  ALGORITHM_AFTER_FORWARD: 1
>
>
> Obviously, the error is caused by the "measured geometry" part of the
> Ensight-dataset. When I remove the corresponding lines in the case file, I
> can at least have a look at the thermodynamic data of the flow-field. I
> looked at the data with Ensight already and I did not produce any problems.
> Is there an issue with the data-reader in Paraview?
>
> Regards,
>
> Werner
> _______________________________________________
> 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/20100428/c97e47c5/attachment.htm>


More information about the ParaView mailing list