Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  delete fluid bouncing
#2
(23-03-2021, 07:45 PM)JskT01 Wrote: The fluid that I designed is in a container which I move from left to right and up to down, when moving it up to down it tends to bounce and I want to avoid this since it is not realistic for my simulation, I already played with several parameters but they have not worked for me

Imagen blue print

Hi!

There’s no explicit “bouncing” implemented in Obi, the collision model has no restitution parameter. There’s only two possible sources of bouncing: compressibility, or depenetration.

If the fluid is too compressible, it will compress when you move the container up, then decompress when you stop (giving it in a bouncy look). You need to use more substeps. (In the ObiFixedUpdater)

If the fluid gains velocity because it starts frames inside of a collider and has to be taken out, you can reduce the max depenetration velocity (in the ObiSolver).

A video of the issue would help, as I can’t really tell for sure what you’re referring to. Cheers!
Reply


Messages In This Thread
delete fluid bouncing - by JskT01 - 23-03-2021, 07:45 PM
RE: delete fluid bouncing - by josemendez - 23-03-2021, 08:45 PM
RE: delete fluid bouncing - by JskT01 - 23-03-2021, 08:59 PM
RE: delete fluid bouncing - by josemendez - 24-03-2021, 08:56 AM