DEM_computeWallForces_DPS Subroutine

public subroutine DEM_computeWallForces_DPS(particleGroup, boundaryData, eps, Tc, myRank)

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.

Arguments

Type IntentOptional 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