com1DFA.com1DFA.computeTravelAngle

computeTravelAngle(cfgGen, dem, particles, zPartArray0)[source]

Compute the travel angle associated to the particles

Parameters
  • cfgGen (configparser) – configuration for DFA simulation

  • dem (dict) – dictionary with dem information

  • particles (dict) – particles dictionary at t

  • zPartArray0 (dict) – z coordinate of particles at t=0s

Returns

particles – particles dictionary updated with the travel angle

Return type

dict