Simulation fails due to SPH instability
Hi,
I am trying to model a bullet impacting on a composite panel. The projectile is made of two different materials and is meshed with SPH particles (all the same size and network). The panel on which the projectile impacts is made of an upper layer (meshed with solid tetra elements) and a lower one made of thin-walled cells (meshed shell). The simulation ends abruptly due to an excessive Total_Energy error (-50%, I set this). In the time of just one cycle, the energy collapses and the total mass of the SPH particles goes to zero. This is what you see in the 0001.out file:
Answers
-
I had a look at this, couldn't see anything definitively wrong (maybe particle masses?), but I'm not that familiar with the material laws you are using.
I was able to get it to run much further by adding a timestep scale factor 0.7 and increasing h value on prop sph by 0.5, if I remove the failure criteria on the brass, then it runs to termination.
The particle masses look like they may not be correct? The brass particle masses are higher than the lead ones, that shouldn't be the case I don't think.
1 -
Paul Sharp_21301 said:
I had a look at this, couldn't see anything definitively wrong (maybe particle masses?), but I'm not that familiar with the material laws you are using.
I was able to get it to run much further by adding a timestep scale factor 0.7 and increasing h value on prop sph by 0.5, if I remove the failure criteria on the brass, then it runs to termination.
The particle masses look like they may not be correct? The brass particle masses are higher than the lead ones, that shouldn't be the case I don't think.
Thank you for your reply, Sir.
The mass of the SPH particles is obtained from the mass of the component divided by the number of particles created. The number of brass particles is much lower than that of lead particles and therefore brass particles are heavier.
0