zhulianhua / dugksFoam

An OpenFOAM solver for Boltzmann model equation using discrete unified gas kinetic scheme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug when cyclic boundary patches pair are not in the same parallel sub zone

zhulianhua opened this issue · comments

When the cyclic patches are not in the same subzone (by physical space parallel decomposition), the parallel runs will crash. A simple Couette flow case will reproduce this issue. I guess this is due to the improper treatment of cyclicProcessor boundary in the dugksFoam source code.