Be very careful with using fillbox with FreeDrawMode!

Hello everyone, just a heads up

Please note that if you draw a boundary object, such as a cylinder with FreeDrawMode and then use fillbox in either regular/FreeDrawMode grid, it WILL put fluid particles inside of your object, even if it is fully solid.

FreeDrawMode does not play well with fluid particles unfortunately as of yet.

Kind regards

Comments

  • Tips for checking this:

    1) Look at the MkCells representation, you will see "holes" along the main axis of your cylinder objects

    2) Clip filter in ParaView

    One way to solve this:

    Draw fluid first, use mkvoid operations afterwards

    Kind regards

Sign In or Register to comment.