Skip to content

Reading Nodal Forces from RST #2594

@GitHubUser120282

Description

@GitHubUser120282

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

Hi,
I have updated ANSYS to 2025R2 and ansys-dpf-core to 0.14.1. And now I get an error message reading results from RST file.

Image

Here the nodal forces for three solid 185 elements (scoped to ID_ELEMS) are tried to read out ...

The python code works very well using ANSYS 2024R2 and ansys dpf-core 0.13.4 or 0.14.1.

Could you please check?

Thanks for the support.

Steps To Reproduce

ID_ELEMS=dpf.Scoping(ids=DATA_NODAL[0],location=dpf.locations.elemental)
RES_NF=dpf.operators.result.element_nodal_forces(data_sources=MODEL,time_scoping=ID_STEPS,mesh_scoping=ID_ELEMS,bool_rotate_to_global=True).eval()

Which Operating System causes the issue?

Windows

Which DPF/Ansys version are you using?

Ansys 2025 R2

Which Python version causes the issue?

3.13

Installed packages

ansys-dpf-core 0.14.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions