From 64c66ff883707507308e6d5f87d81e6f4a3c4b7a Mon Sep 17 00:00:00 2001 From: Markus Quaritsch <markus.quaritsch@tugraz.at> Date: Tue, 28 Feb 2017 15:04:17 +0100 Subject: [PATCH] update engine files, use whtc correction factors for generic declaration vehicles --- .../Class2_RigidTruck_4x2/Engine_175kW_6.8l.veng | 6 +++--- .../Class5_Tractor_4x2/Engine_325kW_12.7l.veng | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Generic Vehicles/Declaration Mode/Class2_RigidTruck_4x2/Engine_175kW_6.8l.veng b/Generic Vehicles/Declaration Mode/Class2_RigidTruck_4x2/Engine_175kW_6.8l.veng index f10c2b595f..0f15f912ab 100644 --- a/Generic Vehicles/Declaration Mode/Class2_RigidTruck_4x2/Engine_175kW_6.8l.veng +++ b/Generic Vehicles/Declaration Mode/Class2_RigidTruck_4x2/Engine_175kW_6.8l.veng @@ -13,9 +13,9 @@ "Inertia": 3.56517, "FullLoadCurve": "175kW.vfld", "FuelMap": "175kW.vmap", - "WHTC-Urban": 1.0, - "WHTC-Rural": 1.0, - "WHTC-Motorway": 1.0, + "WHTC-Urban": 1.04, + "WHTC-Rural": 1.01, + "WHTC-Motorway": 1.00, "ColdHotBalancingFactor": 1.0 } } \ No newline at end of file diff --git a/Generic Vehicles/Declaration Mode/Class5_Tractor_4x2/Engine_325kW_12.7l.veng b/Generic Vehicles/Declaration Mode/Class5_Tractor_4x2/Engine_325kW_12.7l.veng index 55a5ee68a3..4bdfc0cdfc 100644 --- a/Generic Vehicles/Declaration Mode/Class5_Tractor_4x2/Engine_325kW_12.7l.veng +++ b/Generic Vehicles/Declaration Mode/Class5_Tractor_4x2/Engine_325kW_12.7l.veng @@ -13,9 +13,9 @@ "Inertia": 5.1498, "FullLoadCurve": "325kW.vfld", "FuelMap": "325kW.vmap", - "WHTC-Urban": 1.0, - "WHTC-Rural": 1.0, - "WHTC-Motorway": 1.0, + "WHTC-Urban": 1.04, + "WHTC-Rural": 1.01, + "WHTC-Motorway": 1.00, "ColdHotBalancingFactor": 1.0 } } \ No newline at end of file -- GitLab