addCollisionForceToBuffer adds DEM collision force Fcoll to the force buffer sent to particle with id particleID on rank recvRankIndex.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(mus_particle_group_type), | intent(inout) | :: | particleGroup |
particleGroup of this process |
||
| integer | :: | recvRankIndex |
Index of receiving rank in particleGroup%send%buf_force(recvRankIndex) |
|||
| real(kind=rk), | intent(in) | :: | Fcoll(3) |
Collision force to add to buffer |
||
| integer, | intent(in) | :: | particleID |
ID of particle to which collision force should be applied |