PucklaJ / dynareadout

High-Performance C/C++ library for parsing binary output files and key files of LS Dyna (d3plot, binout, input deck)
zlib License
15 stars 4 forks source link

Can not open ansys example-data result_files/d3plot #38

Closed anlijun closed 5 months ago

anlijun commented 6 months ago

can not open file: https://github.com/ansys/example-data/tree/master/result_files/d3plot error msg: Failed to open: The d3plot files are broken

PucklaJ commented 6 months ago

This file has an odd case where my algorithm, which detects if it is single precision or double precision, can not determine it. I improved the algorithm, but to fully support this file I also need to implement support for an NDIM value of 4. According to the documentation this means: Nevermind it's most of the time 4. I just had to improve the algorithm to detect the word size (precision).

If 4 then element connectivies are unpacked in the DYNA3D database and NDIM is reset to 3
PucklaJ commented 5 months ago

This has been resolved and tomorrow I will create a new Release

anlijun commented 5 months ago

This has been resolved and tomorrow I will create a new Release

I installed dynareadout-24.1, this problem still occurs: Failed to open: The d3plot files are broken