We have an exciting announcement about badges coming in May 2025. Until then, we will temporarily stop issuing new badges for course completions and certifications. However, all completions will be recorded and fulfilled after May 2025.
LS Dyna

LS Dyna

Topics related to LS-DYNA, Autodyn, Explicit STR and more.

Delete element after the failure of all integration points

    • Khizar
      Subscriber

      I have developed a subroutine for an orthotropic material and implemented in LSDYNA. I want to delete elements once all integration points (in-plane and through thickness) have failed (not only one). Just wondering how that can be done? Thanks

    • Alex R.
      Ansys Employee

      Hello, 

      Failure can be incorporated in the material routine with IFAIL.

      • IFAIL =1: the element is eroded as soon as first integration point fails.
      • IFAIL<0: abs(IFAIL) states the number of integration points that needs to fail before element erosion. 

      Please let me know if that helps. 

      Thank you,

      Alex 

    • Khizar
      Subscriber

      Thanks, I tried that earlier but did'nt get the results that I was looking for. I have multiple damage modes. I may need to change my deletion criteria. 

    • igandiko
      Ansys Employee

      Please take a look at *define_element_erosion. Not sure if it works with user material routines but maybe worth a try. 

    • Ushnish Basu
      Ansys Employee

      Actually, IFAIL<0 in MAT_USER_DEFINED specifies the position of the parameter NUMINT in the constants array, where NUMINT specifies the number of integration points that need to fail.

Viewing 4 reply threads
  • The topic ‘Delete element after the failure of all integration points’ is closed to new replies.