calculate_motive_forces_v1

calculate_motive_forces_v1(motive_powers, velocities)[source]

Calculate motive forces [N].

Parameters:
  • motive_powers (numpy.array | float) – Motive power [kW].
  • velocities (numpy.array | float) – Velocity vector [km/h].
Returns:

Motive forces [N].

Return type:

numpy.array | float