Skip to content

Reply To: Curved boundary

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 Curved boundary Reply To: Curved boundary

#9512
FBukreev
Keymaster

Yes, material 0 is the problem here.

You just leave the channelas it is in the main method and create a cylinder in the prepareGeometry section like:

IndicatorCylinder3D cyl(center1, center2, radius);
superGeometry.rename(1,2,cyl);