Dear OpenLB team,
I am now trying to apply a boundary condition as shown below:
[img]https://ibb.co/n382mK[/img]
the top and bottom boundary are characterized by u=u_inf and dv/dy=0. My question is that if there’s Neumann type boundary already implemented in OpenLB? I searched the function library and the only Neumann bc I found is convection boundary, which is however not suitable for this case.
Does that mean I need to create a new boundary class by myself? I am not an expert in C++ so I am a little bit confused on the program structure when assigning a boundary condition. Correct me if I was wrong: the user define a boundary condition via “addXXXBoundary” then the program goes into BoundaryConditionInstantiator2D and then PostProcessorGenerator2D, where the boundary condition algorithm is constructed.
Do I need to create a new addXXboundary function and new boundaryprocessor to create a Neumann type boundary as shown before? Looking forward to hearing from you.
Best regards,
Eric