I am performing DEM simulation in MFix with pure granular flow. The time step is automatically calculated as 5 x 10^-8. But I need to set constant time step manually. How to do that? Do I need to use user defined function for that? If so please let me know the procedure.
Note: The particle characteristics or the parameters cannot be changed
However, if the calculated time step is 5E-8 s, DEM may not be the right model for your application. You may be able to increase it a bit, but if it is too large, you are going to miss collisions or have excessive overlap which will likely lead to failure of the simulation.
I don’t think reducing the mass fraction at the inlet will help. If you specify a constant velocity, this will inject fewer particles. If you specify a mass flow rate, it will still inject the same amount of particles. In both cases, you will still miss collisions at some point.
The constant solids time step can be applied without or with the gas phase. You can set a constant fluid time step too by setting a time step factor of 1.0, but I would not recommend that.
When I decrease the maximum steps between neighbor search from 25 to 5 then very few particles pass through the wall. Can this be an effective solution?