Skip to content

Displacement reading issue with nodal_displacement #110

Open
@raphael-31

Description

@raphael-31

Hi,
I am using pymapdl-reader to read an rst file from a simulation to analyse the displacement of a modal analysis.
There is no probleme when I take directly from the displacement list of the APDL gui, but when I am trying to read it with the method : result.nodal_displacement(mode), I have the following problem : all my displacement or either huge, either null :
[-1.00111706e+172 0.00000000e+000 0.00000000e+000]
[0. 0. 0.]
[0. 0. 0.]
[0. 0. 0.]
[0. 0. 0.]
...
[0. 0. 0.]
[0.00000000e+00 0.00000000e+00 5.78486458e+15]
[0. 0. 0.]
[0. 0. 0.]
[0. 0. 0.]
[0. 0. 0.]

Also, I work on plane element so I should not have any displacement in the Z-axis. It seems to not be the case.

The link to the files used for the analysis : link

Thank you,
Raphaël

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions