Skip to content
Snippets Groups Projects
Commit c9eef190 authored by Jonas Plewinski's avatar Jonas Plewinski
Browse files

Merge branch 'exclude-ghostlayer-collide-free-surface' into 'master'

Exclude ghost layer from collision in free-surface LBM

See merge request walberla/walberla!564
parents 2c62c0a7 05523351
No related merge requests found
......@@ -191,7 +191,7 @@ class SurfaceDynamicsHandler
public:
CollideSweep(const typename LatticeModel_T::Sweep& sweep) : sweep_(sweep){};
void operator()(IBlock* const block, const uint_t numberOfGhostLayersToInclude = uint_t(1))
void operator()(IBlock* const block, const uint_t numberOfGhostLayersToInclude = uint_t(0))
{
sweep_.collide(block, numberOfGhostLayersToInclude);
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment