CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Bugs (https://www.cfd-online.com/Forums/openfoam-bugs/)
-   -   1.5-dev: faceInterpolate in parallel crashes (https://www.cfd-online.com/Forums/openfoam-bugs/79881-1-5-dev-faceinterpolate-parallel-crashes.html)

matteoL September 7, 2010 11:33

1.5-dev: faceInterpolate in parallel crashes
 
Hello,
on a boundary pacth, I am trying to interpolate values from the face centers to the vertices ( I need it for the displacementLaplacian mesh motion which requires the value specified on vertices and not face centres) using:

primitivePatchIntepolation< polyPatch> interp
{
mesh.boundaryMesh()[patchID]
}

pointDispPatch==
interp.faceToPointInterpolate
{
...
}

This works nicely in serial but when when started in parallel it crashes saying that the field generated by the interpolation is smaller than the (point)boundary size...

Any idea why?
is there an easy solution to the problem?

thanks,
matteo


All times are GMT -4. The time now is 09:15.