rusEFI
The most advanced open source ECU
|
#include <wall_fuel.h>
Public Member Functions | |
float | adjust (float desiredMassGrams) |
float | getWallFuel () const |
void | resetWF () |
Data Fields | |
int | invocationCounter = 0 |
![]() | |
float | wallFuelCorrection = (float)0 |
floatms_t | wallFuel = (floatms_t)0 |
Wall wetting, also known as fuel film See https://github.com/rusefi/rusefi/issues/151 for the theory
Definition at line 15 of file wall_fuel.h.
desiredMassGrams | desired fuel quantity, in grams |
Definition at line 14 of file wall_fuel.cpp.
Referenced by InjectionEvent::onTriggerTooth().
float WallFuel::getWallFuel | ( | ) | const |
Definition at line 72 of file wall_fuel.cpp.
void WallFuel::resetWF | ( | ) |
Definition at line 10 of file wall_fuel.cpp.
Referenced by resetAccel().
int WallFuel::invocationCounter = 0 |
Definition at line 24 of file wall_fuel.h.
Referenced by adjust().