rusEFI
The most advanced open source ECU
|
Definition in file fuel_math.h.
AirmassModelBase * getAirmassModel | ( | engine_load_mode_e | mode | ) |
Definition at line 156 of file fuel_math.cpp.
Referenced by getBaseFuelMass(), and lua_getAirmass().
float getBaroCorrection | ( | ) |
Definition at line 429 of file fuel_math.cpp.
Referenced by EngineState::periodicFastCallback().
float getCltFuelCorrection | ( | ) |
Engine warm-up fuel correction.
Definition at line 386 of file fuel_math.cpp.
Referenced by EngineState::periodicFastCallback().
angle_t getCltTimingCorrection | ( | ) |
Referenced by IgnitionState::updateAdvanceCorrections().
Definition at line 472 of file fuel_math.cpp.
Referenced by getCycleFuelMass().
Cranking fuel is different depending on engine coolant temperature If the sensor is failed, use 20 deg C
Definition at line 42 of file fuel_math.cpp.
Referenced by getCrankingFuel().
Definition at line 300 of file fuel_math.cpp.
Referenced by getInjectionMass().
Definition at line 491 of file fuel_math.cpp.
Referenced by EngineState::periodicFastCallback().
Definition at line 451 of file fuel_math.cpp.
Referenced by AntilagSystemBase::update().
float getIatFuelCorrection | ( | ) |
Definition at line 395 of file fuel_math.cpp.
Referenced by EngineState::periodicFastCallback().
Definition at line 312 of file fuel_math.cpp.
Referenced by EngineState::periodicFastCallback().
Definition at line 217 of file fuel_math.cpp.
Referenced by EngineState::periodicFastCallback().
Definition at line 288 of file fuel_math.cpp.
Referenced by canDashboardHaltech(), EngineState::periodicFastCallback(), populateFrame(), LimpManager::updateState(), and updateTunerStudioState().
Definition at line 294 of file fuel_math.cpp.
Referenced by updateTunerStudioState().
Definition at line 176 of file fuel_math.cpp.
Referenced by ThrottleModel::maxEngineFlow().
int getNumberOfInjections | ( | injection_mode_e | mode | ) |
Number of injections using each injector per engine cycle
Definition at line 248 of file fuel_math.cpp.
Referenced by getInjectorDutyCycle(), getInjectorDutyCycleStage2(), and InjectionEvent::onTriggerTooth().
float getPostCrankingFuelCorrection | ( | ) |
Definition at line 404 of file fuel_math.cpp.
Referenced by EngineState::periodicFastCallback().
Definition at line 111 of file fuel_math.cpp.
Referenced by getCycleFuelMass().
Definition at line 506 of file fuel_math.cpp.
Referenced by EngineState::periodicFastCallback().
float getStandardAirCharge | ( | ) |
Standard cylinder air charge - 100% VE at standard temperature, grams per cylinder
Should we bother caching 'getStandardAirCharge' result or can we afford to run the math every time we calculate fuel?
Definition at line 481 of file fuel_math.cpp.
Referenced by MafAirmass::getAirmassImpl(), and getBaseFuelMass().
void initFuelMap | ( | ) |
Initialize fuel map data structure.
Definition at line 379 of file fuel_math.cpp.
Referenced by initDataStructures().