-
-
June 4, 2024 at 7:54 pm
Khizar
SubscriberI 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
-
June 5, 2024 at 3:15 pm
Alex R.
Ansys EmployeeHello,Â
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Â
-
June 5, 2024 at 4:31 pm
Khizar
SubscriberThanks, 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.Â
-
July 5, 2024 at 4:28 pm
igandiko
Ansys EmployeePlease take a look at *define_element_erosion. Not sure if it works with user material routines but maybe worth a try.Â
-
July 5, 2024 at 10:26 pm
Ushnish Basu
Ansys EmployeeActually, 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.
-
- The topic ‘Delete element after the failure of all integration points’ is closed to new replies.
-
2928
-
970
-
852
-
599
-
591
© 2025 Copyright ANSYS, Inc. All rights reserved.