Fluid particles fall down by the gravity in a closed volume
Dear developers and users of the DualSPHysics,
Would you be so kind to point out parameters in the XML file, which are responsible for a constant density of the fluid in the simulated volume?
I try to run a modified version of a Pump example.
In my case it has no void space in the volume with fluid. The closed container, the fluid, and the turbine are imported as STL files.
When the simulation starts, it looks like all the evenly distributed particles in the volume fall down to the gravity direction, and create a much smaller volume of the fluid, which then interacts with a moving turbine.
I tried a smaller distance between the particles of the water: 0.0005 m and 0.0008 m instead of 0.004 m in the original Pump example. Both 0.0005 m and 0.0008 m had the same effect. I didn't run the original pump example, as my Nvidia GPU is not so fast for that.
May that change of the distance between the fluid particles be the reason?
I attach the idp Paraview animation frames in the beginning, shortly after start, and in the end of the simulation.



Unfortunately, it wasn't possible to upload the xml file of the simulation.
Please, help me with this, if you know how to change such engine behavior.
Would you be so kind to point out parameters in the XML file, which are responsible for a constant density of the fluid in the simulated volume?
I try to run a modified version of a Pump example.
In my case it has no void space in the volume with fluid. The closed container, the fluid, and the turbine are imported as STL files.
When the simulation starts, it looks like all the evenly distributed particles in the volume fall down to the gravity direction, and create a much smaller volume of the fluid, which then interacts with a moving turbine.
I tried a smaller distance between the particles of the water: 0.0005 m and 0.0008 m instead of 0.004 m in the original Pump example. Both 0.0005 m and 0.0008 m had the same effect. I didn't run the original pump example, as my Nvidia GPU is not so fast for that.
May that change of the distance between the fluid particles be the reason?
I attach the idp Paraview animation frames in the beginning, shortly after start, and in the end of the simulation.



Unfortunately, it wasn't possible to upload the xml file of the simulation.
Please, help me with this, if you know how to change such engine behavior.
Debug Trace
Notice |
Cannot assign an empty string to a string offset #0 /var/www/forums-dual-sphysics-org/library/core/class.format.php(1203): gdn_ErrorHandler(2, 'Cannot assign a...', '/var/www/forums...', 1203, Array) #1 /var/www/forums-dual-sphysics-org/library/core/class.format.php(958): Gdn_Format::formatMentionsCallback('') #2 /var/www/forums-dual-sphysics-org/library/core/class.format.php(1292): Gdn_Format::tagContent('@aliale<br />I ...', 'Gdn_Format::for...') #3 /var/www/forums-dual-sphysics-org/library/Vanilla/Formatting/Html/HtmlEnhancer.php(59): Gdn_Format::mentions('@aliale<br />I ...') #4 /var/www/forums-dual-sphysics-org/library/Vanilla/Formatting/Formats/HtmlFormat.php(74): Vanilla\Formatting\Html\HtmlEnhancer->enhance('@aliale<br />I ...') #5 /var/www/forums-dual-sphysics-org/library/Vanilla/Formatting/FormatService.php(34): Vanilla\Formatting\Formats\HtmlFormat->renderHtml('@aliale\r\nI thin...') #6 /var/www/forums-dual-sphysics-org/library/core/class.format.php(769): Vanilla\Formatting\FormatService->renderHTML('@aliale\r\nI thin...', 'html') #7 /var/www/forums-dual-sphysics-org/library/core/class.format.php(1479): Gdn_Format::html('@aliale\r\nI thin...') #8 /var/www/forums-dual-sphysics-org/applications/vanilla/views/discussion/helper_functions.php(24): Gdn_Format::to('@aliale\r\nI thin...', 'Html') #9 /var/www/forums-dual-sphysics-org/applications/vanilla/views/discussion/helper_functions.php(170): formatBody(Object(stdClass)) #10 /var/www/forums-dual-sphysics-org/applications/vanilla/views/discussion/comments.php(19): writeComment(Object(stdClass), Object(DiscussionController), Object(Gdn_Session), 2) #11 /var/www/forums-dual-sphysics-org/applications/vanilla/views/discussion/index.php(53): include('/var/www/forums...') #12 /var/www/forums-dual-sphysics-org/library/core/class.controller.php(778): include('/var/www/forums...') #13 /var/www/forums-dual-sphysics-org/library/core/class.controller.php(1382): Gdn_Controller->fetchView('', false, false) #14 /var/www/forums-dual-sphysics-org/library/core/class.pluggable.php(217): Gdn_Controller->xRender() #15 /var/www/forums-dual-sphysics-org/applications/vanilla/controllers/class.discussioncontroller.php(310): Gdn_Pluggable->__call('render', Array) #16 /var/www/forums-dual-sphysics-org/library/core/class.dispatcher.php(862): DiscussionController->index('1596', 'fluid-particles...', '') #17 /var/www/forums-dual-sphysics-org/library/core/class.dispatcher.php(279): Gdn_Dispatcher->dispatchController(Object(Gdn_Request), Array) #18 /var/www/forums-dual-sphysics-org/index.php(29): Gdn_Dispatcher->dispatch() #19 {main} |
Comments
I think you can try to genrate fluid particles using other ways ,not the stl, and try again.
However fluid particles are suggeste to be created using "drawbox" of "fillbox"
Regards