Skip to content

RST built without geometry data #2120

Open
@mcMunich

Description

@mcMunich

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.

https://ansyshelp.ansys.com/account/Secured?returnurl=/Views/Secured/corp/v251/en/ans_cmd/Hlp_C_CONFIG.html

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions