applyHydrodynamicForces Subroutine

public subroutine applyHydrodynamicForces(this, scheme, stencil, params, rho_p_lat)

ApplyHydrodynamicForces performs the momentum transfer from fluid TO particle

Arguments

Type IntentOptional Attributes Name
type(mus_particle_MEM_type), intent(inout) :: this
type(mus_scheme_type), intent(inout) :: scheme

Scheme for access to level descriptor

type(tem_stencilHeader_type), intent(in) :: stencil

fluid stencil

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

Parameters for access to conversion factors between units

real(kind=rk), intent(in), optional :: rho_p_lat

Density value to compute equilibrium PDFs with in case local fluid density is not available because i.e. the adjacent element is a wall or another particle.