com1DFA.particleTools.appendAverageStd

appendAverageStd(proList, avaProfile, particles, U2, kineticEneSum, weights)[source]

append averaged to path

Parameters
  • proList (list) – list of properties to average and append

  • avaProfile (dict) – path

  • particles (dict) – particles dict

  • U2 (numpy array) – array of particles squared velocities (same size as particles)

  • kineticEneSum (numpy array) – array of particles kinetic energy (same size as particles)

  • weights (numpy array) – array of weights (same size as particles)

Returns

avaProfile – averaged profile

Return type

dict