An MPCD streaming method is required to update the particle positions over time.
It is meant to be used in conjunction with an mpcd.Integrator and
CollisionMethod. Particle positions are propagated
ballistically according to Newton’s equations using a velocity-Verlet scheme for
a time Δt:
where r and v are the particle position and velocity, respectively, and
f is the external force acting on the particles of mass m. For a list of
forces that can be applied, see mpcd.force.