predict_clutch_tc_speeds_delta

predict_clutch_tc_speeds_delta(clutch_tc_speed_model, times, clutch_phases, accelerations, velocities, gear_box_speeds_in, gears, gear_box_torques_in)[source]

Predicts engine speed delta due to the clutch or torque converter [RPM].

Parameters:
  • clutch_tc_speed_model (callable) – Clutch or Torque converter speed model.
  • times (numpy.array) – Time vector [s].
  • clutch_phases (numpy.array) – When the clutch is active [-].
  • accelerations (numpy.array) – Acceleration vector [m/s2].
  • velocities (numpy.array) – Vehicle velocity [km/h].
  • gear_box_speeds_in (numpy.array) – Gear box speed vector [RPM].
  • gears (numpy.array) – Gear vector [-].
  • gear_box_torques_in (numpy.array) – Torque required vector [N*m].
Returns:

Engine speed delta due to the clutch or torque converter [RPM].

Return type:

numpy.array