<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=windows-1252"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Dominik Szczerba wrote:
<blockquote cite="mid:200801230902.39294.domi@vision.ee.ethz.ch"
 type="cite">
  <pre wrap="">
This will never work for large datasets, no compression is possible, no 
parallel IO, lots of extra space required.
  </pre>
</blockquote>
You are on target to point out the issues that the one will face when a
high resolution 3D results are required, lots of large files are indeed
a challenge which should be anticipated for in the design of the CFD
code. However, judging from Emmanuel's initial mail, he is not asking
about design issues he will face when implementing a CFD code, he is
rather asking how he can get a run up on the screen. My impression is
that he just needs something simple to get him up and going. <br>
<br>
CFD code design consideration aside, assuming that his results are in
HDF5 format, if he can get a HDF5 to VTK converter up and running, then
down the road he can extend that into a PARAVIEW reader(thereby
bypassing the extra file io) if needed(like you have done), so that is
a win win. <br>
<br>
It sounded like he hadn't even installed HDF5 and H5Utils onto his
workstation, so that is probably the first order of bus. At least then
he can use the H5dump to see the contents of his files. Then install
VTK and/or Paraview. In any case it sounds as though he has some work
in front of him to get up and going...<br>
<br>
<blockquote cite="mid:200801230902.39294.domi@vision.ee.ethz.ch"
 type="cite">
  <blockquote type="cite">
    <pre wrap="">Michael

On Jan 22, 2008, at 10:18 AM, Ogedengbe, Emmanuel wrote:

    </pre>
    <blockquote type="cite">
      <pre wrap="">After installation of VTK for use with purely C++ on windows, I have  
been struggling with how to get started with reading my CFD datasets  
for visualization. I have done some research with HDF5 but having  
problem with having to go into increasing number of third party  
software and libraries. Recently, I learnt that H5utils can convert  
HDF5 datasets into the formats required by other free visualization  
software like VTK. But it’s only for UNIX systems, though it appears  
help can come from CygWin .

Can anyone help? I just want to visualize simple 2D/3D grid-based  
scalar and vector flow fields simulated with my native codes.


Thanks in anticipation

Emmanuel

_______________________________________________
This is the private VTK discussion list.
Please keep messages on-topic. Check the FAQ at: 
      </pre>
    </blockquote>
  </blockquote>
  <pre wrap=""><!----><a class="moz-txt-link-freetext" href="http://www.vtk.org/Wiki/VTK_FAQ">http://www.vtk.org/Wiki/VTK_FAQ</a>
  </pre>
  <blockquote type="cite">
    <blockquote type="cite">
      <pre wrap="">Follow this link to subscribe/unsubscribe:
<a class="moz-txt-link-freetext" href="http://www.vtk.org/mailman/listinfo/vtkusers">http://www.vtk.org/mailman/listinfo/vtkusers</a>
      </pre>
    </blockquote>
    <pre wrap="">_______________________________________________
This is the private VTK discussion list. 
Please keep messages on-topic. Check the FAQ at: 
    </pre>
  </blockquote>
  <pre wrap=""><!----><a class="moz-txt-link-freetext" href="http://www.vtk.org/Wiki/VTK_FAQ">http://www.vtk.org/Wiki/VTK_FAQ</a>
  </pre>
  <blockquote type="cite">
    <pre wrap="">Follow this link to subscribe/unsubscribe:
<a class="moz-txt-link-freetext" href="http://www.vtk.org/mailman/listinfo/vtkusers">http://www.vtk.org/mailman/listinfo/vtkusers</a>

    </pre>
  </blockquote>
  <pre wrap=""><!---->


  </pre>
</blockquote>
<br>
</body>
</html>