staggered boundary generation: direction index should point to fluid cell when...
staggered boundary generation: direction index should point to fluid cell when inner_or_boundary=False In that case, the index vector contains the boundary cells, so the direction should point to the fluid cell. When inner_or_boundary=True, the index vector contains the fluid cells and the direction points to the boundary cell.
Showing
- python/lbmpy_walberla/boundary.py 5 additions, 0 deletionspython/lbmpy_walberla/boundary.py
- python/pystencils_walberla/boundary.py 10 additions, 0 deletionspython/pystencils_walberla/boundary.py
- python/pystencils_walberla/templates/Boundary.tmpl.h 1 addition, 1 deletionpython/pystencils_walberla/templates/Boundary.tmpl.h
Please register or sign in to comment