Error:check_cell_movement.f:178

image

INFO C:\tools\miniconda3\conda-bld\mfix-solver_1555350421062\work\model\des\check_cell_movement.f:136
Error 1100: Particles detected in a ghost cell:
Particle 7299 moved into cell with I index 1
X-Position: -0.5877E-06 X-Velocity: -2.084
This is a fatal error. A particle output file (vtp) will be written
to aid debugging.

#################################################################
ERROR C:\tools\miniconda3\conda-bld\mfix-solver_1555350421062\work\model\des\check_cell_movement.f:178


INFO C:\tools\miniconda3\conda-bld\mfix-solver_1555350421062\work\model\des\check_cell_movement.f:136
Error 1100: Particles detected in a ghost cell:
Particle 7299 moved into cell with I index 1
X-Position: -0.2090E-05 X-Velocity: -2.241
This is a fatal error. A particle output file (vtp) will be written
to aid debugging.

#################################################################

all the 9 errors are same.why?

The errors are saying that particles are detected in places they shouldn’t be. This usually means that either your particles are too soft and therefore the particle time step is too large, or that there is something wrong with your geometry.

Hi, I also meet this problem. Have you solved it? I have tried to increase kn, or decrease max steps between neighbour search but finally nothing changed.