Skip to content

Reply To: Cylinder2D study

#7162
AntoineJ
Participant

That’s what I did for the inflow but I have errors when compiling the file.

I set the velocity in the parameters of the simulation: const T Velocity = 0.05;
Then I defined the inflow condition instead of the Poiseuille inflow: sLattice.defineU( superGeometry, 3, Velocity );

I don’t know where I’m wrong

Thanks