Skip to content

Fixing one end and applying tensile load on the other #3334

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

You must be logged in to vote

Hi @ay8tb Ok Mechanical is using a surface effect element and is applying a equivalent pressure to the face with the applied force. Instead of using a couple try this:

mapdl.nsel("S", "LOC", "Y", 0)
selected_nodes = mapdl.mesh.nnum
mapdl.f('all', 'fy', -5700/len(selected_nodes))
mapdl.allsel()

Now how do the results match? Oh, and compare with linear elements to start.

Replies: 3 comments 6 replies

Comment options

You must be logged in to vote
1 reply
@ay8tb
Comment options

Comment options

You must be logged in to vote
5 replies
@ay8tb
Comment options

@mikerife
Comment options

@ay8tb
Comment options

@ay8tb
Comment options

@mikerife
Comment options

Answer selected by germa89
Comment options

You must be logged in to vote
0 replies
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