updateVelocityEuler Interface

public interface updateVelocityEuler

Module Procedures

public subroutine updateVelocityEuler_MEM(this, dt)

Update particle velocity according to current forces on particle using Euler integration

Arguments

Type IntentOptional Attributes Name
type(mus_particle_MEM_type), intent(inout) :: this
real(kind=rk), intent(in) :: dt

Time step

public subroutine updateVelocityEuler_DPS(this, dt)

Update particle velocity according to current forces on particle using Euler integration

Arguments

Type IntentOptional Attributes Name
type(mus_particle_DPS_type), intent(inout) :: this
real(kind=rk), intent(in) :: dt

Time step