Skip to content

Issue with interpolation #16

@mostanad

Description

@mostanad

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:

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions