Changes by last author:
Changed:
-----
For clarity the previous information has been moved to |
Experimental AE/DE/Film is a simple film model implemented from example Lada OE J7ECU for my tests (of course it is excluded from FW by default).It is not MAP or TPS based, but air_quantity based. It calcs pw_air_q_based = (req_fuel*MAP*VE*Gair). Film: PWfilm = F(air_q, CLT), compare PWfilm and PWfilm_last, and + or - difference to final PW. ACC/DECC: if (tps-tps_last>deadband) PWadd/sub=coeff*(air_q-air_q_last). For decay use simple acc_corr = coeff * acc_corr_in_last_cycle, it is non linear. Separate decay coeff used if acc/decc starts or continues in current cycle. All calcs is cycle based but not time based, and separate for each cyl. Not even one test performed, only bench and PC tests, i'll try some tests near months. - MembersPage/Andrey |
-----
For clarity the previous information has been moved to |