calculate_motive_powers

calculate_motive_powers(motive_forces, velocities)[source]

Calculates motive power [kW].

Parameters:
  • motive_forces (numpy.array | float) – Motive forces [N].
  • velocities (numpy.array | float) – Velocity vector [km/h].
Returns:

Motive power [kW].

Return type:

numpy.array | float