Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  Collision between granular and fluid
#1
Hello, is there a way to detect collisions between granular particles and fluid particles?
Reply
#2
(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.
Reply