How to freeze DEM particles?

Is there a keyword for not allowing DEM particles to move but still allowing for 2 - way coupling? momentum[xyz]_eq(pahse) only applies to the fluid and TFM right?

If there is not a keyword, should I just comment out des_time_march.f L189: CALL CFNEWVALUES?

1 Like

Correct, momentum[xyz]_eq(phase) only applies to a continuous phase.
Yes, If you want to freeze all particles in all directions, then commenting out the call to CFNEWVALUES should work.

1 Like