Reply To: Cylinder2D study
OpenLB – Open Source Lattice Boltzmann Code › Forums › on OpenLB › General Topics › Cylinder2D study › Reply To: Cylinder2D study
February 1, 2023 at 4:23 pm
#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