calculate_clutch_tc_efficiencies

calculate_clutch_tc_efficiencies(clutch_tc_speeds_delta, k_factor_curve, gear_box_speeds_in, engine_speeds_out)[source]

Calculates the efficiency of the clutch or torque converter [-].

Parameters:
  • clutch_tc_speeds_delta (numpy.array) – Engine speed delta due to the clutch or torque converter [RPM].
  • k_factor_curve (callable) – k factor curve.
  • gear_box_speeds_in (numpy.array) – Gear box speed vector [RPM].
  • engine_speeds_out (numpy.array) – Engine speed [RPM].
Returns:

Clutch or torque converter efficiency [-].

Return type:

numpy.array