From b99f3626e593d2650ce6e701aa406e56f7f42073 Mon Sep 17 00:00:00 2001
From: Markus Quaritsch <markus.quaritsch@tugraz.at>
Date: Wed, 25 May 2022 09:47:06 +0200
Subject: [PATCH] correcting testdata ihpc-6spd

---
 .../GenericIHPC/6SpeedGbx/Group5_HEV.vveh        |  2 +-
 .../GenericIHPC/6SpeedGbx/IHPC Group 5.vecto     |  4 ++--
 .../GenericIHPC/6SpeedGbx/IHPC-GBX_6.vgbx        | 16 +---------------
 3 files changed, 4 insertions(+), 18 deletions(-)

diff --git a/VectoCore/VectoCoreTest/TestData/Hybrids/GenericIHPC/6SpeedGbx/Group5_HEV.vveh b/VectoCore/VectoCoreTest/TestData/Hybrids/GenericIHPC/6SpeedGbx/Group5_HEV.vveh
index f4d4c6d0cc..913be3ea1b 100644
--- a/VectoCore/VectoCoreTest/TestData/Hybrids/GenericIHPC/6SpeedGbx/Group5_HEV.vveh
+++ b/VectoCore/VectoCoreTest/TestData/Hybrids/GenericIHPC/6SpeedGbx/Group5_HEV.vveh
@@ -98,7 +98,7 @@
         "Ratio": 1.0,
         "MechanicalEfficiency": 1.0,
         "Position": "IHPC",
-        "MotorFile": "GenericIHPC_140kW_936Nm.vem"
+        "MotorFile": "IHPC-EM_6spd.vem"
       }
     ],
     "Battery": {
diff --git a/VectoCore/VectoCoreTest/TestData/Hybrids/GenericIHPC/6SpeedGbx/IHPC Group 5.vecto b/VectoCore/VectoCoreTest/TestData/Hybrids/GenericIHPC/6SpeedGbx/IHPC Group 5.vecto
index 0589d7a5bc..252c083c7a 100644
--- a/VectoCore/VectoCoreTest/TestData/Hybrids/GenericIHPC/6SpeedGbx/IHPC Group 5.vecto	
+++ b/VectoCore/VectoCoreTest/TestData/Hybrids/GenericIHPC/6SpeedGbx/IHPC Group 5.vecto	
@@ -10,8 +10,8 @@
     "EngineOnlyMode": false,
     "VehicleFile": "Group5_HEV.vveh",
     "EngineFile": "Engine_325kW_12.7l.veng",
-    "GearboxFile": "IHPC_12.vgbx",
-    "TCU": "IHPC_12.vgbx",
+    "GearboxFile": "IHPC-Gbx_6.vgbx",
+    "TCU": "IHPC-Gbx_6.vgbx",
     "ShiftStrategy": "TUGraz.VectoCore.Models.SimulationComponent.Impl.AMTShiftStrategy",
     "HybridStrategyParams": "Hybrid_Parameters.vhctl",
     "AuxiliaryAssembly": "Classic",
diff --git a/VectoCore/VectoCoreTest/TestData/Hybrids/GenericIHPC/6SpeedGbx/IHPC-GBX_6.vgbx b/VectoCore/VectoCoreTest/TestData/Hybrids/GenericIHPC/6SpeedGbx/IHPC-GBX_6.vgbx
index 3d8df3533c..ba82f6ff35 100644
--- a/VectoCore/VectoCoreTest/TestData/Hybrids/GenericIHPC/6SpeedGbx/IHPC-GBX_6.vgbx
+++ b/VectoCore/VectoCoreTest/TestData/Hybrids/GenericIHPC/6SpeedGbx/IHPC-GBX_6.vgbx
@@ -51,25 +51,11 @@
         "MaxSpeed": ""
       },
       {
-        "Ratio": 0.96,
+        "Ratio": 0.95,
         "LossMap": "Gear_6.vtlm",
         "ShiftPolygon": "",
         "MaxTorque": "",
         "MaxSpeed": ""
-      },
-      {
-        "Ratio": 3.39,
-        "LossMap": "Gear_7.vtlm",
-        "ShiftPolygon": "",
-        "MaxTorque": "",
-        "MaxSpeed": ""
-      },
-      {
-        "Ratio": 2.65,
-        "LossMap": "Gear_8.vtlm",
-        "ShiftPolygon": "",
-        "MaxTorque": "",
-        "MaxSpeed": ""
       }
     ],
     "TqReserve": 20.0,
-- 
GitLab