Skip to content

Exclude ghost layer from collision in free-surface LBM

In the free-surface LBM implementation, the collision is currently also performed in the first ghost layer when using a code-generated kernel from lbmpy. Performing the collision in the ghost layer is not necessary, and is also not done in LBM kernels from waLBerla.

This MR excludes the ghost layer from the collision.

Merge request reports