11-08-2021, 11:27 AM
Hi,
Based on the video, there's quite large gaps in-between particles, the particles at the corners are very small, and you're only using 1 iteration in parallel mode (which converges much more slowly than sequential, see: http://obi.virtualmethodstudio.com/manua...gence.html).
Make your particles larger (they should at least overlap a bit), and use 3 particle collision iterations in sequential mode.
Based on the video, there's quite large gaps in-between particles, the particles at the corners are very small, and you're only using 1 iteration in parallel mode (which converges much more slowly than sequential, see: http://obi.virtualmethodstudio.com/manua...gence.html).
Make your particles larger (they should at least overlap a bit), and use 3 particle collision iterations in sequential mode.