We’re putting the final touches on our new badges platform. Badge issuance remains temporarily paused, but all completions are being recorded and will be fulfilled once the platform is live. Thank you for your patience.

Ansys Learning Forum Forums Discuss Simulation General Mechanical Force/Moment Reactions at Contact (Weld Seam Evaluation: nominal stress concept) Reply To: Force/Moment Reactions at Contact (Weld Seam Evaluation: nominal stress concept)

dlooman
Ansys Employee

If it's worthwhile, APDL could be used as a check on the values in Mechanical.  I think it's possible that a small error in the centroid location could create a large error in the moment.  The APDL commands would be something like this:

cmsel,s,face   ! face is a named selection for the top flange face

esln                 ! is the tube connected by contact?  If so, this command will only select the tube elements and contact elements

spoint,,x,y,z     ! x,y,z are the coordinates of the centroid

fsum                ! Compare with Mechanical

allsel