Nov 29, 2022 #1 boek Mechanical Joined Apr 11, 2022 Messages 11 Location SE I am trying to compute the membrane and bending stresses using shell elements in ABAQUS. I would like to plot the resulting stress distributions. Is it possible to create a custom field output using the values at the top and bottom sections?
I am trying to compute the membrane and bending stresses using shell elements in ABAQUS. I would like to plot the resulting stress distributions. Is it possible to create a custom field output using the values at the top and bottom sections?
Nov 29, 2022 1 #2 FEA way Mechanical Joined Nov 13, 2018 Messages 5,193 Location PL It's possible with Python scripting. Check getSubset(sectionPoint) in the Scripting Reference guide in Abaqus documentation. Upvote 0 Downvote
It's possible with Python scripting. Check getSubset(sectionPoint) in the Scripting Reference guide in Abaqus documentation.