Particle integration scheme benchmark#
This section was contributed by Gabriel Johnston and Rene Gassmöller
This benchmark is designed to test the convergence of various particle integration schemes (Forward-Euler, RK2, RK4) as detailed in [Gassmöller et al., 2018]. The first benchmark involves 100 particles moving in circular motion around a ring in a 2D box. The error is measured as the distance between the final and initial positions, which should ideally be zero. The second benchmark involves particles advected in a flow field defined by (61).
The final analytic position is represented by (62) and the distance between the initial and final position is defined by (63).
Fig. 238 Figure shows the convergence order of particle advection schemes in spatially variable flow (a) and temporally changing flow (b). Additionally, the figure (right) depicts the RK4 scheme using the analytical velocity solution for the halfway time instead of interpolating the discrete time steps. Figure adapted from [Gassmöller et al., 2018]#
