Hey, I am trying to simulate a solid-gas fluidized bed by using a UDF for Drag coefficient. If I simulate with Syamlal or Gidaspow for drag coefficient there is no problem. But if I use a UDF i always get the following error: reversed flow in 56 faces on pressure-outlet. # Divergence detected in AMG solver: mp-x-momentum -> Decreasing coarsening group size!
# Divergence detected in AMG solver: mp-x-momentum -> Increasing relaxation sweeps!
# You may try the enhanced divergence recovery with (rpsetvar 'amg/protective-enhanced? #t)
# Divergence detected in AMG solver: pressure correction -> Turning off correction scaling!
# Divergence detected in AMG solver: pressure correction -> Increasing relaxation sweeps!
# You may try the enhanced divergence recovery with (rpsetvar 'amg/protective-enhanced? #t)
Error: Divergence detected in AMG solver: pressure correction I have no idea how to fix this problem, I already tried to lower the under-relaxation factors, but this didn't work. Maybe somebody can help me?