calculate_wheel_powers

calculate_wheel_powers(wheel_torques, wheel_speeds)[source]

Calculates power at the wheels [kW].

Parameters:
  • wheel_torques (numpy.array | float) – Torque at the wheel [N*m].
  • wheel_speeds (numpy.array | float) – Rotating speed of the wheel [RPM].
Returns:

Power at the wheels [kW].

Return type:

numpy.array | float