This commit is contained in:
rusefillc 2023-11-11 17:36:42 -05:00
parent 979822af05
commit 094a2b6c79
2 changed files with 3 additions and 1 deletions

View File

@ -4,7 +4,7 @@
// that dumps cylinder pressure to atmosphere until the engine is spinning
// fast enough to actually have a chance at starting.
// We open the valve the instant the engine starts moving, then close it
// once the specified number of revolutions have occured, plus some engine phase.
// once the specified number of revolutions have occurred, plus some engine phase.
// This allows the valve to close at just the right moment that you don't get a
// weird half-charge if it closed mid way up on a compression stroke.

View File

@ -70,6 +70,8 @@ void setDefaultBaseEngine() {
setDefaultHPFP();
engineConfiguration->acrRevolutions = 5;
engineConfiguration->turbochargerFilter = 0.01f;
engineConfiguration->fuelAlgorithm = LM_SPEED_DENSITY;