DualSPHysics / DesignSPHysics

Module for FreeCAD intended to use with DualSPHysics fluid simulator.
Other
111 stars 40 forks source link

Filling a tank with inletoutlet examples #212

Closed matte-giuf closed 4 months ago

matte-giuf commented 4 months ago

Hi everyone, I was trying to fill a cylindrical tank with a coaxial source but I'm having difficulties. I am trying to follow the examples given in the inletoutlet folder, but when I place the source, the program gives me the following error ‘there are inout fluid or boundary particles too close to inout particles.’

I try moving the source but the problem persists.

How can I solve it?

Thank you

panyue1359 commented 4 months ago

Try setting layers to 1, and make sure the direction vector is (0, 1, 0) or (0 ,-1, 0)

matte-giuf commented 4 months ago

Try setting layers to 1, and make sure the direction vector is (0, 1, 0) or (0 ,-1, 0)

Thank you so much for the tip.

I've tried to setting layers to 1 and I was able to direct the flow the way I want.