com1DFA.particleTools.getSplitPartPositionSimple

getSplitPartPositionSimple(particles, rho, distSplitPart, ind)[source]

Compute the new particle potion due to splitting

Parameters
  • particles (dict) – particles dictionary

  • rho (float) – density

  • distSplitPart (float) – distance coefficient

  • ind (int) – index of the particle to split

Returns

  • xNew (numpy array) – x components of the splitted particles

  • yNew (numpy array) – y components of the splitted particles

  • zNew (numpy array) – z components of the splitted particles