physical

It provides CO2MPAS model dsp to predict light-vehicles’ CO2 emissions.

Docstrings should provide sufficient understanding for any individual function.

Sub-Modules:

vehicle Functions and dsp model to model the mechanic of the vehicle.
wheels Functions and dsp model to model the mechanic of the wheels.
final_drive Functions and dsp model to model the final drive.
gear_box Functions and dsp model to model the gear box.
clutch_tc Functions and dsp model to model clutch and torque converter.
cycle Functions and dsp model to define theoretical times, velocities, and gears.
electrics Functions and dsp model to model the electrics of the vehicle.
engine Functions and dsp model to model the engine.
control Functions and dsp model to model the vehicle control strategy.
after_treat Functions and dsp model to model the after treatment.
co2 Functions and dsp model to model the legislation corrections.

Functions

calculate_clutch_tc_powers_out Calculate gear box power vector [kW].
calculate_final_drive_powers_out Calculate final drive power out [kW].
calculate_gear_box_powers_out Calculate gear box power vector [kW].

Dispatchers

dsp Wraps all functions needed to calibrate and predict light-vehicles’ CO2 emissions.