Skip to content

Reply To: Multicomponent flow

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 Multicomponent flow Reply To: Multicomponent flow

#5603
Adrian
Keymaster

defineUBouzidi is not a method of the super lattice but a free function that accepts the super lattice (sLatticeOne resp. sLatticeTwo in your case) as its first argument.

So this should look something like (I can not ensure that this works in this way exactly as I do not know your whole code):

defineUBouzidi(sLatticeOne, superGeometry, 5, poiseuilleU);
defineUBouzidi(sLatticeTwo, superGeometry, 5, poiseuilleU);