Reply To: Applying a friction value to non-slip boundary condition
Due to recent bot attacks we have changed the sign-up process. If you want to participate in our forum, first register on this website and then send a message via our contact form.
› Forums › OpenLB › General Topics › Applying a friction value to non-slip boundary condition › Reply To: Applying a friction value to non-slip boundary condition
March 26, 2020 at 8:55 am
#4894
sthavishtha
Participant
Dear Behnamandi
The partial slip boundary condition is already available via the function void addPartialSlipBoundary(...), listed in boundaryCondition2D.h/boundaryCondition2D.hh. An example of its usage is also available in examples/laminar/poiseuille2d/ and examples/laminar/poiseuille3d/ – you will have to use boundaryType == partialSlip in those code examples.
Regards
Sthavishtha
