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 19f04480 authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

Merge pull request #456 in VECTO/vecto-sim from...

Merge pull request #456 in VECTO/vecto-sim from ~EMQUARIMA/vecto-sim:feature/VECTO-522-change-gear-ratio-for-torque-converter to develop

* commit '6a55bbb7':
  change torque converter threshold for 2nd gear to 1.85 (from 1.9)
parents a1a66170 6a55bbb7
Branches
Tags Release/v3.3.12.2769-RC
No related merge requests found
......@@ -177,7 +177,7 @@ namespace TUGraz.VectoCore.Models.Declaration
//public static readonly PerSecond TorqueConverterSpeedLimit = 1600.RPMtoRad();
public static double TorqueConverterSecondGearThreshold(VehicleCategory category)
{
return category.IsTruck() ? 1.8 : 1.9;
return category.IsTruck() ? 1.8 : 1.85;
}
public static readonly Second PowershiftShiftTime = 0.8.SI<Second>();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment