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

Merge pull request #337 in VECTO/vecto-sim from ~EMQUARIMA/vecto-sim:develop to develop

* commit '4024bcc3':
  renaming file
  removing old checklist template
  updateing template for release reports
  removing whole jobs from unit test project
parents 7dbdf73b 4024bcc3
Branches
Tags
No related merge requests found
Showing
with 11 additions and 25135 deletions
No preview for this file type
File deleted
......@@ -62,6 +62,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VectoXML", "..\VECTO_API\Ve
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VectoDB", "..\VECTO_API\VectoDB\VectoDB.csproj", "{2C58BA97-2954-4D19-920F-A24B78FC80A4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VectoCore BugReportTests", "..\VECTO-Bugreports\BugReportTests\VectoCore BugReportTests.csproj", "{7C364099-9B85-473A-8A42-BBEBE4798FF5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
......@@ -256,6 +258,14 @@ Global
{2C58BA97-2954-4D19-920F-A24B78FC80A4}.Release|Any CPU.Build.0 = Release|Any CPU
{2C58BA97-2954-4D19-920F-A24B78FC80A4}.Release|x64.ActiveCfg = Release|Any CPU
{2C58BA97-2954-4D19-920F-A24B78FC80A4}.Release|x86.ActiveCfg = Release|Any CPU
{7C364099-9B85-473A-8A42-BBEBE4798FF5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7C364099-9B85-473A-8A42-BBEBE4798FF5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7C364099-9B85-473A-8A42-BBEBE4798FF5}.Debug|x64.ActiveCfg = Debug|Any CPU
{7C364099-9B85-473A-8A42-BBEBE4798FF5}.Debug|x86.ActiveCfg = Debug|Any CPU
{7C364099-9B85-473A-8A42-BBEBE4798FF5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7C364099-9B85-473A-8A42-BBEBE4798FF5}.Release|Any CPU.Build.0 = Release|Any CPU
{7C364099-9B85-473A-8A42-BBEBE4798FF5}.Release|x64.ActiveCfg = Release|Any CPU
{7C364099-9B85-473A-8A42-BBEBE4798FF5}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
......@@ -280,5 +290,6 @@ Global
{CA0B0104-9FAC-4BE4-8CF6-F3C81A84189C} = {D29E62A2-CF08-469F-B29F-1B25DCB35386}
{A5B6F376-5AAA-453E-8102-B2BA59B83403} = {D29E62A2-CF08-469F-B29F-1B25DCB35386}
{2C58BA97-2954-4D19-920F-A24B78FC80A4} = {D29E62A2-CF08-469F-B29F-1B25DCB35386}
{7C364099-9B85-473A-8A42-BBEBE4798FF5} = {CC93EA68-F3FE-4BCB-9292-1101F94A4D09}
EndGlobalSection
EndGlobal
/*
* This file is part of VECTO.
*
* Copyright © 2012-2016 European Union
*
* Developed by Graz University of Technology,
* Institute of Internal Combustion Engines and Thermodynamics,
* Institute of Technical Informatics
*
* VECTO is licensed under the EUPL, Version 1.1 or - as soon they will be approved
* by the European Commission - subsequent versions of the EUPL (the "Licence");
* You may not use VECTO except in compliance with the Licence.
* You may obtain a copy of the Licence at:
*
* https://joinup.ec.europa.eu/community/eupl/og_page/eupl
*
* Unless required by applicable law or agreed to in writing, VECTO
* distributed under the Licence is distributed on an "AS IS" basis,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the Licence for the specific language governing permissions and
* limitations under the Licence.
*
* Authors:
* Stefan Hausberger, hausberger@ivt.tugraz.at, IVT, Graz University of Technology
* Christian Kreiner, christian.kreiner@tugraz.at, ITI, Graz University of Technology
* Michael Krisper, michael.krisper@tugraz.at, ITI, Graz University of Technology
* Raphael Luz, luz@ivt.tugraz.at, IVT, Graz University of Technology
* Markus Quaritsch, markus.quaritsch@tugraz.at, IVT, Graz University of Technology
* Martin Rexeis, rexeis@ivt.tugraz.at, IVT, Graz University of Technology
*/
using System.Linq;
using NUnit.Framework;
using TUGraz.VectoCommon.Models;
using TUGraz.VectoCore.InputData.FileIO.JSON;
using TUGraz.VectoCore.Models.Simulation.Impl;
using TUGraz.VectoCore.OutputData.FileIO;
using TUGraz.VectoCore.Tests.Models.Simulation;
namespace TUGraz.VectoCore.Tests.Integration.SimulationRuns
{
[TestFixture]
public class TestSimulationRuns
{
[Category("UserBugs"),
TestCase("Kies-20161115"),
TestCase("Mandl-20161115"),
TestCase("Silberholz-20161121"),
]
public static void RunJob_Eng(string jobName)
{
var writer = new FileOutputWriter(jobName);
var inputData = JSONInputDataFactory.ReadJsonJob("TestData\\Bugs\\" + jobName + "\\job.vecto");
var factory = new SimulatorFactory(ExecutionMode.Engineering, inputData, writer) { WriteModalResults = true };
var jobContainer = new JobContainer(new MockSumWriter());
jobContainer.AddRuns(factory);
jobContainer.Execute();
jobContainer.WaitFinished();
Assert.IsTrue(jobContainer.Runs.All(r => r.Success), string.Concat(jobContainer.Runs.Select(r => r.ExecException)));
}
}
}
\ No newline at end of file
v [km/h],acc [m/s^2],dec [m/s^2]
0,0.8,-0.1
1,0.9,-0.5
2,0.95,-0.8
3,1.2,-1.0
4,1.4,-1.2
5,1.6,-1.3
10,1.6,-1.6
15,1.43,-1.6
20,1.26,-1.6
25,1.09,-1.6
30,0.92,-1.44
35,0.82,-1.28
40,0.71,-1.12
45,0.61,-0.96
50,0.5,-0.8
55,0.4,-0.7
60,0.4,-0.6
65,0.4,-0.6
70,0.4,-0.6
75,0.4,-0.6
80,0.4,-0.6
85,0.4,-0.6
90,0.4,-0.6
95,0.4,-0.6
100,0.4,-0.6
105,0.4,-0.6
Transmission ratio to engine rpm [-],,
4.5,,
Efficiency to engine [-],,
0.98,,
Efficiency auxiliary to supply [-],,
1,,
Auxiliary speed [rpm],Mechanical power [kW],Supply power [kW]
1630,0.03,0
2000,0.04,0
2000,0.32,0.2
2000,0.6,0.4
2000,0.87,0.6
2000,1.11,0.8
2000,1.36,1
2000,1.59,1.2
2000,1.83,1.4
2000,1.95,1.51
2500,0.04,0
2500,0.31,0.2
2500,0.58,0.4
2500,0.83,0.6
2500,1.08,0.8
2500,1.32,1
2500,1.56,1.2
2500,1.79,1.4
2500,2.04,1.6
2500,2.29,1.8
2500,2.56,2
2500,2.84,2.2
2500,3.14,2.4
2500,3.31,2.51
3000,0.05,0
3000,0.31,0.2
3000,0.57,0.4
3000,0.81,0.6
3000,1.06,0.8
3000,1.3,1
3000,1.54,1.2
3000,1.78,1.4
3000,2.01,1.6
3000,2.27,1.8
3000,2.54,2
3000,2.82,2.2
3000,3.12,2.4
3000,3.42,2.6
3000,3.76,2.8
3000,4.13,3.02
3500,0.06,0
3500,0.31,0.2
3500,0.56,0.4
3500,0.81,0.6
3500,1.05,0.8
3500,1.29,1
3500,1.54,1.2
3500,1.78,1.4
3500,2.01,1.6
3500,2.27,1.8
3500,2.54,2
3500,2.82,2.2
3500,3.11,2.4
3500,3.41,2.6
3500,3.74,2.8
3500,4.08,3
3500,4.44,3.2
3500,4.64,3.31
4000,0.07,0
4000,0.32,0.2
4000,0.57,0.4
4000,0.81,0.6
4000,1.05,0.8
4000,1.29,1
4000,1.54,1.2
4000,1.78,1.4
4000,2.04,1.6
4000,2.29,1.8
4000,2.55,2
4000,2.83,2.2
4000,3.12,2.4
4000,3.41,2.6
4000,3.74,2.8
4000,4.06,3
4000,4.41,3.2
4000,4.77,3.4
4000,4.95,3.51
4500,0.1,0
4500,0.34,0.2
4500,0.58,0.4
4500,0.82,0.6
4500,1.06,0.8
4500,1.3,1
4500,1.55,1.2
4500,1.79,1.4
4500,2.05,1.6
4500,2.31,1.8
4500,2.58,2
4500,2.85,2.2
4500,3.14,2.4
4500,3.43,2.6
4500,3.76,2.8
4500,4.08,3
4500,4.4,3.2
4500,4.77,3.4
4500,5.17,3.62
5000,0.11,0
5000,0.35,0.2
5000,0.59,0.4
5000,0.83,0.6
5000,1.07,0.8
5000,1.31,1
5000,1.56,1.2
5000,1.81,1.4
5000,2.07,1.6
5000,2.33,1.8
5000,2.6,2
5000,2.88,2.2
5000,3.16,2.4
5000,3.47,2.6
5000,3.78,2.8
5000,4.09,3
5000,4.43,3.2
5000,4.78,3.4
5000,5.13,3.6
5000,5.34,3.7
5500,0.13,0
5500,0.37,0.2
5500,0.6,0.4
5500,0.84,0.6
5500,1.09,0.8
5500,1.33,1
5500,1.58,1.2
5500,1.83,1.4
5500,2.09,1.6
5500,2.36,1.8
5500,2.63,2
5500,2.91,2.2
5500,3.2,2.4
5500,3.5,2.6
5500,3.81,2.8
5500,4.12,3
5500,4.46,3.2
5500,4.8,3.4
5500,5.15,3.6
5500,5.46,3.76
6000,0.15,0
6000,0.39,0.2
6000,0.62,0.4
6000,0.86,0.6
6000,1.11,0.8
6000,1.35,1
6000,1.6,1.2
6000,1.86,1.4
6000,2.12,1.6
6000,2.39,1.8
6000,2.66,2
6000,2.95,2.2
6000,3.24,2.4
6000,3.53,2.6
6000,3.84,2.8
6000,4.16,3
6000,4.49,3.2
6000,4.83,3.4
6000,5.18,3.6
6000,5.57,3.81
6500,0.17,0
6500,0.41,0.2
6500,0.65,0.4
6500,0.89,0.6
6500,1.13,0.8
6500,1.38,1
6500,1.63,1.2
6500,1.89,1.4
6500,2.15,1.6
6500,2.42,1.8
6500,2.7,2
6500,2.99,2.2
6500,3.28,2.4
6500,3.58,2.6
6500,3.9,2.8
6500,4.21,3
6500,4.54,3.2
6500,4.89,3.4
6500,5.24,3.6
6500,5.7,3.85
7000,0.21,0
7000,0.44,0.2
7000,0.68,0.4
7000,0.91,0.6
7000,1.16,0.8
7000,1.41,1
7000,1.66,1.2
7000,1.92,1.4
7000,2.19,1.6
7000,2.46,1.8
7000,2.74,2
7000,3.03,2.2
7000,3.32,2.4
7000,3.63,2.6
7000,3.94,2.8
7000,4.26,3
7000,4.59,3.2
7000,4.95,3.4
7000,5.3,3.6
7000,5.78,3.87
7500,0.25,0
7500,0.48,0.2
7500,0.71,0.4
7500,0.94,0.6
7500,1.19,0.8
7500,1.44,1
7500,1.69,1.2
7500,1.95,1.4
7500,2.22,1.6
7500,2.5,1.8
7500,2.78,2
7500,3.07,2.2
7500,3.37,2.4
7500,3.68,2.6
7500,3.99,2.8
7500,4.32,3
7500,4.65,3.2
7500,5,3.4
7500,5.35,3.6
7500,5.9,3.9
8000,0.28,0
8000,0.51,0.2
8000,0.74,0.4
8000,0.97,0.6
8000,1.22,0.8
8000,1.47,1
8000,1.72,1.2
8000,1.99,1.4
8000,2.27,1.6
8000,2.54,1.8
8000,2.82,2
8000,3.12,2.2
8000,3.42,2.4
8000,3.73,2.6
8000,4.06,2.8
8000,4.38,3
8000,4.72,3.2
8000,5.06,3.4
8000,5.42,3.6
8000,5.79,3.8
8000,6,3.91
8500,0.32,0
8500,0.55,0.2
8500,0.77,0.4
8500,1.01,0.6
8500,1.25,0.8
8500,1.51,1
8500,1.76,1.2
8500,2.03,1.4
8500,2.31,1.6
8500,2.58,1.8
8500,2.87,2
8500,3.16,2.2
8500,3.48,2.4
8500,3.79,2.6
8500,4.11,2.8
8500,4.44,3
8500,4.78,3.2
8500,5.14,3.4
8500,5.5,3.6
8500,5.87,3.8
8500,6.12,3.93
9000,0.35,0
9000,0.58,0.2
9000,0.81,0.4
9000,1.05,0.6
9000,1.29,0.8
9000,1.54,1
9000,1.8,1.2
9000,2.07,1.4
9000,2.35,1.6
9000,2.63,1.8
9000,2.92,2
9000,3.22,2.2
9000,3.53,2.4
9000,3.85,2.6
9000,4.17,2.8
9000,4.51,3
9000,4.86,3.2
9000,5.21,3.4
9000,5.58,3.6
9000,5.96,3.8
9000,6.21,3.94
9500,0.4,0
9500,0.63,0.2
9500,0.85,0.4
9500,1.09,0.6
9500,1.33,0.8
9500,1.59,1
9500,1.85,1.2
9500,2.12,1.4
9500,2.39,1.6
9500,2.68,1.8
9500,2.97,2
9500,3.28,2.2
9500,3.59,2.4
9500,3.91,2.6
9500,4.24,2.8
9500,4.58,3
9500,4.93,3.2
9500,5.3,3.4
9500,5.67,3.6
9500,6.05,3.8
9500,6.32,3.95
12000,0.43,0
12000,0.67,0.2
12000,0.89,0.4
12000,1.13,0.6
12000,1.37,0.8
12000,1.63,1
12000,1.9,1.2
12000,2.16,1.4
12000,2.45,1.6
12000,2.73,1.8
12000,3.02,2
12000,3.34,2.2
12000,3.65,2.4
12000,3.97,2.6
12000,4.31,2.8
12000,4.65,3
12000,5.01,3.2
12000,5.39,3.4
12000,5.76,3.6
12000,6.14,3.8
12000,6.38,3.95
Transmission ratio to engine rpm [-],,
1.2,,
Efficiency to engine [-],,
0.98,,
Efficiency auxiliary to supply [-],,
1,,
Auxiliary speed [rpm],Mechanical power [kW],Supply power [kW]
700,0.74,0
1000,0.79,0
1400,0.96,0
1800,1.25,0
2200,1.7,0
2600,2.29,0
2700,2.45,0
2800,2.6,0
2900,2.76,0
3000,2.92,0
720,0.74,2
1000,0.79,2
1400,0.96,2
1800,1.25,2
2200,1.7,2
2600,2.29,2
2700,2.45,2
2800,2.6,2
2900,2.76,2
3000,2.92,2
Source diff could not be displayed: it is too large. Options to address this: view the blob.
{
"Header": {
"CreatedBy": "Raphael Luz IVT TU-Graz (f513c787-07a6-4a67-8bd9-81abd760bcfc)",
"Date": "2016-10-29T18:18:03.5241549Z",
"AppVersion": "3",
"FileVersion": 3
},
"Body": {
"SavedInDeclMode": false,
"ModelName": "Undefined",
"Displacement": "7700",
"IdlingSpeed": 600.0,
"Inertia": 3.79,
"FullLoadCurve": "full.vfld",
"FuelMap": "fuel.vmap",
"WHTC-Urban": 0.0,
"WHTC-Rural": 0.0,
"WHTC-Motorway": 0.0,
"ColdHotBalancingFactor": 0.0
}
}
\ No newline at end of file
engine speed [rpm],torque [Nm],fuel consumption [g/h]
600,-45,0
600,0,638
600,70,1601
600,100,2020
600,200,3331
600,300,4652
600,400,5962
600,500,7979
600,600,10025
600,700,12071
800,-55,0
800,0,914
800,70,1862
800,100,2368
800,200,4007
800,300,5668
800,400,7335
800,500,9511
800,600,11651
800,700,13774
800,800,15797
800,900,17832
800,975,19365
1000,-64,0
1000,0,1191
1000,70,2123
1000,100,2715
1000,200,4683
1000,300,6684
1000,400,8708
1000,500,11043
1000,600,13276
1000,700,15478
1000,800,17683
1000,900,19910
1000,1000,22137
1000,1100,24352
1000,1200,26567
1000,1248,27625
1200,-75,0
1200,0,1467
1200,70,2384
1200,100,3063
1200,200,5359
1200,300,7701
1200,400,10081
1200,500,12575
1200,600,14902
1200,700,17182
1200,800,19568
1200,900,21989
1200,1000,24411
1200,1100,26818
1200,1200,29601
1200,1300,32384
1200,1400,35166
1400,-86,0
1400,0,1943
1400,70,2867
1400,100,3661
1400,200,6306
1400,300,9033
1400,400,11786
1400,500,14469
1400,600,17183
1400,700,20019
1400,800,22833
1400,900,25504
1400,1000,28133
1400,1100,30823
1400,1200,33617
1400,1300,36410
1400,1400,39204
1600,-98,0
1600,0,2391
1600,70,3375
1600,100,4271
1600,200,7255
1600,300,10395
1600,400,13533
1600,500,16707
1600,600,19830
1600,700,22961
1600,800,26109
1600,900,29159
1600,1000,32050
1600,1100,35224
1600,1200,38415
1600,1300,41607
1600,1400,44798
1800,-104,0
1800,0,2890
1800,70,3985
1800,100,4965
1800,200,8233
1800,300,11783
1800,400,15307
1800,500,18849
1800,600,22267
1800,700,25749
1800,800,29390
1800,900,32952
1800,1000,36568
1800,1100,40355
1800,1200,44141
1800,1350,49819
2000,-112,0
2000,0,3496
2000,70,4807
2000,100,5855
2000,200,9347
2000,300,13318
2000,400,17192
2000,500,21141
2000,600,25064
2000,700,28934
2000,800,33033
2000,900,37186
2000,1000,41217
2000,1100,45114
2000,1200,49011
2000,1240,50570
2200,-126,0
2200,0,4247
2200,70,5534
2200,100,6688
2200,200,10534
2200,300,14853
2200,400,19148
2200,500,23391
2200,600,27829
2200,700,32501
2200,800,37124
2200,900,41612
2200,1000,46045
2200,1100,50477
2200,1140,52250
2400,-136,0
2400,0,4945
2400,70,6234
2400,100,7526
2400,200,11831
2400,300,16443
2400,400,21308
2400,500,26326
2400,600,31335
2400,700,36716
2400,800,42107
2400,900,47022
2400,960,49971
2500,-140,0
2500,0,5338
2500,70,6287
2500,100,7732
2500,200,12387
2500,300,17233
2500,400,22336
2500,500,27945
2500,600,33200
2500,700,38826
2500,800,44452
2600,-146,0
2600,0,5534
engine speed [1/min],full load torque [Nm],motoring torque [Nm],PT1 [s]
600,700,-44,0.22
800,975,-54,0.43
1000,1248,-62,0.65
1200,1400,-74,0.65
1400,1400,-85,0.59
1600,1400,-97,0.52
1800,1350,-103,0.3
2000,1232,-111,0.2
2200,1132,-125,0.2
2400,900,-135,0.2
2500,600,-139,0.2
2600,0,-145,0.2
{
"Header": {
"CreatedBy": " ()",
"Date": "2016-11-22T09:19:40.2959150Z",
"AppVersion": "3",
"FileVersion": 6
},
"Body": {
"SavedInDeclMode": false,
"ModelName": "Undefined",
"Inertia": 0.9,
"TracInt": 0.0,
"Gears": [
{
"Ratio": 6.21,
"Efficiency": 0.952
},
{
"Ratio": 1.361,
"LossMap": "gear1.vtlm",
"ShiftPolygon": "shift.vgbs",
"MaxTorque": "3000"
},
{
"Ratio": 1.0,
"LossMap": "gear2.vtlm",
"ShiftPolygon": "shift.vgbs",
"MaxTorque": "3000"
},
{
"Ratio": 0.735,
"LossMap": "gear3.vtlm",
"ShiftPolygon": "shift.vgbs",
"MaxTorque": "3000"
}
],
"TqReserve": 5.0,
"ShiftTime": 2.0,
"StartTqReserve": 40.0,
"StartSpeed": 4.0,
"StartAcc": 0.8,
"GearboxType": "ATPowerSplit",
"TorqueConverter": {
"Enabled": true,
"File": "tq.vtcc",
"RefRPM": 999.99999999999989,
"Inertia": 0.0,
"ShiftPolygon": "tq_shift.vgbs"
},
"DownshiftAferUpshiftDelay": 10.0,
"UpshiftAfterDownshiftDelay": 10.0,
"UpshiftMinAcceleration": 0.1
}
}
\ No newline at end of file
Input Speed [rpm],Input Torque [Nm],Torque Loss [Nm]
0.05,-800,27.3
0.05,-711.1,27.2
0.05,-622.2,27
0.05,-533.3,26.9
0.05,-444.4,26.6
0.05,-355.6,26.2
0.05,-266.7,25.6
0.05,-177.8,24.4
0.05,-88.9,21.5
0.05,0,0
0.05,88.9,21.5
0.05,177.8,24.4
0.05,266.7,25.6
0.05,355.6,26.2
0.05,444.4,26.6
0.05,533.3,26.9
0.05,622.2,27
0.05,711.1,27.2
0.05,800,27.3
0.05,888.9,27.4
0.05,977.8,27.5
0.05,1066.7,27.6
0.05,1155.6,27.6
0.05,1244.4,27.7
0.05,1333.3,27.7
0.05,1422.2,27.7
0.05,1511.1,27.8
0.05,1600,27.8
300,-800,25.2
300,-711.1,25.1
300,-622.2,25
300,-533.3,24.8
300,-444.4,24.6
300,-355.6,24.3
300,-266.7,23.7
300,-177.8,22.7
300,-88.9,20.2
300,0,0
300,88.9,20.2
300,177.8,22.7
300,266.7,23.7
300,355.6,24.3
300,444.4,24.6
300,533.3,24.8
300,622.2,25
300,711.1,25.1
300,800,25.2
300,888.9,25.3
300,977.8,25.4
300,1066.7,25.4
300,1155.6,25.5
300,1244.4,25.5
300,1333.3,25.6
300,1422.2,25.6
300,1511.1,25.6
300,1600,25.6
600,-800,24.9
600,-711.1,24.8
600,-622.2,24.7
600,-533.3,24.6
600,-444.4,24.3
600,-355.6,24
600,-266.7,23.5
600,-177.8,22.5
600,-88.9,20
600,0,0
600,88.9,20
600,177.8,22.5
600,266.7,23.5
600,355.6,24
600,444.4,24.3
600,533.3,24.6
600,622.2,24.7
600,711.1,24.8
600,800,24.9
600,888.9,25
600,977.8,25.1
600,1066.7,25.1
600,1155.6,25.2
600,1244.4,25.2
600,1333.3,25.3
600,1422.2,25.3
600,1511.1,25.3
600,1600,25.3
900,-800,26.4
900,-711.1,26.3
900,-622.2,26.2
900,-533.3,26
900,-444.4,25.7
900,-355.6,25.4
900,-266.7,24.8
900,-177.8,23.7
900,-88.9,20.9
900,0,0
900,88.9,20.9
900,177.8,23.7
900,266.7,24.8
900,355.6,25.4
900,444.4,25.7
900,533.3,26
900,622.2,26.2
900,711.1,26.3
900,800,26.4
900,888.9,26.5
900,977.8,26.6
900,1066.7,26.6
900,1155.6,26.7
900,1244.4,26.7
900,1333.3,26.8
900,1422.2,26.8
900,1511.1,26.8
900,1600,26.9
1200,-800,29.7
1200,-711.1,29.5
1200,-622.2,29.4
1200,-533.3,29.1
1200,-444.4,28.8
1200,-355.6,28.4
1200,-266.7,27.6
1200,-177.8,26.3
1200,-88.9,22.9
1200,0,0
1200,88.9,22.9
1200,177.8,26.3
1200,266.7,27.6
1200,355.6,28.4
1200,444.4,28.8
1200,533.3,29.1
1200,622.2,29.4
1200,711.1,29.5
1200,800,29.7
1200,888.9,29.8
1200,977.8,29.9
1200,1066.7,30
1200,1155.6,30
1200,1244.4,30.1
1200,1333.3,30.1
1200,1422.2,30.2
1200,1511.1,30.2
1200,1600,30.2
1500,-800,34.7
1500,-711.1,34.5
1500,-622.2,34.3
1500,-533.3,34
1500,-444.4,33.5
1500,-355.6,32.9
1500,-266.7,31.9
1500,-177.8,30.1
1500,-88.9,25.8
1500,0,0
1500,88.9,25.8
1500,177.8,30.1
1500,266.7,31.9
1500,355.6,32.9
1500,444.4,33.5
1500,533.3,34
1500,622.2,34.3
1500,711.1,34.5
1500,800,34.7
1500,888.9,34.8
1500,977.8,35
1500,1066.7,35.1
1500,1155.6,35.2
1500,1244.4,35.2
1500,1333.3,35.3
1500,1422.2,35.4
1500,1511.1,35.4
1500,1600,35.5
1800,-800,41.5
1800,-711.1,41.2
1800,-622.2,40.9
1800,-533.3,40.4
1800,-444.4,39.8
1800,-355.6,38.9
1800,-266.7,37.6
1800,-177.8,35.1
1800,-88.9,29.3
1800,0,0
1800,88.9,29.3
1800,177.8,35.1
1800,266.7,37.6
1800,355.6,38.9
1800,444.4,39.8
1800,533.3,40.4
1800,622.2,40.9
1800,711.1,41.2
1800,800,41.5
1800,888.9,41.7
1800,977.8,41.9
1800,1066.7,42
1800,1155.6,42.1
1800,1244.4,42.2
1800,1333.3,42.3
1800,1422.2,42.4
1800,1511.1,42.5
1800,1600,42.6
2100,-800,50
2100,-711.1,49.6
2100,-622.2,49.1
2100,-533.3,48.5
2100,-444.4,47.6
2100,-355.6,46.4
2100,-266.7,44.4
2100,-177.8,41
2100,-88.9,33.3
2100,0,0
2100,88.9,33.3
2100,177.8,41
2100,266.7,44.4
2100,355.6,46.4
2100,444.4,47.6
2100,533.3,48.5
2100,622.2,49.1
2100,711.1,49.6
2100,800,50
2100,888.9,50.3
2100,977.8,50.5
2100,1066.7,50.8
2100,1155.6,50.9
2100,1244.4,51.1
2100,1333.3,51.3
2100,1422.2,51.4
2100,1511.1,51.5
2100,1600,51.6
2400,-800,60.2
2400,-711.1,59.6
2400,-622.2,58.9
2400,-533.3,58
2400,-444.4,56.8
2400,-355.6,55
2400,-266.7,52.3
2400,-177.8,47.6
2400,-88.9,37.6
2400,0,0
2400,88.9,37.6
2400,177.8,47.6
2400,266.7,52.3
2400,355.6,55
2400,444.4,56.8
2400,533.3,58
2400,622.2,58.9
2400,711.1,59.6
2400,800,60.2
2400,888.9,60.6
2400,977.8,61
2400,1066.7,61.3
2400,1155.6,61.6
2400,1244.4,61.8
2400,1333.3,62.1
2400,1422.2,62.2
2400,1511.1,62.4
2400,1600,62.5
2700,-800,72.1
2700,-711.1,71.3
2700,-622.2,70.3
2700,-533.3,69
2700,-444.4,67.2
2700,-355.6,64.8
2700,-266.7,61.1
2700,-177.8,54.8
2700,-88.9,41.9
2700,0,0
2700,88.9,41.9
2700,177.8,54.8
2700,266.7,61.1
2700,355.6,64.8
2700,444.4,67.2
2700,533.3,69
2700,622.2,70.3
2700,711.1,71.3
2700,800,72.1
2700,888.9,72.7
2700,977.8,73.3
2700,1066.7,73.7
2700,1155.6,74.1
2700,1244.4,74.5
2700,1333.3,74.8
2700,1422.2,75
2700,1511.1,75.3
2700,1600,75.5
Input Speed [rpm],Input Torque [Nm],Torque Loss [Nm]
0.05,-800,22.4
0.05,-711.1,22.3
0.05,-622.2,22.2
0.05,-533.3,22.1
0.05,-444.4,21.9
0.05,-355.6,21.6
0.05,-266.7,21.2
0.05,-177.8,20.4
0.05,-88.9,18.3
0.05,0,0
0.05,88.9,18.3
0.05,177.8,20.4
0.05,266.7,21.2
0.05,355.6,21.6
0.05,444.4,21.9
0.05,533.3,22.1
0.05,622.2,22.2
0.05,711.1,22.3
0.05,800,22.4
0.05,888.9,22.4
0.05,977.8,22.5
0.05,1066.7,22.5
0.05,1155.6,22.6
0.05,1244.4,22.6
0.05,1333.3,22.6
0.05,1422.2,22.7
0.05,1511.1,22.7
0.05,1600,22.7
300,-800,20.3
300,-711.1,20.2
300,-622.2,20.1
300,-533.3,20
300,-444.4,19.9
300,-355.6,19.7
300,-266.7,19.3
300,-177.8,18.6
300,-88.9,16.9
300,0,0
300,88.9,16.9
300,177.8,18.6
300,266.7,19.3
300,355.6,19.7
300,444.4,19.9
300,533.3,20
300,622.2,20.1
300,711.1,20.2
300,800,20.3
300,888.9,20.3
300,977.8,20.4
300,1066.7,20.4
300,1155.6,20.5
300,1244.4,20.5
300,1333.3,20.5
300,1422.2,20.5
300,1511.1,20.5
300,1600,20.6
600,-800,20
600,-711.1,19.9
600,-622.2,19.9
600,-533.3,19.8
600,-444.4,19.6
600,-355.6,19.4
600,-266.7,19
600,-177.8,18.4
600,-88.9,16.7
600,0,0
600,88.9,16.7
600,177.8,18.4
600,266.7,19
600,355.6,19.4
600,444.4,19.6
600,533.3,19.8
600,622.2,19.9
600,711.1,19.9
600,800,20
600,888.9,20.1
600,977.8,20.1
600,1066.7,20.1
600,1155.6,20.2
600,1244.4,20.2
600,1333.3,20.2
600,1422.2,20.2
600,1511.1,20.2
600,1600,20.3
900,-800,21.5
900,-711.1,21.4
900,-622.2,21.3
900,-533.3,21.2
900,-444.4,21
900,-355.6,20.8
900,-266.7,20.4
900,-177.8,19.6
900,-88.9,17.7
900,0,0
900,88.9,17.7
900,177.8,19.6
900,266.7,20.4
900,355.6,20.8
900,444.4,21
900,533.3,21.2
900,622.2,21.3
900,711.1,21.4
900,800,21.5
900,888.9,21.5
900,977.8,21.6
900,1066.7,21.6
900,1155.6,21.7
900,1244.4,21.7
900,1333.3,21.7
900,1422.2,21.7
900,1511.1,21.8
900,1600,21.8
1200,-800,24.7
1200,-711.1,24.6
1200,-622.2,24.5
1200,-533.3,24.4
1200,-444.4,24.1
1200,-355.6,23.8
1200,-266.7,23.3
1200,-177.8,22.3
1200,-88.9,19.8
1200,0,0
1200,88.9,19.8
1200,177.8,22.3
1200,266.7,23.3
1200,355.6,23.8
1200,444.4,24.1
1200,533.3,24.4
1200,622.2,24.5
1200,711.1,24.6
1200,800,24.7
1200,888.9,24.8
1200,977.8,24.9
1200,1066.7,24.9
1200,1155.6,25
1200,1244.4,25
1200,1333.3,25.1
1200,1422.2,25.1
1200,1511.1,25.1
1200,1600,25.1
1500,-800,29.8
1500,-711.1,29.6
1500,-622.2,29.5
1500,-533.3,29.2
1500,-444.4,28.9
1500,-355.6,28.5
1500,-266.7,27.7
1500,-177.8,26.3
1500,-88.9,22.9
1500,0,0
1500,88.9,22.9
1500,177.8,26.3
1500,266.7,27.7
1500,355.6,28.5
1500,444.4,28.9
1500,533.3,29.2
1500,622.2,29.5
1500,711.1,29.6
1500,800,29.8
1500,888.9,29.9
1500,977.8,30
1500,1066.7,30.1
1500,1155.6,30.1
1500,1244.4,30.2
1500,1333.3,30.2
1500,1422.2,30.3
1500,1511.1,30.3
1500,1600,30.3
1800,-800,36.6
1800,-711.1,36.4
1800,-622.2,36.1
1800,-533.3,35.7
1800,-444.4,35.3
1800,-355.6,34.6
1800,-266.7,33.5
1800,-177.8,31.5
1800,-88.9,26.8
1800,0,0
1800,88.9,26.8
1800,177.8,31.5
1800,266.7,33.5
1800,355.6,34.6
1800,444.4,35.3
1800,533.3,35.7
1800,622.2,36.1
1800,711.1,36.4
1800,800,36.6
1800,888.9,36.7
1800,977.8,36.9
1800,1066.7,37
1800,1155.6,37.1
1800,1244.4,37.2
1800,1333.3,37.2
1800,1422.2,37.3
1800,1511.1,37.4
1800,1600,37.4
2100,-800,45.1
2100,-711.1,44.8
2100,-622.2,44.4
2100,-533.3,43.9
2100,-444.4,43.1
2100,-355.6,42.1
2100,-266.7,40.5
2100,-177.8,37.7
2100,-88.9,31.1
2100,0,0
2100,88.9,31.1
2100,177.8,37.7
2100,266.7,40.5
2100,355.6,42.1
2100,444.4,43.1
2100,533.3,43.9
2100,622.2,44.4
2100,711.1,44.8
2100,800,45.1
2100,888.9,45.3
2100,977.8,45.6
2100,1066.7,45.7
2100,1155.6,45.9
2100,1244.4,46
2100,1333.3,46.1
2100,1422.2,46.2
2100,1511.1,46.3
2100,1600,46.4
2400,-800,55.3
2400,-711.1,54.8
2400,-622.2,54.3
2400,-533.3,53.5
2400,-444.4,52.4
2400,-355.6,50.9
2400,-266.7,48.6
2400,-177.8,44.5
2400,-88.9,35.6
2400,0,0
2400,88.9,35.6
2400,177.8,44.5
2400,266.7,48.6
2400,355.6,50.9
2400,444.4,52.4
2400,533.3,53.5
2400,622.2,54.3
2400,711.1,54.8
2400,800,55.3
2400,888.9,55.7
2400,977.8,56
2400,1066.7,56.3
2400,1155.6,56.5
2400,1244.4,56.7
2400,1333.3,56.9
2400,1422.2,57
2400,1511.1,57.2
2400,1600,57.3
2700,-800,67.2
2700,-711.1,66.6
2700,-622.2,65.7
2700,-533.3,64.5
2700,-444.4,63
2700,-355.6,60.9
2700,-266.7,57.6
2700,-177.8,52
2700,-88.9,40.2
2700,0,0
2700,88.9,40.2
2700,177.8,52
2700,266.7,57.6
2700,355.6,60.9
2700,444.4,63
2700,533.3,64.5
2700,622.2,65.7
2700,711.1,66.6
2700,800,67.2
2700,888.9,67.8
2700,977.8,68.3
2700,1066.7,68.7
2700,1155.6,69
2700,1244.4,69.3
2700,1333.3,69.6
2700,1422.2,69.8
2700,1511.1,70
2700,1600,70.2
Input Speed [rpm],Input Torque [Nm],Torque Loss [Nm]
0.05,-800,32.2
0.05,-711.1,32.1
0.05,-622.2,31.9
0.05,-533.3,31.6
0.05,-444.4,31.2
0.05,-355.6,30.7
0.05,-266.7,29.8
0.05,-177.8,28.3
0.05,-88.9,24.4
0.05,0,0
0.05,88.9,24.4
0.05,177.8,28.3
0.05,266.7,29.8
0.05,355.6,30.7
0.05,444.4,31.2
0.05,533.3,31.6
0.05,622.2,31.9
0.05,711.1,32.1
0.05,800,32.2
0.05,888.9,32.4
0.05,977.8,32.5
0.05,1066.7,32.6
0.05,1155.6,32.6
0.05,1244.4,32.7
0.05,1333.3,32.8
0.05,1422.2,32.8
0.05,1511.1,32.9
0.05,1600,32.9
300,-800,30.2
300,-711.1,30
300,-622.2,29.8
300,-533.3,29.6
300,-444.4,29.3
300,-355.6,28.8
300,-266.7,28.1
300,-177.8,26.7
300,-88.9,23.2
300,0,0
300,88.9,23.2
300,177.8,26.7
300,266.7,28.1
300,355.6,28.8
300,444.4,29.3
300,533.3,29.6
300,622.2,29.8
300,711.1,30
300,800,30.2
300,888.9,30.3
300,977.8,30.4
300,1066.7,30.5
300,1155.6,30.5
300,1244.4,30.6
300,1333.3,30.6
300,1422.2,30.7
300,1511.1,30.7
300,1600,30.8
600,-800,29.9
600,-711.1,29.7
600,-622.2,29.6
600,-533.3,29.3
600,-444.4,29
600,-355.6,28.5
600,-266.7,27.8
600,-177.8,26.4
600,-88.9,23
600,0,0
600,88.9,23
600,177.8,26.4
600,266.7,27.8
600,355.6,28.5
600,444.4,29
600,533.3,29.3
600,622.2,29.6
600,711.1,29.7
600,800,29.9
600,888.9,30
600,977.8,30.1
600,1066.7,30.2
600,1155.6,30.2
600,1244.4,30.3
600,1333.3,30.3
600,1422.2,30.4
600,1511.1,30.4
600,1600,30.4
900,-800,31.4
900,-711.1,31.2
900,-622.2,31
900,-533.3,30.8
900,-444.4,30.4
900,-355.6,29.9
900,-266.7,29.1
900,-177.8,27.6
900,-88.9,23.9
900,0,0
900,88.9,23.9
900,177.8,27.6
900,266.7,29.1
900,355.6,29.9
900,444.4,30.4
900,533.3,30.8
900,622.2,31
900,711.1,31.2
900,800,31.4
900,888.9,31.5
900,977.8,31.6
900,1066.7,31.7
900,1155.6,31.7
900,1244.4,31.8
900,1333.3,31.9
900,1422.2,31.9
900,1511.1,31.9
900,1600,32
1200,-800,34.6
1200,-711.1,34.4
1200,-622.2,34.2
1200,-533.3,33.9
1200,-444.4,33.4
1200,-355.6,32.8
1200,-266.7,31.8
1200,-177.8,30
1200,-88.9,25.7
1200,0,0
1200,88.9,25.7
1200,177.8,30
1200,266.7,31.8
1200,355.6,32.8
1200,444.4,33.4
1200,533.3,33.9
1200,622.2,34.2
1200,711.1,34.4
1200,800,34.6
1200,888.9,34.7
1200,977.8,34.9
1200,1066.7,35
1200,1155.6,35.1
1200,1244.4,35.1
1200,1333.3,35.2
1200,1422.2,35.3
1200,1511.1,35.3
1200,1600,35.4
1500,-800,39.6
1500,-711.1,39.4
1500,-622.2,39.1
1500,-533.3,38.6
1500,-444.4,38.1
1500,-355.6,37.3
1500,-266.7,36
1500,-177.8,33.8
1500,-88.9,28.4
1500,0,0
1500,88.9,28.4
1500,177.8,33.8
1500,266.7,36
1500,355.6,37.3
1500,444.4,38.1
1500,533.3,38.6
1500,622.2,39.1
1500,711.1,39.4
1500,800,39.6
1500,888.9,39.8
1500,977.8,40
1500,1066.7,40.1
1500,1155.6,40.2
1500,1244.4,40.3
1500,1333.3,40.4
1500,1422.2,40.5
1500,1511.1,40.5
1500,1600,40.6
1800,-800,46.4
1800,-711.1,46
1800,-622.2,45.6
1800,-533.3,45.1
1800,-444.4,44.3
1800,-355.6,43.2
1800,-266.7,41.5
1800,-177.8,38.5
1800,-88.9,31.7
1800,0,0
1800,88.9,31.7
1800,177.8,38.5
1800,266.7,41.5
1800,355.6,43.2
1800,444.4,44.3
1800,533.3,45.1
1800,622.2,45.6
1800,711.1,46
1800,800,46.4
1800,888.9,46.6
1800,977.8,46.8
1800,1066.7,47
1800,1155.6,47.2
1800,1244.4,47.3
1800,1333.3,47.5
1800,1422.2,47.6
1800,1511.1,47.7
1800,1600,47.7
2100,-800,54.8
2100,-711.1,54.4
2100,-622.2,53.8
2100,-533.3,53
2100,-444.4,52
2100,-355.6,50.5
2100,-266.7,48.2
2100,-177.8,44.2
2100,-88.9,35.4
2100,0,0
2100,88.9,35.4
2100,177.8,44.2
2100,266.7,48.2
2100,355.6,50.5
2100,444.4,52
2100,533.3,53
2100,622.2,53.8
2100,711.1,54.4
2100,800,54.8
2100,888.9,55.2
2100,977.8,55.5
2100,1066.7,55.8
2100,1155.6,56
2100,1244.4,56.2
2100,1333.3,56.4
2100,1422.2,56.5
2100,1511.1,56.7
2100,1600,56.8
2400,-800,65
2400,-711.1,64.4
2400,-622.2,63.5
2400,-533.3,62.5
2400,-444.4,61.1
2400,-355.6,59
2400,-266.7,55.9
2400,-177.8,50.6
2400,-88.9,39.4
2400,0,0
2400,88.9,39.4
2400,177.8,50.6
2400,266.7,55.9
2400,355.6,59
2400,444.4,61.1
2400,533.3,62.5
2400,622.2,63.5
2400,711.1,64.4
2400,800,65
2400,888.9,65.6
2400,977.8,66
2400,1066.7,66.4
2400,1155.6,66.7
2400,1244.4,67
2400,1333.3,67.2
2400,1422.2,67.4
2400,1511.1,67.6
2400,1600,67.8
2700,-800,76.9
2700,-711.1,76
2700,-622.2,74.8
2700,-533.3,73.4
2700,-444.4,71.4
2700,-355.6,68.6
2700,-266.7,64.5
2700,-177.8,57.5
2700,-88.9,43.5
2700,0,0
2700,88.9,43.5
2700,177.8,57.5
2700,266.7,64.5
2700,355.6,68.6
2700,444.4,71.4
2700,533.3,73.4
2700,622.2,74.8
2700,711.1,76
2700,800,76.9
2700,888.9,77.6
2700,977.8,78.3
2700,1066.7,78.8
2700,1155.6,79.2
2700,1244.4,79.6
2700,1333.3,80
2700,1422.2,80.3
2700,1511.1,80.5
2700,1600,80.8
{
"Header": {
"CreatedBy": " ()",
"Date": "2016-11-22T09:19:46.4779150Z",
"AppVersion": "3",
"FileVersion": 3
},
"Body": {
"SavedInDeclMode": false,
"EngineOnlyMode": false,
"VehicleFile": "veh.vveh",
"EngineFile": "eng.veng",
"GearboxFile": "gbx.vgbx",
"AuxiliaryAssembly": "Classic",
"AuxiliaryVersion": "CLASSIC",
"AdvancedAuxiliaryFilePath": "",
"Aux": [
{
"ID": "ES",
"Type": "Electric System",
"Path": "alt.vaux",
"Technology": []
},
{
"ID": "PS",
"Type": "Pneumatic System",
"Path": "comp.vaux",
"Technology": []
}
],
"Padd": 0.0,
"VACC": "acc.vacc",
"StartStop": {
"Enabled": false,
"MaxSpeed": 5.0,
"MinTime": 5.0,
"Delay": 5.0
},
"LAC": {
"Enabled": false,
"PreviewDistanceFactor": 10.0,
"DF_offset": 2.5,
"DF_scaling": 1.5,
"DF_targetSpeedLookup": "",
"Df_velocityDropLookup": ""
},
"OverSpeedEcoRoll": {
"Mode": "Off",
"MinSpeed": 50.0,
"OverSpeed": 5.0,
"UnderSpeed": 5.0
},
"Cycles": [
"cycle.vdri"
]
}
}
\ No newline at end of file
this files test a bug from Antonius Kies on 2016-11-15:
Run aborted because of Vehicle Speed > 0 km/h when halting.
Problem were the acceleration curves which have to be truncated by vecto.
\ No newline at end of file
engine torque [Nm],downshift rpm [1/min],upshift rpm [1/min]
-140,600,950
0,600,950
348,600,950
624,750,1100
1420,1200,1550
Speed Ratio,Torque Ratio,Input Torque at reference rpm
0.00,4.846,586
0.05,4.430,560
0.10,3.923,534
0.15,3.476,510
0.20,3.163,476
0.25,2.840,440
0.30,2.542,400
0.35,2.284,353
0.40,2.041,302
0.45,1.857,255
0.50,1.663,209
0.55,1.465,160
0.60,1.236,119
0.74,0.900,1
0.74,1.361,0
0.81,1.360,-40
0.90,1.359,-80
1.01,1.361,-136
1.15,1.359,-217
1.35,1.361,-335
1.62,1.359,-529
1.69,1.361,-729
2.2,1.361,-1729
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment