HDFGroup / HDF.PInvoke

Raw HDF5 Power for .NET
http://www.hdfgroup.org/HDF5
Other
80 stars 29 forks source link

CFD Error #185

Open SAkhoundi opened 1 year ago

SAkhoundi commented 1 year ago

I used the HDF5 for generating the case file in fluent ansys. I got this error:

`HDF5-DIAG: Error detected in HDF5 (1.10.5) MPI-process 0:

000: C:\Users\sasroy\Downloads\CMake-hdf5-1.10.5\CMake-hdf5-1.10.5\hdf5-1.10.5\src\H5Dio.c line 185 in H5Dread(): could not get a validated dataspace from file_space_id

major: Invalid arguments to routine
minor: Bad value

001: C:\Users\sasroy\Downloads\CMake-hdf5-1.10.5\CMake-hdf5-1.10.5\hdf5-1.10.5\src\H5S.c line 254 in H5S_get_validated_dataspace(): selection + offset not within extent

major: Dataspace
minor: Out of range`

this file loaded completely in HDFView but in ansys fluent not working Can you help me to resolve?

Apollo3zehn commented 1 year ago

For me it looks like Ansys Fluent is using an invalid dataspace selection which is larger than the actual dataset dimensions. Maybe it is a bug in Ansys Fluent (I do not know that software)?

SAkhoundi commented 1 year ago

I see the installation folder of Ansys for find the H5S.c. It seams that Ansys fluent use matrix base dataset. what is difference between write as matrix with other write manners?