Hi everyone,
For the CHECK_SOLIDS_DEM_COLL_LSD
subroutine in the check_solids_dem_mod
code file, there are two factors, M and L. These two factors seem to denote solid phase indexes.
Some parameters like the effective mass of colliding particles and the collision time scale are definated relating to M and L.
However, collisions depend on each colliding particles. For example, it may be easier to be understood, if mass_eff = mass(particle_1)*mass(particle_2)/(mass(particle_1)+mass(particle_2)). And, each solid phase may have their diameter distributions.
M and L in the code file mean phase indexe or particle index? How to understand the code if M and L refer to phase indexe.
Thank you.