-
Notifications
You must be signed in to change notification settings - Fork 188
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
LB GPU does not apply velocity bc under unclear circumstances #2728
Comments
your gamma is quite large... are you sure that the LB is stable? Also, we have a python test that checks a very similar system... |
setting a short range ia changes the cell geometry. |
remove the kernel call? |
This is a regression introduced after 4.0. now it reads: |
Below script simulates a slab geometry with v=0 boundary conditions on top and bottom.
An external force density is applied to the fluid/
Also, a particle is advected.
The resulting flow profile is Poisseullew'ish for LB CPU.
For LB GPU, it is completeley flat unless the WCA interaction is
disabled. Then, it is poisseulle like as well.
The text was updated successfully, but these errors were encountered: