Contact gap visualization #4156
Unanswered
gcassianno
asked this question in
Q&A
Replies: 1 comment 6 replies
-
@gcassianno can you please show that the gap result is not being post processed? For example in a model that uses contact174 elements, and assuming that I did not limit the result output, then the following will plot the contact gap: mapdl.post1()
mapdl.set('last')
mapdl.esel('s', 'ename', '', 174) # or use 172 for 2D contact element type
mapdl.nsle('s')
mapdl.post_processing.plot_element_values('cont', 'gap') mike |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm trying to plot the gap between two surfaces, similar to what the Contact Tool does in ANSYS Workbench. I've tried a few different approaches, but nothing worked. I saw in the documentation that PRESOL could be used, but the GAP command isn't recognized, even when I try using mapdl.post_processing.
How can I visualize the contact gap between surfaces in MAPDL? Any examples would be really helpful.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions