From 32e10f372b3e33f8e005f2a5f99f2a900c99965f Mon Sep 17 00:00:00 2001 From: rusefi Date: Fri, 4 Jan 2019 21:54:57 -0500 Subject: [PATCH] #151 docs --- firmware/controllers/algo/accel_enrichment.h | 4 ++++ .../algo/engine_configuration_generated_structures.h | 5 +++-- firmware/integration/rusefi_config.txt | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/firmware/controllers/algo/accel_enrichment.h b/firmware/controllers/algo/accel_enrichment.h index bf5abb094e..cff1e6d0b1 100644 --- a/firmware/controllers/algo/accel_enrichment.h +++ b/firmware/controllers/algo/accel_enrichment.h @@ -44,6 +44,10 @@ private: float previousValue; }; +/** + * Wall wetting, also known as fuel film + * See https://github.com/rusefi/rusefi/issues/151 for the theory + */ class WallFuel { public: WallFuel(); diff --git a/firmware/controllers/algo/engine_configuration_generated_structures.h b/firmware/controllers/algo/engine_configuration_generated_structures.h index 1d8ef87068..fa8c5c7567 100644 --- a/firmware/controllers/algo/engine_configuration_generated_structures.h +++ b/firmware/controllers/algo/engine_configuration_generated_structures.h @@ -1,4 +1,4 @@ -// this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Fri Jan 04 17:02:17 EST 2019 +// this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Fri Jan 04 21:51:55 EST 2019 // begin #ifndef ENGINE_CONFIGURATION_GENERATED_H_ #define ENGINE_CONFIGURATION_GENERATED_H_ @@ -1624,6 +1624,7 @@ typedef struct { */ pid_s idleRpmPid; /** + * Wall wetting/evaporation factor/Tau factor/fuel film * offset 1904 */ float addedToWallCoef; @@ -2459,4 +2460,4 @@ typedef struct { #endif // end -// this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Fri Jan 04 17:02:17 EST 2019 +// this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Fri Jan 04 21:51:55 EST 2019 diff --git a/firmware/integration/rusefi_config.txt b/firmware/integration/rusefi_config.txt index 45380fd476..2bcb5729f5 100644 --- a/firmware/integration/rusefi_config.txt +++ b/firmware/integration/rusefi_config.txt @@ -763,7 +763,7 @@ custom pin_mode_e 4 bits, U32, @OFFSET@, [0:5], @@pin_mode_e_enum@@ float mapErrorDetectionTooHigh;kPa value which is too high to be true;"kPa", 1, 0, -100.0, 800.0, 2 int step1RpmWindow;RPMs prior to step1rpm point where ignition advance is retarded;"rpm", 1, 0, 0, 3000.0, 2 pid_s idleRpmPid;See cltIdleRpmBins - float addedToWallCoef;;"%", 1, 0, 0.0, 300.0, 2 + float addedToWallCoef;Wall wetting/evaporation factor/Tau factor/fuel film;"%", 1, 0, 0.0, 300.0, 2 brain_pin_e communicationLedPin;blue LED on discovery by default brain_pin_e runningLedPin;green LED on discovery by default brain_pin_e binarySerialTxPin;