Altair Hypermesh Radioss Ballistic Impact Problem

I have a problem with the contact interface while simulating a ballistic impact problem, having a 30mm armor-piercing projectile impacting a 40mm RHA steel plate. Both the projectile and the armor plate is following the JC material and the JC failure model. So when it starts to penetrate the armor plate, the failure model elements are deleted, but after some time these elements are not deleted as the projectile is getting deformed. So as a result when it comes out from the other side there are some failure model elements are still presenting inside . so what will be the resason behind it . all the three parts are modelled by hexahedral elements and projectile is assigned as slave node and armour plate is assigned as master node using type 7 contact interface.
Best Answers
-
Are you using /SURF/PART/ALL for the main surface? So that contact is calculated for the new faces when the elements are eroded? It is also necessary to set the idel flag on the contact (to 1 or 2) in order to have eroded elements surfaces removed from the contact at element erosion.
1 -
I would select the projectile part with /SURF/PART/ALL as main, with all nodes of the plate as secondary, then do the reverse in a symmetric contact (/SURF/PART/ALL of plate to all nodes of projectile) making sure both contacts have idel flag set and a reasonable gapmin value for the element size/scale of model.
1
Answers
-
suggesions please
0 -
Are you using /SURF/PART/ALL for the main surface? So that contact is calculated for the new faces when the elements are eroded? It is also necessary to set the idel flag on the contact (to 1 or 2) in order to have eroded elements surfaces removed from the contact at element erosion.
1 -
In my problem, I am using the master entity ID as defined by the contact surface by choosing the solid faces of the projectile, and the slave entity ID as defined by choosing the GRNOD for selecting all the nodes of the plate.
0 -
so suggest me how do i establish the proper contact definition between the projectile and the plate
0 -
I would select the projectile part with /SURF/PART/ALL as main, with all nodes of the plate as secondary, then do the reverse in a symmetric contact (/SURF/PART/ALL of plate to all nodes of projectile) making sure both contacts have idel flag set and a reasonable gapmin value for the element size/scale of model.
1 -
Thank you; it solve my problem
0