Description
Before submitting the issue
- I have checked for Compatibility issues
- I have searched among the existing issues
- I am using a Python virtual environment
Description of the bug
A common method to avoid extraneous data in a .rst is to use the APDL command /CONFIG,NORSTGM,1 to avoid writing extra data to the .rst file. But when you do that, you are then unable to use pydpf to read in the data. Some geo off .rst data should be attached to this ticket.
This is a not unhead of variation of FE usage to minimize storage requirements and while there are work arounds, it would be useful if some controls could be used in pydpf to import the data and allow numerical (but not graphical) post processing.
Pydpf is designed to optimize grabbing the data. In this case, the users have optimized earlier by setting conditions on the saveing of the data. So while it creates problems for pydpf, these are users actively interested in optimization.
Steps To Reproduce
Create RST in APDL but set /CONFIG,NORSTGM,1
or read in the attached data
Import .rst into pydpf
Which Operating System causes the issue?
Windows
Which DPF/Ansys version are you using?
Ansys 2024 R2
Which Python version causes the issue?
3.12
Installed packages
all required.