learn-multibody-dynamics icon indicating copy to clipboard operation
learn-multibody-dynamics copied to clipboard

Add material on collisions

Open moorepants opened this issue 3 years ago • 8 comments

I need at least an example on setting up the momentum balance to find pre and post velocities of a multibody system.

moorepants avatar Jul 28 '22 11:07 moorepants

This should include a simulation that shows how you switch between states before and after the collision.

moorepants avatar Jul 28 '22 15:07 moorepants

We decided not to include this chapter for the 2023 offering: https://github.com/moorepants/me41055/issues/60

moorepants avatar Feb 08 '23 11:02 moorepants

Might be a nice resource: https://www.sciencedirect.com/science/article/pii/S0094114X23000782

moorepants avatar Mar 03 '23 16:03 moorepants

This should include a simulation that shows how you switch between states before and after the collision. Do you have something in mind like 'my' Newton's pendulum, but the collisions not modeled continuously like I have done (I learned this term in the article you just posted the link to), but with the inpulse balance, as described in the article?

This article is good, and not too hard to read!

Peter230655 avatar Mar 04 '23 04:03 Peter230655

I want to show the Newtonian solution for momentum balance before and after a collision with a coefficient of restitution for a multibody system as a basic way to deal with collision and then probably a Hunt-Crossley force model. That would give two starting ways to deal with impact.

moorepants avatar Mar 04 '23 05:03 moorepants

Do you mean the law as given in the first line of table 1 (below equation (64) of this publication, I mean the 'nice resourse' mentioned above?

If correct, I could try to play around with my Newton' s pendulum.

Peter230655 avatar Mar 05 '23 12:03 Peter230655

I tried to modify my Newton's pendulum using the Hunt-Crossley force model. It works fine, if the pendulum consists of two bodies only. For more than two bodies, I could only get the Hertz limiting case ( $c_\tau = 1.$ ) to work satisfactorily. As I cannot attach my program here, they do not accept such files, I send it to Timo and Jason by separate email.

Peter230655 avatar Mar 12 '23 03:03 Peter230655

The force chapter has been improved to show Hunt-Crossley model properly. Would still be nice to have the Newton approach somewhere.

moorepants avatar May 30 '23 13:05 moorepants