Reply To: Applying ZouHe Boundary conditions in poiseuille flow
OpenLB – Open Source Lattice Boltzmann Code › Forums › on OpenLB › General Topics › Applying ZouHe Boundary conditions in poiseuille flow › Reply To: Applying ZouHe Boundary conditions in poiseuille flow
March 15, 2019 at 7:50 pm
#4166
robin.trunk
Keymaster
Hi rajatzope,
to change the type of the boundary implementation you just need to replace one line. Currently (depending on your setup)
createInterpBoundaryCondition2D or createLocalBoundaryCondition2D
are used, just need to replace the line with
createZouHeboundaryCondition
Best
Robin