Problem filling maze

I’m trying to fill this maze (in 2D) and there are 2 problems with it:

- Some emitters grow very slowly and stop.
- The simulation doesn’t wrap like the settings tell it to.

Here’s the scene file:
https://www.dropbox.com/s/egy0v6s0vw9knsf/BuildSpread1\_001.max?dl=0

Hey,

The wrapping is not implemented for the FLIP solver yet - we’ll check the emitters in the scene, but make sure you don’t have open geometries or flipped normals.

Cheers!

Hi,

the problem with the emitters is the ImagePlane because the simulator doesn’t like plane geometries at all. Just hide it аnd all emitters will work properly. I have another suggestion for you - make the maze walls thicker (for example 1 cm) because the grid resolution is too low. And you can try decrease the Steps per frame parameter to 1. Then the simulation would be much faster. Increase them if it’s needed later on.

Ok, thanks George.