Reply To: airBubbleCoalescence3d example: adding BounceBack BCs
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 › 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
