Re: Inlet velocity profile
OpenLB – Open Source Lattice Boltzmann Code › Forums › on OpenLB › General Topics › Inlet velocity profile › Re: Inlet velocity profile
July 17, 2018 at 1:11 am
#2886
tartopomm
Member
Thank you for your answer, I managed to get what I wanted!
Then, I would have another question: I would like to have a slip condition on the top and on the bottom of my domain, so I added this line where the boundary conditions are defined (velocity and pressure):
sBoundaryCondition.addSlipBoundary( superGeometry, 2)
But is it enough or should I add something else? because when I ran the simulation, it didn’t change much.
thank you!