MantisBT - Xdmf
View Issue Details
0014528Xdmf(No Category)public2013-10-31 10:042015-05-14 15:53
Håkon Strandenes 
 
normalfeatureN/A
newopen 
0014528: Polyhedral grid cell support in XDMF
Currently, the HDF5+XDMF approach is an easy and effective way of writing data from large parallel simulations to disk. The HDF5 library is actively developed, and is proven to perform well. Other options are often either not capable of writing large parallel datasets or is not as easy to use.

However, many CFD codes nowadays use so-called polyhedral grid cells. These cells can be of general shape and is build up of a number of faces, which again is build from nodes. A major weakness of the current XDMF format is that it is not possible to define and store these cells in the current framework.

I think that adding polyhedral grid cell support in XDMF would be a welcome improvement and would lead to more projects using XDMF.
I have developed a simple HDF5/XDMF writer for OpenFOAM, and more information is found here: http://www.cfd-online.com/Forums/openfoam-programming-development/122579-hdf5-io-library-openfoam.html [^]
No tags attached.
Issue History
2013-10-31 10:04Håkon StrandenesNew Issue
2014-06-12 08:30Armin WehrfritzNote Added: 0036164
2015-05-14 15:53Lucas Clemente VellaNote Added: 0038749

Notes
(0036164)
Armin Wehrfritz   
2014-06-12 08:30   
I would also appreciate polyhedral cell support in XDMF to make this otherwise very good file format more attractive for CFD codes like OpenFOAM!

The implementation shouldn't be too complicated, since it is already implemented in VTK: http://www.vtk.org/Wiki/VTK/Polyhedron_Support [^]

There has also been a discussion among visit developers about this issue:
http://visitbugs.ornl.gov/issues/1279 [^]
(0038749)
Lucas Clemente Vella   
2015-05-14 15:53   
I need such functionality, too.