Skip to content

plot deformed/displaced shape #1405

Answered by mikerife
hawkoli1987 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @hawkoli1987 in the get_Ue function there is a CMSEL that selects a sub-set of nodes. That state is carried over so you just need to select all nodes prior to scaling them with the UPCOORD command. I used a esize=2 and ran just the single case with the mesh refinement reactivated, then used this:

mapdl.post1()
mapdl.allsel()
mapdl.set('last')
mapdl.upcoord(1)
mapdl.eplot(cpos='xy', background='black', color='blue',edge_color='white')
mapdl.upcoord(-1)

To produce this PyMAPDL eplot (well, I manually zoomed/panned to see the lower right corner!):

Mike

Replies: 2 comments 5 replies

Comment options

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

@mikerife
Comment options

@hawkoli1987
Comment options

Comment options

You must be logged in to vote
2 replies
@hawkoli1987
Comment options

@mikerife
Comment options

Answer selected by hawkoli1987
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