Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  delete fluid bouncing
#3
(23-03-2021, 08:45 PM)josemendez Wrote: 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!

I have the parameter max depenetration at 0, I attach a video Video Bouncy , thank you , I hope you can help me
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