Understanding Water Ripple Behavior

  • Thread starter Thread starter Kirl
  • Start date Start date
  • Tags Tags
    Water
AI Thread Summary
To create a procedural 2D water ripple effect for a game, key factors include the volume and weight of the object impacting the water, which influence wave height. The speed of the waves is determined by the medium and the energy of the impact. The decay rate of wave height and length can be modeled using physics principles, with subsequent waves typically being smaller than the initial wave. Researching "gravity waves" can provide essential insights into these dynamics. Understanding these elements will enhance the realism of the ripple effect in the game.
Kirl
Messages
8
Reaction score
0
Hi,

I am trying to code the behaviour of a 2d water ripple, like when something falls into or onto the water, it is for a game so it doesn't have to be exact but I want it to be procedural instead of a fixed wave. So I like to know several things:

What determines the height of the waves? (probably volume + weight of object dropped?)

What determines the speed of the waves?

What is the decaying rate of the waves length and height. By how much is the second wave smaller then the first etc?

Any kind of help is greatly apriciated!
 
Physics news on Phys.org
Study up on 'gravity waves'. That should give you all the rules you require.

desA
 
Ah, the right search term brought up some usefull results, thanks a lot.
 
Kindly see the attached pdf. My attempt to solve it, is in it. I'm wondering if my solution is right. My idea is this: At any point of time, the ball may be assumed to be at an incline which is at an angle of θ(kindly see both the pics in the pdf file). The value of θ will continuously change and so will the value of friction. I'm not able to figure out, why my solution is wrong, if it is wrong .
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Back
Top