You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In espressomd/espresso/tree/python/doc/tutorials/lattice_boltzmann/lattice_boltzmann_sedimentation.ipynb
the 'dist' parameter of the espressomd.shapes.Wall object should be set to spacing not to 1.
The text was updated successfully, but these errors were encountered:
Thank you for your feedback. As far as I remember, this spacing value was deliberately chosen such that the ceiling wall wouldn't exert a non-bonded force on the top layer of the particle cloud during the first time step. For the LB algorithm, the distance is actually rounded down, thus a distance of 1.0 or 1.22 will in either case create a LB boundary of thickness 1. The user guide doesn't seem to mention this rounding-down feature, though. I've opened a PR to add a paragraph to that effect (see 99f4275d:doc/sphinx/lb.rst).
Description of changes:
- remove summer school banner
- make the ELC tutorial appear on GitHub Pages
- document effect of lattice offset on shape-based constraints used to create boundaries (follow-up to #4804)
In espressomd/espresso/tree/python/doc/tutorials/lattice_boltzmann/lattice_boltzmann_sedimentation.ipynb
the 'dist' parameter of the espressomd.shapes.Wall object should be set to spacing not to 1.
The text was updated successfully, but these errors were encountered: