computeHydroForces_DPS Subroutine

public subroutine computeHydroForces_DPS(particleGroup, nu, myRank)

DEM_computeExternalForces adds the non-DEM forces (including hydrodynamic force from the LBM) to F_DEM which is used to update velocity within the DEM subcycle.

Arguments

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

particleGroup to search for collisions in

real(kind=rk), intent(in) :: nu

Fluid dynamic viscosity (physical units) for computing hydro forces

integer, intent(in) :: myRank

This process rank