Skip to content

Problem with 2 separate beams in one simulation #3794

Answered by germa89
bnret asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @bnret

You should use post_processing module:

>>> mapdl.post1()
>>> mapdl.set(1,1)
>>> nodal_displacements = mapdl.post_processing.nodal_displacement()
>>> print(nodal_displacements)
[0.         0.         0.         0.         0.73986644 1.5       ]

I am not sure why the results module does not give you the right answer. Maybe @mikerife knows something?

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@mikerife
Comment options

@germa89
Comment options

@bnret
Comment options

Answer selected by germa89
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants