Obi Official Forum

Full Version: Collision between granular and fluid
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, is there a way to detect collisions between granular particles and fluid particles?
(01-05-2023, 12:06 PM)dianaenoiuc Wrote: [ -> ]Hello, is there a way to detect collisions between granular particles and fluid particles?

Hi!

Yes, they should collide by default. Just make sure particle collisions are globally enabled in the ObiSolver component, and that collision filters are properly setup.

If you want to detect collisions, as in get a list of all contacts generated between particles, you can also do that using collision callbacks.