How to count the number of parcels in the solid outlet, and then inject the same number of parcels to the solid inlet in MFIX-PIC?

When you sum the particles number, you should do like:
totP= PIP - IGHOST_CNT
CALL GLOBAL_ALL_SUM(TOTP)

1 Like