-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DEMExample does not work with SPS viscosity #54
Comments
Did you make any progress on this? If yes, please share. If no, can elaborate? Are you only changing the viscosity? |
Unfortunately I didn’t make any progress on this. Yes I was only changing the viscosity.
… On 28 Jan 2020, at 07:50, saltynexus ***@***.***> wrote:
Did you make any progress on this? If yes, please share. If no, can elaborate? Are you only changing the viscosity?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#54?email_source=notifications&email_token=ALP3VFY5A3CN4EF6WX2PCT3Q77BTBA5CNFSM4I2MVUIKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEKCDYIQ#issuecomment-579091490>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ALP3VF2VRH5GNXUY3Q7SUQLQ77BTBANCNFSM4I2MVUIA>.
|
I know this doesn't fix your problem, but I've been recently implementing a DEM and found some difficulties as well. Long story short, I got a reply back from Giuseppe Bilotta over on the GPU discourse (https://gpusph.discourse.group/t/dem-in-combination-with-other-geometries/99/5) and I was informed on how the DEM is constructed
I don't know much about the SPS viscosity or how you're trying to use it, but I found when I tried to use an incompatible boundary model with the DEM, the particles fell through as well. To fix my problem, I had to choose a supported boundary model. So yes, it could very well be that the SPS viscosity is incompatible. However, there's hope in the near future. Giuseppe mentions that the DEM should theoretically be able to be modeled using particles instead of planar geometry. I know this would permit me to use the boundary model I'm interested in and it might also permit you to use the SPS viscosity. That being said, it was unclear to me if this feature is currently available or on the TODO list. You can read more in the link I provided above and possibly express you interest in resolving the issue as well. That is assuming we share the same problem. The more people that share a common problem, the more likely it will move up the TODO list. |
DEMExample does not work with SPS viscosity. Particles are leaving the domain for no known reason.
The text was updated successfully, but these errors were encountered: