Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit 03bafb33 authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

changed idle controller to reduce engine speed faster

parent 166254b4
Branches
Tags
No related merge requests found
...@@ -498,7 +498,7 @@ namespace TUGraz.VectoCore.Models.SimulationComponent.Impl ...@@ -498,7 +498,7 @@ namespace TUGraz.VectoCore.Models.SimulationComponent.Impl
protected class CombustionEngineIdleController : LoggingObject, IIdleController protected class CombustionEngineIdleController : LoggingObject, IIdleController
{ {
protected readonly double PeDropSlope = -0.75; protected readonly double PeDropSlope = -5;
protected readonly double PeDropOffset = 1.0; protected readonly double PeDropOffset = 1.0;
protected CombustionEngine Engine; protected CombustionEngine Engine;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment