This shows you the differences between the selected revision and the current version of the page.
| fuelsettingshelp 2010/02/26 13:10 | fuelsettingshelp 2010/02/26 13:13 current | ||
|---|---|---|---|
| Line 16: | Line 16: | ||
| The **Global fuel** and **Deadtime** adjustments are intended to be used mainly to compensate for injectors and fuel pressure that differ from stock. They are applied at all times. | The **Global fuel** and **Deadtime** adjustments are intended to be used mainly to compensate for injectors and fuel pressure that differ from stock. They are applied at all times. | ||
| + | |||
| Line 27: | Line 28: | ||
| FlowRateAdj1G = squareroot(BaseFuelPressure / 37) | FlowRateAdj1G = squareroot(BaseFuelPressure / 37) | ||
| FlowRateAdj2G = squareroot(BaseFuelPressure / 42.6) | FlowRateAdj2G = squareroot(BaseFuelPressure / 42.6) | ||
| + | FlowRateAdjEVO1-3 = squareroot(BaseFuelPressure / 42.6) | ||
| NewInjFlow = InjectorCCPerMin * FlowRateAdj | NewInjFlow = InjectorCCPerMin * FlowRateAdj | ||
| Adj = (100 * ( 450 / NewInjFlow ) ) - 100 | Adj = (100 * ( 450 / NewInjFlow ) ) - 100 | ||