Announcement

Collapse
No announcement yet.

Problem filling maze

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Problem filling maze

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

    https://youtu.be/kLOFjsn-CZE

    - 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/egy0v6s0vw...1_001.max?dl=0

  • #2
    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!
    Svetlin Nikolov, Ex Phoenix team lead

    Comment


    • #3
      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.
      George Barzinski
      QA Phoenix FD

      Comment


      • #4
        Ok, thanks George.

        Comment

        Working...
        X