


{"id":29206,"date":"2018-05-03T00:31:51","date_gmt":"2018-05-03T00:31:51","guid":{"rendered":"\/forum\/forums\/topic\/i-want-to-see-the-failure\/"},"modified":"2023-05-31T06:47:49","modified_gmt":"2023-05-31T06:47:49","slug":"i-want-to-see-the-failure","status":"closed","type":"topic","link":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/i-want-to-see-the-failure\/","title":{"rendered":"I want to SEE the failure!"},"content":{"rendered":"<p>Engineers new to Static Structural simulations build a model, overload it and some expect to see the failure appear as a crack in the model.&nbsp; ANSYS has sophisticated capabilities to compute cracks in the model, but this is unnecessary if the goal of the analysis is to see when and where the part will fail.<\/p>\n<p><\/p>\n<p>Engineers learn to compare the state of stress with values provided by a failure theory to decide if the part has failed. This is done by comparing a maximum stress in the model with some limiting value.&nbsp; For example, if the material is ductile, a quick linear elastic analysis will calculate a von Mises Equivalent Stress that can be compared with the Tensile Ultimate Strength. If the maximum stress is larger than the strength, the conclusion is that the part would have fractured. A common method to show failure in a linear elastic model is to set the threshold for the last bar on the legend, which is red, equal to the Tensile Ultimate Strength. If red appears on the contour plot of Equivalent Stress, then it is easy to say that the part has failed under this load and where the part would crack. But people still want to see the crack.<\/p>\n<p><\/p>\n<p>One way to show the crack without using Explicit Dynamics is to use the APDL command ekill. This command removes the element from the model when it reaches the failure criterion; the trick is how to get the model to continue solving after removing the element and incrementing the load.&nbsp;<\/p>\n<p><\/p>\n<p>SimuTech Group, a Premier ANSYS Partner, provided me with an APDL script and permission to share it with anyone. The script implements ekill in a way that allows elements to be removed and the solution to continue. It works best with displacement loads, not force loads.&nbsp; I was successful following the directions to use the script on one model and then another. I release this script into the community, as is, with no support and no warranty. I hope someone else finds it useful.<\/p>\n<p><\/p>\n<p>To show the script in use, I created a 2D plane stress model so each solve would be very fast.&nbsp; The model is a hook with an end load. The question is how much load can the hook support without failure.&nbsp;<\/p>\n<p><\/p>\n<p><img decoding=\"async\" src=\"https:\/\/us.v-cdn.net\/6032193\/uploads\/attachments\/3e825b35-df61-45f5-9693-a81101684b62\/8d8834d7-2678-4fef-bd59-a8d500078047_hook-setup.jpg?width=690&amp;upscale=false\" alt=\"\"><\/p>\n<p><\/p>\n<p>I have three systems: Linear Elastic, Elastic Perfectly Plastic and Ekill Script.<\/p>\n<p><\/p>\n<p>In the Linear Elastic model, the legend has been configured so the color red shows elements that are above the Tensile Ultimate Strength of 640 MPa<\/p>\n<p><\/p>\n<p><img decoding=\"async\" src=\"https:\/\/us.v-cdn.net\/6032193\/uploads\/attachments\/3e825b35-df61-45f5-9693-a81101684b62\/cd3557e6-9d6c-4c4e-a422-a8d500079b5c_hook-elastic-vm-stress.jpg?width=690&amp;upscale=false\" alt=\"\"><\/p>\n<p><\/p>\n<p>ANSYS provides a stress tool to make a Safety Factor plot that divides the Tensile Ultimate Strength by the von Mises Equivalent Stress at each node. Therefore when SF &lt; 1 the part has failed, and when SF &gt; 1 the part has not failed.<\/p>\n<p><\/p>\n<p><img decoding=\"async\" src=\"https:\/\/us.v-cdn.net\/6032193\/uploads\/attachments\/3e825b35-df61-45f5-9693-a81101684b62\/ef25abea-5eb7-47e7-9111-a8d50007b2e3_hook-elastic-stress-tool.jpg?width=690&amp;upscale=false\" alt=\"\"><\/p>\n<p><\/p>\n<p>In the Elastic Perfectly Plastic model, Bilinear Kinematic Hardening plasticity has been added to the Structural Steel model using the Yield Stress that was defined for that material and setting the Tangent Modulus to zero. During the solution, any element that exceeds the yield stress will plastically deform. This behavior can go on way past the point when the material would have failed. If you keep pulling, the element will keep stretching until the shape collapses on itself and the solver will stop because the element has become invalid.<\/p>\n<p><\/p>\n<p><img decoding=\"async\" src=\"https:\/\/us.v-cdn.net\/6032193\/uploads\/attachments\/3e825b35-df61-45f5-9693-a81101684b62\/2a300a1b-2e3f-4b7e-a2db-a8d50007d2f3_hook-plasticity.jpg?width=690&amp;upscale=false\" alt=\"\"><\/p>\n<p><\/p>\n<p>In the plot below, the strain is over 50%, way past the point of fracture.<\/p>\n<p><\/p>\n<p><img decoding=\"async\" src=\"https:\/\/us.v-cdn.net\/6032193\/uploads\/attachments\/3e825b35-df61-45f5-9693-a81101684b62\/c2b71535-4abf-4e0b-9338-a8d50007e63f_hook-plasticity-50.jpg?width=690&amp;upscale=false\" alt=\"\"><\/p>\n<p><\/p>\n<p>In the Ekill Script model, the analysis settings are configured with a large End Time of 500 seconds. That means after each one second increment of time, the script will find any elements that have exceeded the strain threshold, remove them from the model using ekill, then submit the job to solve for the next second.<\/p>\n<p><\/p>\n<p><img decoding=\"async\" src=\"https:\/\/us.v-cdn.net\/6032193\/uploads\/attachments\/3e825b35-df61-45f5-9693-a81101684b62\/c468de4d-a1d7-4719-a877-a8d500085811_ekill438.jpg?width=690&amp;upscale=false\" alt=\"\"><\/p>\n<p><\/p>\n<p><img decoding=\"async\" src=\"https:\/\/us.v-cdn.net\/6032193\/uploads\/attachments\/3e825b35-df61-45f5-9693-a81101684b62\/f2af50dc-f3f6-4be8-8207-a8d5000bc533_ekill441.jpg?width=690&amp;upscale=false\" alt=\"\"><\/p>\n<p><\/p>\n<p><img decoding=\"async\" src=\"https:\/\/us.v-cdn.net\/6032193\/uploads\/attachments\/3e825b35-df61-45f5-9693-a81101684b62\/521e23b5-fde6-4da2-8886-a8d50008676e_ekill444.jpg?width=690&amp;upscale=false\" alt=\"\"><\/p>\n<p><\/p>\n<p><img decoding=\"async\" src=\"https:\/\/us.v-cdn.net\/6032193\/uploads\/attachments\/3e825b35-df61-45f5-9693-a81101684b62\/09e6ff0c-b07c-4ba8-864d-a8d500087a08_ekill450.jpg?width=690&amp;upscale=false\" alt=\"\"><\/p>\n<p><\/p>\n<p><img decoding=\"async\" src=\"https:\/\/us.v-cdn.net\/6032193\/uploads\/attachments\/3e825b35-df61-45f5-9693-a81101684b62\/d2808cd7-4597-4141-bc23-a8d50008847d_ekill452.jpg?width=690&amp;upscale=false\" alt=\"\"><\/p>\n<p><\/p>\n<p>The above sequence is what&nbsp;some Engineers want to see.<\/p>\n<p><\/p>\n<p>The attached project archive for ANSYS 19.0 has the three systems described.<\/p>\n","protected":false},"template":"","class_list":["post-29206","topic","type-topic","status-closed","hentry"],"aioseo_notices":[],"acf":[],"custom_fields":[{"0":{"_bbp_old_topic_id":["1373"],"_bbp_old_topic_author_name_id":["Anonymous"],"_bbp_old_is_topic_anonymous_id":["false"],"_bbp_old_closed_status_id":["publish"],"_bbp_author_ip":[null],"_bbp_old_sticky_status_id":["normal"],"_bbp_likes_count":["3","3","3","3","3"],"_btv_view_count":["13860"],"_bbp_subscription":["267423","75210","34473"],"_bbp_status":["publish"],"_bbp_topic_status":["unanswered"],"_bbp_notification_enabled":["431947","431947","28492","46029"],"_bbp_topic_id":["29206"],"_bbp_forum_id":["27791"],"_bbp_engagement":["200","240","34473","75210","157919","160839","164603","166916","173221","175604","178210","183583","187150","262268","267423"],"_bbp_voice_count":["15"],"_bbp_reply_count":["38"],"_bbp_last_reply_id":["286458"],"_bbp_last_active_id":["286458"],"_bbp_last_active_time":["2023-05-31 05:49:36"]},"test":"peteroznewman"}],"_links":{"self":[{"href":"https:\/\/innovationspace.ansys.com\/forum\/wp-json\/wp\/v2\/topics\/29206","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/innovationspace.ansys.com\/forum\/wp-json\/wp\/v2\/topics"}],"about":[{"href":"https:\/\/innovationspace.ansys.com\/forum\/wp-json\/wp\/v2\/types\/topic"}],"version-history":[{"count":0,"href":"https:\/\/innovationspace.ansys.com\/forum\/wp-json\/wp\/v2\/topics\/29206\/revisions"}],"wp:attachment":[{"href":"https:\/\/innovationspace.ansys.com\/forum\/wp-json\/wp\/v2\/media?parent=29206"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}