Bug: findcell() can not work properly when using parallel
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 in the first processor. Does anybody met this problem? How do you fix this problem?
Thank you!