Reply To: Applying a friction value to non-slip boundary condition
OpenLB – Open Source Lattice Boltzmann Code › Forums › on 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