com1DFA.particleTools.splitPartMass

splitPartMass(particles, cfg)[source]

Split big particles

Split particles bigger than thresholdMassSplit x massPerPart place the new particle in the flow direction at distance epsilon x rPart (this means splitting happens only if particles grow -> entrainment)

Parameters
  • particles (dict) – particles dictionary

  • cfg (configParser) – GENERAL configuration for com1DFA

Returns

particles – particles dictionary

Return type

dict