calculate_rcb_corrected_co2_emission_value

calculate_rcb_corrected_co2_emission_value(speed_distance_corrected_co2_emission_value, engine_type, fuel_type, alternator_efficiency, phases_distances, theoretical_phases_distances, batteries_phases_delta_energy, speed_distance_correction=True, rcb_correction=True, is_hybrid=False, cycle_type='WLTP')[source]

Calculates the CO2 emission value corrected for RCB [CO2g/km].

Parameters:
  • is_hybrid (bool) – Is the vehicle hybrid?
  • cycle_type (str) – Cycle type (WLTP or NEDC).
  • speed_distance_corrected_co2_emission_value (float) – CO2 emission value corrected for speed & distance [CO2g/km].
  • batteries_phases_delta_energy (numpy.array) – Phases delta energy of the batteries [Wh].
  • theoretical_phases_distances (numpy.array) – Theoretical cycle phases distances [km].
  • phases_distances (numpy.array) – Cycle phases distances [km].
  • alternator_efficiency (float) – Alternator efficiency [-].
  • engine_type (str) – Engine type (positive turbo, positive natural aspiration, compression).
  • fuel_type (str) – Fuel type (diesel, gasoline, LPG, NG, ethanol, methanol, biodiesel, propane).
  • rcb_correction (bool) – Apply RCB correction?
  • speed_distance_correction (bool) – Apply speed distance correction?
Returns:

CO2 emission value corrected for RCB [CO2g/km].

Return type:

float