I am trying to simulate a 2D axisymmetric model of a bullet impacting a single layered metal armor (as attached):
I am using Johnson Cook model with the Add_Erosion material model for both the parts. 2D_automatic_surface_to_surface is used to define the contact. My simulation runs at the start, but get very big distortions in some elements (as shown in the second image). I get the following error:
Error 40509 (SOL+509)
negative volume in solid element # 5219 cycle 86066
Error 40509 (SOL+509)
negative volume in solid element # 5219 cycle 86066
86066 t 3.8422E-05 dt-2.31E-07 write d3plot file 02/13/21 22:31:46
86066 t 3.8422E-05 dt-2.31E-07 write d3plot file 02/13/21 22:31:46
Does anyone know what I can do to solve this? Any help would be greatly appreciated!
Hi @wallyguy,
If you are using *Mat_add_erosion you should change your contact to incorporate the 3D aspect of the part that is eroding. Otherwise, your bullet will just pass through those elements under the top layer. Maybe try *Contact Surface to Surface and use parts for both the slave and master type, the 2D bullet as the msid and the 3D plate as the ssid?
You also need *Contact_interior and reference a part set with the 3D plate. This helps deforming materials stability.