DEM_computeWallForces_DPS computes the forces on particles as a result of collisions with walls described in the boundaryData object. These forces are only computed for particles owned by this process.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(mus_particle_group_type), | intent(inout) | :: | particleGroup |
particleGroup to search for collisions in |
||
| type(mus_particle_boundarydata_type), | intent(in) | :: | boundaryData |
Data about particle domain boundaries |
||
| real(kind=rk), | intent(in) | :: | eps |
threshold at which gap to call it a collision |
||
| real(kind=rk), | intent(in) | :: | Tc |
Collision time |
||
| integer, | intent(in) | :: | myRank |
This process rank |