About problems in the particle_input.dat file

Hello,everyone.
I use particle_input.dat file to write the location coordinates of the two particles. In Mfix, it works fine, but in ParaView, the grid data is only for particle 1 and not for particle 2.Do you know how to solve this problem?


v

Line 25 says all particles belong to phase 1. change line 25 to:

Phase_ID:       T 

and insert a column with the phase ID of each particle. The phase ID must be column 4, and the diameter will move to column 5.

Thank you very much!@jeff.dietiker