rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
Functions
accel_enrichment.cpp File Reference

Detailed Description

Acceleration enrichment calculator.

In this file we have three strategies for acceleration/deceleration fuel correction

1) MAP rate-of-change correction 2) TPS rate-of-change correction 3) fuel film/wal wetting correction AWC Added to Wall Coefficient, % AWA Added to Wall Amount SOC Sucked Off wall Coefficient, % SOA Sucked Off wall amount WF current on-Wall Fuel amount

http://rusefi.com/wiki/index.php?title=Manual:Software:Fuel_Control

Date
Apr 21, 2014
Author
Dmitry Sidin
Andrey Belomutskiy, (c) 2012-2020
Matthew Kennedy

Definition in file accel_enrichment.cpp.

Functions

void initAccelEnrichment ()
 

Function Documentation

◆ initAccelEnrichment()

void initAccelEnrichment ( )

Definition at line 230 of file accel_enrichment.cpp.

230 {
231 engine->module<TpsAccelEnrichment>()->onConfigurationChange(nullptr);
232}
constexpr auto & module()
Definition engine.h:200
static EngineAccessor engine
Definition engine.h:413

Referenced by commonInitEngineController().

Here is the call graph for this function:
Here is the caller graph for this function:

Go to the source code of this file.