Problem regarding Kfric values and free-slip BC
Hello!
I am a new user for DualSPHysics and I was just experimenting with some cases. I faced some issues that I was hoping that you could help me with:
Any guidance would be greatly appreciated.
Thanking you,
Yours Sincerely,
Saarang Gaggar
I am a new user for DualSPHysics and I was just experimenting with some cases. I faced some issues that I was hoping that you could help me with:
- I was trying to simulate a free-slip boundary condition and since I could not find any way on the forum or the documentation to do so, I thought that reducing the friction coefficient at the boundary to zero should also, logically, do the trick. Would that be a fair assumption to make?
- As a test case, I built a rotating cylinder and filled that with fluid. In the default condition, that was working just as expected. But then, I set the Kfric value of the material at the boundary to zero, and the results were still exactly the same, even though I had expected that there would not be any major movement of the enclosed fluid.
Any guidance would be greatly appreciated.
Thanking you,
Yours Sincerely,
Saarang Gaggar
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('@RCanelas could...', 'Gdn_Format::for...') #3 /var/www/forums-dual-sphysics-org/library/Vanilla/Formatting/Html/HtmlEnhancer.php(59): Gdn_Format::mentions('@RCanelas could...') #4 /var/www/forums-dual-sphysics-org/library/Vanilla/Formatting/Formats/HtmlFormat.php(74): Vanilla\Formatting\Html\HtmlEnhancer->enhance('@RCanelas could...') #5 /var/www/forums-dual-sphysics-org/library/Vanilla/Formatting/FormatService.php(34): Vanilla\Formatting\Formats\HtmlFormat->renderHtml('@RCanelas could...') #6 /var/www/forums-dual-sphysics-org/library/core/class.format.php(769): Vanilla\Formatting\FormatService->renderHTML('@RCanelas could...', 'html') #7 /var/www/forums-dual-sphysics-org/library/core/class.format.php(1479): Gdn_Format::html('@RCanelas could...') #8 /var/www/forums-dual-sphysics-org/applications/vanilla/views/discussion/helper_functions.php(24): Gdn_Format::to('@RCanelas could...', '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), 3) #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('1508', 'problem-regardi...', '') #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
If the movement is laminar the friction will have a very negligible effect. Native SPH interaction is friction less, so I just want to make sure that you have remembered to use/activate DEM?
If you have not activated DEM no friction effects will be taken into account.
Kind regards
This is one of the major hurdles with particle methods, geometry induced frictional behavior.
If you think about, there is no easy way to produce a completely smooth wall in a normal particle description, there will always be a 'particle to particle' normal component that is actually not normal to the surface.
This is exacerbated in our DCDEM description, because particle radius is small. That is why this method is not advisable to describe long-lasting frictional contacts, slow dynamics etc.
Look forward for our next release were we coupled a method that corrects this problem.
Cheers
Kind regards