Skip to content

Reply To: Applying ZouHe Boundary conditions in poiseuille flow

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 Applying ZouHe Boundary conditions in poiseuille flow Reply To: Applying ZouHe Boundary conditions in poiseuille flow

#4166
robin.trunk
Participant

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