com1DFA.particleTools.splitPartArea

splitPartArea(particles, cfg, dem)[source]

Split big particles

Split particles to keep enough particles within the kernel radius. place the new particle in the flow direction at distance epsilon x rPart

Parameters
  • particles (dict) – particles dictionary

  • cfg (configParser) – GENERAL configuration for com1DFA

  • dem (dict) – dem dictionary

Returns

particles – particles dictionary

Return type

dict