Reply To: airBubbleCoalescence3d example: adding BounceBack BCs
OpenLB – Open Source Lattice Boltzmann Code › Forums › on OpenLB › General Topics › airBubbleCoalescence3d example: adding BounceBack BCs › Reply To: airBubbleCoalescence3d example: adding BounceBack BCs
September 30, 2024 at 2:19 pm
#9312
luizeducze
Participant
Another thing …
You dont need those lines:
sLattice1.defineDynamics<BulkDynamics>(superGeometry, 3);
sLattice2.defineDynamics<BulkDynamics>(superGeometry, 3);
sLattice1.defineDynamics<BulkDynamics>(superGeometry, 4);
sLattice2.defineDynamics<BulkDynamics>(superGeometry, 4);
When you use the setBounceBack, you are already applying the correct dynamics to the boundary nodes.
Did you applied BulkDynamics for the material number 1?
Kind regards,
Luiz