-
Notifications
You must be signed in to change notification settings - Fork 53
Description
Hi there,
I hope you are doing well and thanks for developing this beautiful PFM version.
I am continuously working with the cfdemSolverMultiphaseScalar solver, and have faced an issue. For interpolating the temperature data from cell center to the particle position within that cell, you have utilized the interpolationCellPoint, which you can see in below:
Line 319 in 71acedd
| interpolationCellPoint<scalar> TInterpolator_(tempField_); |
However, my parallel simulation using this solver and energy model suddenly gets stuck after a number of time steps. This behaviour has also been reported by the OF users getting stuck in parallel without any error:
https://www.cfd-online.com/Forums/openfoam-programming-development/195778-interpolationcellpoint-not-working-parallel.html
and:
https://www.cfd-online.com/Forums/openfoam-programming-development/156754-cannot-use-interpolationcellpoint-parallel.html
just to note that I'm using PFM with OpenFOAM 5.x version. And surprisingly the issue occurs with exactly that line, and not the interpolations above!
What is your approach for solving this? What do you recommend to me as my simulations get stuck?
Regards,
Mohammad