Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  Liquid-to-Liquid Collision
#2
You misunderstood how fluid works: Fluid particles do not collide with each other. Only solid particles (granulars) do.

Fluid particles interact with each other trough density constraints, and can exchange property values via diffusion.

Take a look at the FluidMaze sample scene measures tints fluids and measures its "purity": when a particle collides with a solid block, the blocks' color is transferred to the solver.userData array. This data is diffused across neighboring particles during simulation.
Reply


Messages In This Thread
Liquid-to-Liquid Collision - by gotou - 14-01-2021, 04:31 PM
RE: Liquid-to-Liquid Collision - by josemendez - 14-01-2021, 04:41 PM
RE: Liquid-to-Liquid Collision - by gotou - 15-01-2021, 03:02 PM
RE: Liquid-to-Liquid Collision - by josemendez - 15-01-2021, 03:16 PM