DEM_computeWallForces_MEM Subroutine

public subroutine DEM_computeWallForces_MEM(particleGroup, scheme, geometry, params, Tc, eps)

Arguments

Type IntentOptional Attributes Name
type(mus_particle_group_type), intent(inout) :: particleGroup

particleGroup to search for collisions in

type(mus_scheme_type), intent(inout) :: scheme

Scheme for access to leveldescriptor

type(mus_geom_type), intent(in) :: geometry

Geometry for access to tree

type(mus_param_type), intent(in) :: params

Params for access to dt, dx, etc.

real(kind=rk) :: Tc

Collision time

real(kind=rk) :: eps

Threshold gap for DEM collisions