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

fixing p1 test model data

parent 48f4e8ed
Branches
Tags
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
"CreatedBy": "", "CreatedBy": "",
"Date": "2019-12-03T16:40:42.9254153Z", "Date": "2019-12-03T16:40:42.9254153Z",
"AppVersion": "3", "AppVersion": "3",
"FileVersion": 5 "FileVersion": 8
}, },
"Body": { "Body": {
"SavedInDeclMode": false, "SavedInDeclMode": false,
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
"GearboxFile": "GearboxPowerSplit.vgbx", "GearboxFile": "GearboxPowerSplit.vgbx",
"TCU": "GearboxPowerSplit.vgbx", "TCU": "GearboxPowerSplit.vgbx",
"ShiftStrategy": "", "ShiftStrategy": "",
"HybridStrategyParams": "HybridStrategyParams.vhctl",
"AuxiliaryAssembly": "Classic", "AuxiliaryAssembly": "Classic",
"AuxiliaryVersion": "CLASSIC", "AuxiliaryVersion": "CLASSIC",
"AdvancedAuxiliaryFilePath": "", "AdvancedAuxiliaryFilePath": "",
......
...@@ -45,6 +45,8 @@ ...@@ -45,6 +45,8 @@
"BatteryFile": "GenericBattery.vbat" "BatteryFile": "GenericBattery.vbat"
}, },
"InitialSoC": 80, "InitialSoC": 80,
"PowertrainConfiguration": "ParallelHybrid",
"MaxDrivetrainPower": 1800000.0,
"TorqueLimits": {}, "TorqueLimits": {},
"IdlingSpeed": 0.0, "IdlingSpeed": 0.0,
"AxleConfig": { "AxleConfig": {
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
"CreatedBy": "", "CreatedBy": "",
"Date": "2019-12-03T16:40:13.1142195Z", "Date": "2019-12-03T16:40:13.1142195Z",
"AppVersion": "3", "AppVersion": "3",
"FileVersion": 5 "FileVersion": 8
}, },
"Body": { "Body": {
"SavedInDeclMode": false, "SavedInDeclMode": false,
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
"GearboxFile": "GearboxSerial.vgbx", "GearboxFile": "GearboxSerial.vgbx",
"TCU": "GearboxSerial.vgbx", "TCU": "GearboxSerial.vgbx",
"ShiftStrategy": "", "ShiftStrategy": "",
"HybridStrategyParams": "HybridStrategyParams.vhctl",
"AuxiliaryAssembly": "Classic", "AuxiliaryAssembly": "Classic",
"AuxiliaryVersion": "CLASSIC", "AuxiliaryVersion": "CLASSIC",
"AdvancedAuxiliaryFilePath": "", "AdvancedAuxiliaryFilePath": "",
......
...@@ -75,6 +75,8 @@ ...@@ -75,6 +75,8 @@
"PredictiveCruiseControl": "None", "PredictiveCruiseControl": "None",
"ATEcoRollReleaseLockupClutch": false, "ATEcoRollReleaseLockupClutch": false,
"CdA": 4.83, "CdA": 4.83,
"VehicleHeight": 0.0 "VehicleHeight": 0.0,
"PowertrainConfiguration": "ParallelHybrid",
"MaxDrivetrainPower": 1800000.0
} }
} }
\ No newline at end of file
{
"Header": {
"CreatedBy": "",
"Date": "2020-08-04T07:11:24.0318977Z",
"AppVersion": "3",
"FileVersion": 1
},
"Body": {
"EquivalenceFactor": 2.5,
"MinSoC": 20.0,
"MaxSoC": 80.0,
"TargetSoC": 50.0,
"MinICEOnTime": 3,
"AuxBufferTime": 5,
"AuxBufferChgTime": 3
}
}
\ No newline at end of file
SOC, I_charge, I_discharge
0, 375, 375
50, 375, 375
100, 375, 375
\ No newline at end of file
...@@ -737,6 +737,12 @@ ...@@ -737,6 +737,12 @@
<None Include="TestData\Hybrids\GenericVehicle_P1-APT\GenericEM_20kW.vemp"> <None Include="TestData\Hybrids\GenericVehicle_P1-APT\GenericEM_20kW.vemp">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None> </None>
<None Include="TestData\Hybrids\GenericVehicle_P1-APT\HybridStrategyParams.vhctl">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="TestData\Hybrids\GenericVehicle_P1-APT\MaxCurrent.vimax">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="TestData\Hybrids\GenericVehicle_P1-APT\TorqueConverter.vtcc"> <None Include="TestData\Hybrids\GenericVehicle_P1-APT\TorqueConverter.vtcc">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None> </None>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment