ACF-Team / ACF-3

ACF
MIT License
69 stars 56 forks source link

Fuel consumption changed to account for power #295

Closed Alexandre425 closed 2 years ago

Alexandre425 commented 2 years ago

Changes the fuel consumption to be proportional to engine power and throttle, instead of RPM.

Did some quick research on BSFC (brake specific fuel consumption) of average piston engines, most plots look as such:

image

For all intents and purposes, that's a straight line across the RPM range, and so fuel consumption is calculated simply as throttle times power.

This is consistent with the definition of BSFC.

The constants were tweaked so that idle and peak fuel consumption remain roughly the same for the engines I tested.

Alexandre425 commented 2 years ago

The remaining linter issues are due to the playermodel chairs, not gonna change that on this pr