Jump to content

Underwater forces


jaydini

Recommended Posts

Hi, I'm working on simulating objects behavior underwater. So far here's what I have:

Buoyancy. Upward force that's equal to the displaced water. This would determine if objects float or not. I have no idea yet on how to implement this but I'll figure it out in the next few days. It could be as complex as having different fields for each object or as simple as an flipped gravity.

Pressure? I still haven't got a solid grasp on this idea. So far, I know pressure is a force that acts on the object to all directions. That force magnitude is greater in depth.

Viscous is similar to friction or a force that resist movement.

I have yet to read a material that mentions movement of water in underwater. Is it as simple as wind?

Here's a run down

Gravity

Buoyancy - upward force/upward gravity

Pressure - clueless

Viscous - Drag/Turbulence/Noise field

Thank you for your help.

Link to comment
Share on other sites

You probably don't need to simulate the "Pressure force" because it affects the body in any direction so the resulting force is more or less 0.

Actually what you call Buoyancy force is the effect of the difference of the pressure on the top and the bottom of the body. But you probably even don't need it too. Just make Gravity less then at the air.

The effect of viscosity can be easily simulated by Drag force. As I understand the Drag force is just proportional to the velocity in DOPs. But in reality as I remember the Drag force is proportional to the sqr(v). And viscosity in addition is another force that is proportional to v.

And if you have any flow of the water just add that custom force ad noise.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...