Compute collision forces using Discrete Element Method between particles local to this process i.e. both particles are owned by this process.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(mus_particle_group_type), | intent(inout) | :: | particleGroup |
particleGroup to search for collisions in |
||
| integer, | intent(in) | :: | myRank |
This proc's rank |
||
| real(kind=rk), | intent(in) | :: | eps |
Threshold gap at which to call it a collision |
||
| real(kind=rk), | intent(in) | :: | Tc |
DEM collision time, used for calculating spring and damper coefficients |
||
| real(kind=rk), | intent(in) | :: | mu |
Fluid dynamic viscosity, in physical units |