How can I calculate the depth of bullet penetration in different materials?

Click For Summary

Discussion Overview

The discussion revolves around calculating the depth of bullet penetration into various materials, focusing on the mechanical properties that influence this process. Participants explore the dynamics of bullet impact, deformation of materials, and the forces involved, as well as the challenges of modeling these phenomena in simulations.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • One participant seeks to understand how to calculate the displacement of materials upon bullet impact, considering factors like speed and mechanical properties.
  • Another participant suggests that the problem involves elastic bodies rather than rigid bodies, indicating a potential misunderstanding of the dynamics involved.
  • A participant proposes that drag force during penetration could be proportional to the bullet's velocity and contact area, which may help in calculating how the bullet slows down.
  • Further clarification is requested on the drag force acting on a bullet traveling at high speeds, with specific values mentioned for gravitational force comparisons.
  • One participant warns that the forces at play when a bullet strikes concrete are significant enough to potentially liquefy the bullet, suggesting that empirical formulas based on observed data might be necessary.
  • A mathematical approach is presented involving kinematic equations to estimate the bullet's position over time, although the connection to material deformation remains uncertain.
  • There is a consensus that accurately modeling the physics of bullet penetration and material deformation will require advanced computational methods.

Areas of Agreement / Disagreement

Participants express differing views on the nature of the problem, with some focusing on rigid body dynamics and others emphasizing elastic properties. There is no consensus on a definitive method or formula for calculating penetration depth, and the discussion remains unresolved regarding the best approach to model these interactions.

Contextual Notes

Participants acknowledge the complexity of the physics involved, including high forces and potential material liquefaction, which complicate the modeling process. The discussion includes various assumptions about material properties and the need for empirical data, but these aspects remain unresolved.

nbjsargent
Messages
2
Reaction score
0
Hey guys;

I am new to the forums. I am an effects artist who's working a Rigid Body Dynamics project and I may be able to use some of you guys' expertise while I'm building these simulations.


As I stated above, I'm doing R&D for a deformation system I'm working on. What I want to do is to take the speed and mechanical properties of a projectile and calculate the displacement (wether permanent or elastic) of an object upon contact with this projectile. I"m basically new to building rigid body solvers from scratch, but essentially what I want to do is to be able to define what kind of material an object is (concrete, rubber, copper, brass, Glass etc.) and have it react appropriately to the projectile. (Wether it stretches, tears or fractures)

If you guys have any books/material that you can point me to, basically concepts that will be essential for me to learn, I would be grateful.

In addition to this, I have a question to start with. If a bullet is penetrating a material at a defined velocity and from a defined distance, what mechanical properties of the material decides how deep the bullet penetrates before stopping. (if it does indeed stop and not go straight through)

Say we define all the variables involved, is there a formula to calculate this 'drag force' or whatever force it is that controls how quick the bullet comes to a stop?
 
Physics news on Phys.org
Someone may want to correct me on this point, but if you're solving for things like deformation and bullet penetration, you're actually working with elastic bodies rather than rigid bodies.
 
Rigid body dynamics shouldn't be too hard to program, but a bullet impacting a body, penetrating, and stopping, and maybe deforming the body, kicking out pieces, etc, that will be tough to model using the actual physics equations. You probably want to get some simplified equations that don't follow the physics exactly. As far as a bullet penetrating and stopping, I would think that, for a pointed bullet, a good start would be that the drag force is proportional to the velocity and the area of contact between the bullet and the object. Once you have the drag force, and the mass of the bullet, you can calculate how it slows and stops.
 
Thanks guys. Yeah that is basically my first step. Given a certain material, I just need to calculate the level of penetration for the bullet, or I guess the rate of increase of the drag force upon contact.

To start defining some variables, say the bullet is traveling at 4000 feet per second and it's fired from 15 ft away and hit a concrete slab. Based on my research the drag force acting upon that bullet is about 2 to 3 times the gravitational force? How do I get the depth of penetration? And I would also need to get the radius of the distribution of energy from the center of impact (or energy falloff from center of impact) so I can use that to solve for fractures later...
 
You need to add some zeros to that drag force. The forces involved when a bullet strikes something like concrete are high enough to liquify the bullet. The problem you want to solve is going to require some advanced finite-element analysis. You might be able to come up with some empirical formulas based on observed data. But finding a rigid mathematical solution is going to be extremely difficult.
 
x=x_0+v_0 t+\tfrac{1}{2}a t^2 and v=v_0+a t x is the position at time t, x_0 is the position at time 0, v is the position at time t, v_0 is the velocity at time 0, a is the acceleration (force/mass). Let's say time zero is when the bullet first touches the slab, so x_0=0, a=3g = -96 ft/sec^2, v_0=4000 ft/sec. When the bullet stops, v=0, and you can use the second equation to get t, then substitute into the first equation to get x when the bullet stops.

The energy of the bullet at impact is \tfrac{1}{2}mv_0^2 but I'm not sure how to translate that into deformation of the slab. I agree with Ryoko, solving the equations for a real solution will require some serious computational power. You probably need to semi-fake it here, use some simple model that gives reasonable results without a lot of calculation. You probably want to use the fact that the momentum of the bullet \tfrac{1}{2}m[v_0,0,0] is conserved too, where now you have to use the vector momentum [v_0,0,0]. This will also be the momentum of the slab and all the pieces after the bullet stops.
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 19 ·
Replies
19
Views
5K
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 9 ·
Replies
9
Views
4K
  • · Replies 1 ·
Replies
1
Views
13K
  • · Replies 6 ·
Replies
6
Views
4K
  • · Replies 28 ·
Replies
28
Views
4K