This commit is contained in:
Andrey 2022-08-25 19:58:15 -04:00
parent 5392f8d13e
commit 4ec4d4caf7
2 changed files with 8 additions and 1 deletions

View File

@ -1,4 +1,8 @@
/**
* low pressure fuel pump control
* for high-pressure see HpfpController@high_pressure_fuel_pump
*
*/
#include "pch.h"
#include "fuel_pump.h"

View File

@ -2,6 +2,9 @@
* @file high_pressure_fuel_pump.cpp
* @brief High Pressure Fuel Pump controller for GDI applications
*
* TL,DR: we have constant displacement mechanical pump driven by camshaft
* here we control desired fuel high pressure by controlling relief/strain/spill valve electronically
*
* @date Nov 6, 2021
* @author Scott Smith, (c) 2021
*/