Skip to content

Reply To: Bounce Back Boundary conditions and lattice nodes locations

OpenLB – Open Source Lattice Boltzmann Code Forums on OpenLB General Topics Bounce Back Boundary conditions and lattice nodes locations Reply To: Bounce Back Boundary conditions and lattice nodes locations

#6012
jjessberger
Participant

Hello Ramiro,

I fully agree about the geometry.
In order to enforce the no-slip, the velocity is set to zero at BounceBack nodes (cf. BounceBack::computeU). The density is typically computed as in the bulk (which is the prescribed value is our case, since it does not changed after initialization), cf. BounceBack::computeRho.

Yours,
Julius