calculate_gear_box_heat

calculate_gear_box_heat(gear_box_efficiency, gear_box_power_out, delta_time)[source]

Calculates the gear box temperature heat [W].

Parameters:
  • gear_box_efficiency (float) – Gear box efficiency [-].
  • gear_box_power_out (float) – Power at wheels [kW].
  • delta_time (float) – Time step [s].
Returns:

Gear box heat [W].

Return type:

float