What are the forces acting on a bouncing ball?

Asked by A Dinesh

Sir ,
I am using a basic overlap amount to find the force on the bouncing ball. And compute the position of the Ball. I have a following concept question.

When the ball is in the air the only force acting is gravity. So from gravitational force we can compute the acceleration and the position. Through the explicit euler integration I found the position of the ball until it interacts with the wall.

Once it interacts with the wall I found the overlap amount and from the material properties of both the spheres, I computed the force acted upon the bouncing ball by the sphere. So I will get a positive force upward and for the next time step that positive force addition to the gravity, will be considered to compute the position. Exactly after that one time step if we again compute, we get only gravitational force and the ball will com down.

But in general, the ball has to go up until its velocity has to become zero. And ther it has to repeat the same. So how can I model this using force, to compute the position of wall?

Thank you

Question information

Language:
English Edit question
Status:
Answered
For:
Yade Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Jan Stránský (honzik) said :
#1

Hello,

Exactly after that one time step if we again compute, we get only
> gravitational force

not necessarily, two particles may be in contact more than one time step

So how can I model this using force, to compute the position of wall?

Here I don't understand the question. Either the wall is fixed (you know
the position) or you do the same explicit time integration (computing
force, than acceleration and than new position) with the wall. So please
give us more details on your problem.

cheers
Jan

2016-06-18 12:27 GMT+02:00 A Dinesh <email address hidden>:

> New question #295435 on Yade:
> https://answers.launchpad.net/yade/+question/295435
>
> Sir ,
> I am using a basic overlap amount to find the force on the bouncing ball.
> And compute the position of the Ball. I have a following concept question.
>
> When the ball is in the air the only force acting is gravity. So from
> gravitational force we can compute the acceleration and the position.
> Through the explicit euler integration I found the position of the ball
> until it interacts with the wall.
>
> Once it interacts with the wall I found the overlap amount and from the
> material properties of both the spheres, I computed the force acted upon
> the bouncing ball by the sphere. So I will get a positive force upward and
> for the next time step that positive force addition to the gravity, will be
> considered to compute the position. Exactly after that one time step if we
> again compute, we get only gravitational force and the ball will com down.
>
> But in general, the ball has to go up until its velocity has to become
> zero. And ther it has to repeat the same. So how can I model this using
> force, to compute the position of wall?
>
>
> Thank you
>
> --
> You received this question notification because your team yade-users is
> an answer contact for Yade.
>
> _______________________________________________
> Mailing list: https://launchpad.net/~yade-users
> Post to : <email address hidden>
> Unsubscribe : https://launchpad.net/~yade-users
> More help : https://help.launchpad.net/ListHelp
>

Can you help with this problem?

Provide an answer of your own, or ask A Dinesh for more information if necessary.

To post a message you must log in.