BUG: FINDCELL() CAN NOT WORK PROPERLY WHEN USING PARALLEL

Submitted by Detian Liu on Mon, 03/09/2015 - 18:16

I found that when we use parallel, in the locate model, it will call for the member function in OpenFOAM - findcells(), it will always return -1, because OpenFOAM only try to search the point in the first processor. Does anybody met this problem? How do you fix this problem?

Thank you!