private void CalculateAndSetSpeeds(float m, float T, int N, int divs, float vp)
 {
     particle_speeds = MaxwellBoltzmannSpeeds.Speeds(m, T, N, divs, vp);
     SetParticleSpeeds(N, vp);
     PlotDistribution();
 }