Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS will be completely phased out by mid-2025. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit 9616090e authored by Michael KRISPER's avatar Michael KRISPER
Browse files

Merge branch 'feature/VECTO-112-simple-shifting-strategy' into...

Merge branch 'feature/VECTO-112-simple-shifting-strategy' into feature/VECTO-113-commandline-interface

Conflicts:
	VectoCore/FileIO/Reader/DataObjectAdaper/AbstractSimulationDataAdapter.cs
	VectoCore/Models/SimulationComponent/Data/Engine/EngineFullLoadCurve.cs
	VectoCore/Models/SimulationComponent/Data/Gearbox/ShiftPolygon.cs
	VectoCore/Models/SimulationComponent/Impl/CombustionEngine.cs
	VectoCore/Models/SimulationComponent/Impl/Driver.cs
	VectoCore/Utils/DelauneyMap.cs
	VectoCore/VectoCore.csproj
	VectoCoreTest/app.config
parents 3f978526 c335aaf5
No related branches found
No related tags found
No related merge requests found
Showing
with 1658 additions and 224 deletions
......@@ -8,8 +8,7 @@ for /f %%f in (files.txt) do set LIST=!LIST! "%%f"
REM pandoc %LIST% -s -S --toc --toc-depth=2 --katex=katex/katex.min.js --katex-stylesheet=katex/katex.min.css -c style.css -o output\html\help.html
REM pandoc %LIST% -s -S --toc --toc-depth=2 --katex -c style.css -o output\html\help.html
pandoc %LIST% -s -S --toc --toc-depth=2 --mathjax -c style.css -o output\html\help.html
pandoc %LIST% -s -S --toc --toc-depth=2 --mathjax --section-divs -o output\html\help.html -H include.js
REM pandoc -s -S --toc --toc-depth=2 -N %LIST% -o help.docx
REM pandoc -s -S --toc --toc-depth=2 -N %LIST% -o help.pdf
REM pandoc -s -S --toc --toc-depth=2 -N %LIST% -o help.latex
main/start.md
GUI/index.md
GUI/mainform.md
GUI/settings.md
......
......@@ -57,8 +57,8 @@ where:
| | | |
| ----------------- | -------------------------------------------------- | ---------- |
| CF~WHTC~ | WHTC Correction Factor | \[-\] |
| i | index for each part (Urban, Rural, Motorway) | \[-\] |
| f~i~ | Weighting factor per part | \[-\] |
| FC~meas\_i~ | WHTC measurement result per part (input parameter) | \[g/kWh\] |
| FC~calc\_i~ | Calculated FC per part | \[g/kWh\] |
| $CF_{WHTC}$ | WHTC Correction Factor | \[-\] |
| $i$ | index for each part (Urban, Rural, Motorway) | \[-\] |
| $f_i$ | Weighting factor per part | \[-\] |
| $FC_{meas_i}$ | WHTC measurement result per part (input parameter) | \[g/kWh\] |
| $FC_{calc_i}$ | Calculated FC per part | \[g/kWh\] |
<link rel="stylesheet" type="text/css" href="style.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="https://code.jquery.com/ui/1.11.4/jquery-ui.min.js"></script>
<script type="text/javascript" src="include.js"></script>
\ No newline at end of file
User Manual
====================================
![](pics/VECTOlarge.png)
**VECTO 2.2**
This diff is collapsed.
$(function () {
var hash = window.location.hash;
if (hash) {
$(hash.replace(".", "\\.")).show();
$(hash.replace(".", "\\.")).parents().show();
} else $("#user-manual").show();
$('a').click(function() {
$("body > div:not(#TOC)").hide();
$($(this).attr("href").replace(".", "\\.")).show();
$($(this).attr("href").replace(".", "\\.")).parents().show();
});
$("#TOC").resizable({
handles: "e",
resize: function(event, ui) {
$("body > div:not(#TOC)").css("padding-left", ui.size.width);
}
});
$("#TOC").scroll(function() {
$(".ui-resizable-handle").css('top', $("#TOC").scrollTop());
});
});
\ No newline at end of file
body {
padding-left: 21em;
height: 100%;
min-height: 100%;
font-family: Calibri, sans-serif;
}
nav, #TOC {
position: fixed;
width: 20em;
width: 21em;
top: 0;
left: 0;
height: 100%;
margin: 0;
padding: 0;
bottom: 0;
background-color: #eee;
overflow: scroll;
border: 0, 0, 0, 1px solid black;
}
body > div:not(#TOC) {
display: none;
padding-left: 21em;
padding-top: 1em;
margin-left: 1em;
}
table {
......@@ -37,7 +42,6 @@ th, td {
h1 {
padding-bottom: 3px;
border-bottom: 1px solid #aaa;
padding-top: 2em;
}
body h1 {
......@@ -54,7 +58,11 @@ dt {
font-weight: bold;
}
.math {
font-size: 20px;
.ui-resizable-handle {
position: absolute;
width: 20px;
cursor: ew-resize;
right: 0px;
height: 100%;
top: 0px;
}
{
"Header": {
"CreatedBy": "Raphael Luz IVT TU-Graz (14fea510-e457-4bf6-860f-a9514dc327f1)",
"Date": "25.06.2015 08:59:55",
"AppVersion": "2.2 beta",
"FileVersion": 3
},
"Body": {
"SavedInDeclMode": true,
"ModelName": "Generic 12t Delivery Truck",
"Displacement": 7700.0,
"IdlingSpeed": 600.0,
"Inertia": 3.789,
"FullLoadCurve": "12t Delivery Truck.vfld",
"FuelMap": "12t Delivery Truck.vmap",
"WHTC-Urban": 0.99,
"WHTC-Rural": 0.99,
"WHTC-Motorway": 1.01
}
}
\ No newline at end of file
n in rpm,M_max in Nm,M_min in Nm,PT1 in s
600,586,-44,0.60
800,755,-54,0.60
1000,883,-62,0.60
1200,899,-74,0.60
1300,899,-80,0.60
1400,899,-87,0.60
1500,899,-92,0.60
1600,899,-97,0.60
1700,890,-100,0.60
1800,881,-103,0.60
1900,867,-107,0.60
2000,853,-111,0.43
2150,811,-118,0.29
2200,802,-125,0.25
2300,755,-130,0.25
2400,705,-135,0.25
2500,644,-140,0.25
2600,479,-145,0.25
2700,0,-149,0.25
\ No newline at end of file
{
"Header": {
"CreatedBy": "Raphael Luz IVT TU-Graz (14fea510-e457-4bf6-860f-a9514dc327f1)",
"Date": "24.06.2015 09:33:31",
"AppVersion": "2.2 beta",
"FileVersion": 5
},
"Body": {
"SavedInDeclMode": true,
"ModelName": "Generic 12t Delivery Truck",
"Inertia": 0.0,
"TracInt": 2.0,
"Gears": [
{
"Ratio": 4.0,
"LossMap": "Axle.vtlm"
},
{
"Ratio": 6.75,
"LossMap": "Indirect Gear.vtlm",
"TCactive": false,
"ShiftPolygon": "-",
"FullLoadCurve": "<NOFILE>"
},
{
"Ratio": 3.6,
"LossMap": "Indirect Gear.vtlm",
"TCactive": false,
"ShiftPolygon": "-",
"FullLoadCurve": "<NOFILE>"
},
{
"Ratio": 2.13,
"LossMap": "Indirect Gear.vtlm",
"TCactive": false,
"ShiftPolygon": "-",
"FullLoadCurve": "<NOFILE>"
},
{
"Ratio": 1.39,
"LossMap": "Indirect Gear.vtlm",
"TCactive": false,
"ShiftPolygon": "-",
"FullLoadCurve": "<NOFILE>"
},
{
"Ratio": 1.0,
"LossMap": "Direct Gear.vtlm",
"TCactive": false,
"ShiftPolygon": "-",
"FullLoadCurve": "<NOFILE>"
},
{
"Ratio": 0.78,
"LossMap": "Indirect Gear.vtlm",
"TCactive": false,
"ShiftPolygon": "-",
"FullLoadCurve": "<NOFILE>"
}
],
"TqReserve": 20.0,
"SkipGears": true,
"ShiftTime": 3,
"EaryShiftUp": false,
"StartTqReserve": 20.0,
"StartSpeed": 2.0,
"StartAcc": 0.6,
"GearboxType": "MT",
"TorqueConverter": {
"Enabled": false,
"File": "<NOFILE>",
"RefRPM": 0.0,
"Inertia": 0.0
}
}
}
\ No newline at end of file
engine speed [1/min],torque [Nm],fuel consumption [g/h]
600,-45,0
600,0,767
600,100,1759
600,200,2890
600,300,4185
600,400,5404
600,500,6535
600,587,7442
800,-55,0
800,0,951
800,100,2346
800,200,3653
800,300,5328
800,400,6903
800,500,8503
800,600,10003
800,700,11641
800,756,12557
1000,-63,0
1000,0,1006
1000,100,2932
1000,200,4503
1000,300,6472
1000,400,8503
1000,500,10472
1000,600,12504
1000,700,14514
1000,800,16546
1000,884,18243
1200,-75,0
1200,0,1467
1200,100,3063
1200,200,5359
1200,300,7701
1200,400,10082
1200,500,12504
1200,600,14902
1200,700,17182
1200,800,19569
1200,900,21989
1300,-81,0
1300,0,1684
1300,100,3302
1300,200,5828
1300,300,8367
1300,400,10926
1300,500,13533
1300,600,16046
1300,700,18591
1300,800,21172
1300,900,23733
1400,-88,0
1400,0,1943
1400,100,3660
1400,200,6304
1400,300,9031
1400,400,11783
1400,500,14466
1400,600,17180
1400,700,20015
1400,800,22828
1400,900,25498
1500,-93,0
1500,0,2167
1500,100,3963
1500,200,6793
1500,300,9721
1500,400,12670
1500,500,15534
1500,600,18413
1500,700,21467
1500,800,24495
1500,900,27363
1600,-98,0
1600,0,2391
1600,100,4272
1600,200,7257
1600,300,10398
1600,400,13535
1600,500,16711
1600,600,19835
1600,700,22965
1600,800,26115
1600,900,29164
1700,-101,0
1700,0,2641
1700,100,4578
1700,200,7768
1700,300,11114
1700,400,14439
1700,500,17759
1700,600,21069
1700,700,24380
1700,800,27739
1700,891,30707
1800,-104,0
1800,0,2890
1800,100,4965
1800,200,8233
1800,300,11783
1800,400,15307
1800,500,18849
1800,600,22267
1800,700,25749
1800,800,29389
1800,882,32310
1900,-108,0
1900,0,3192
1900,100,5416
1900,200,8777
1900,300,12531
1900,400,16204
1900,500,19993
1900,600,23620
1900,700,27255
1900,800,31168
1900,868,33790
2000,-112,0
2000,0,3496
2000,100,5853
2000,200,9345
2000,300,13315
2000,400,17188
2000,500,21137
2000,600,25058
2000,700,28927
2000,800,33026
2000,854,35268
2150,-119,117
2150,0,4067
2150,100,6490
2150,200,10226
2150,300,14474
2150,400,18647
2150,500,22797
2150,600,27142
2150,700,31624
2150,800,36035
2150,812,36568
2200,-126,0
2200,0,4247
2200,100,6689
2200,200,10535
2200,300,14855
2200,400,19151
2200,500,23395
2200,600,27834
2200,700,32507
2200,803,37265
2300,-131,0
2300,0,4523
2300,100,7178
2300,200,11221
2300,300,15658
2300,400,20237
2300,500,24761
2300,600,29476
2300,700,34611
2300,756,37404
2400,-136,0
2400,0,4945
2400,100,7525
2400,200,11830
2400,300,16443
2400,400,21307
2400,500,26324
2400,600,31334
2400,706,37034
2500,-141,0
2500,0,5338
2500,100,7731
2500,200,12385
2500,300,17231
2500,400,22333
2500,500,27940
2500,645,35727
2600,-146,0
2600,0,5500
2600,100,7796
2600,200,12887
2600,300,18021
2600,400,23315
2600,480,28351
2700,-150,0
2700,0,5900
\ No newline at end of file
{
"Header": {
"CreatedBy": "Raphael Luz IVT TU-Graz (85407225-fc3f-48a8-acda-c84a05df6837)",
"Date": "29.07.2014 16:58:52",
"AppVersion": "2.0.4-beta",
"FileVersion": 5
},
"Body": {
"SavedInDeclMode": true,
"VehCat": "RigidTruck",
"CurbWeight": 5850.0,
"CurbWeightExtra": 0.0,
"Loading": 0.0,
"MassMax": 11.9,
"Cd": 0.6,
"CrossSecArea": 8.8,
"rdyn": 406.9297,
"Rim": "15° DC Rims",
"CdCorrMode": "CdOfV",
"CdCorrFile": "12t Delivery Truck.vcdv",
"Retarder": {
"Type": "None",
"Ratio": 1.0,
"File": "<NOFILE>"
},
"AxleConfig": {
"Type": "4x2",
"Axles": [
{
"Inertia": 6.0,
"Wheels": "245/70 R19.5",
"AxleWeightShare": 0.0,
"TwinTyres": false,
"RRCISO": 0.008343465,
"FzISO": 20800.0
},
{
"Inertia": 6.0,
"Wheels": "245/70 R19.5",
"AxleWeightShare": 0.0,
"TwinTyres": true,
"RRCISO": 0.00943769,
"FzISO": 20800.0
}
]
}
}
}
\ No newline at end of file
{
"Header": {
"CreatedBy": "Raphael Luz IVT TU-Graz (14fea510-e457-4bf6-860f-a9514dc327f1)",
"Date": "25.06.2015 11:23:22",
"AppVersion": "2.2 beta",
"FileVersion": 3
},
"Body": {
"SavedInDeclMode": false,
"ModelName": "Generic 24t Coach",
"Displacement": 12730.0,
"IdlingSpeed": 560.0,
"Inertia": 3.8,
"FullLoadCurve": "24t Coach.vfld",
"FuelMap": "24t Coach.vmap",
"WHTC-Urban": 0.0,
"WHTC-Rural": 0.0,
"WHTC-Motorway": 0.0
}
}
\ No newline at end of file
n [U/min],Mfull [Nm],Mdrag [Nm],<PT1> [s]
560,1180,-149,0.6
600,1282,-148,0.6
799.9999999,1791,-149,0.6
1000,2300,-160,0.6
1200,2300,-179,0.6
1400,2300,-203,0.6
1599.999999,2079,-235,0.49
1800,1857,-264,0.25
2000.000001,1352,-301,0.25
2100,1100,-320,0.25
{
"Header": {
"CreatedBy": "Raphael Luz IVT TU-Graz (14fea510-e457-4bf6-860f-a9514dc327f1)",
"Date": "25.06.2015 11:23:31",
"AppVersion": "2.2 beta",
"FileVersion": 5
},
"Body": {
"SavedInDeclMode": false,
"ModelName": "Generic 24t Coach",
"Inertia": 0.0,
"TracInt": 1.0,
"Gears": [
{
"Ratio": 3.240355,
"LossMap": "Axle.vtlm"
},
{
"Ratio": 6.38,
"LossMap": "Indirect Gear.vtlm",
"TCactive": false,
"ShiftPolygon": "ShiftPolygons.vgbs",
"FullLoadCurve": "<NOFILE>"
},
{
"Ratio": 4.63,
"LossMap": "Indirect Gear.vtlm",
"TCactive": false,
"ShiftPolygon": "ShiftPolygons.vgbs",
"FullLoadCurve": "<NOFILE>"
},
{
"Ratio": 3.44,
"LossMap": "Indirect Gear.vtlm",
"TCactive": false,
"ShiftPolygon": "ShiftPolygons.vgbs",
"FullLoadCurve": "<NOFILE>"
},
{
"Ratio": 2.59,
"LossMap": "Indirect Gear.vtlm",
"TCactive": false,
"ShiftPolygon": "ShiftPolygons.vgbs",
"FullLoadCurve": "<NOFILE>"
},
{
"Ratio": 1.86,
"LossMap": "Indirect Gear.vtlm",
"TCactive": false,
"ShiftPolygon": "ShiftPolygons.vgbs",
"FullLoadCurve": "<NOFILE>"
},
{
"Ratio": 1.35,
"LossMap": "Indirect Gear.vtlm",
"TCactive": false,
"ShiftPolygon": "ShiftPolygons.vgbs",
"FullLoadCurve": "<NOFILE>"
},
{
"Ratio": 1.0,
"LossMap": "Direct Gear.vtlm",
"TCactive": false,
"ShiftPolygon": "ShiftPolygons.vgbs",
"FullLoadCurve": "<NOFILE>"
},
{
"Ratio": 0.76,
"LossMap": "Indirect Gear.vtlm",
"TCactive": false,
"ShiftPolygon": "ShiftPolygons.vgbs",
"FullLoadCurve": "<NOFILE>"
}
],
"TqReserve": 20.0,
"SkipGears": true,
"ShiftTime": 2,
"EaryShiftUp": true,
"StartTqReserve": 20.0,
"StartSpeed": 2.0,
"StartAcc": 0.6,
"GearboxType": "AMT",
"TorqueConverter": {
"Enabled": false,
"File": "<NOFILE>",
"RefRPM": 0.0,
"Inertia": 0.0
}
}
}
\ No newline at end of file
engine speed [1/min],torque [Nm],fuel consumption [g/h]
560,-149,0
560,0,1256
560,200,3197
560,400,5295
560,600,7615
560,800,9375
560,1000,11239
560,1180,12869
600,-148,0
600,0,1459
600,200,3358
600,400,5498
600,600,8101
600,800,10014
600,1000,12071
600,1200,14201
600,1282,15304
800,-149,0
800,0,1879
800,200,4286
800,400,7021
800,600,10059
800,800,13086
800,1000,16015
800,1200,19239
800,1400,22426
800,1600,25483
800,1791,28905
1000,-160,0
1000,0,2865
1000,200,5963
1000,400,9198
1000,600,12354
1000,800,15965
1000,1000,19864
1000,1200,23530
1000,1400,27202
1000,1600,31165
1000,1800,35103
1000,2000,39360
1000,2200,44120
1000,2300,46836
1200,-179,0
1200,0,3307
1200,200,6897
1200,400,10651
1200,600,14645
1200,800,19115
1200,1000,23677
1200,1200,28180
1200,1400,32431
1200,1600,36698
1200,1800,41691
1200,2000,46915
1200,2200,51783
1200,2300,54932
1400,-203,0
1400,0,4306
1400,200,8143
1400,400,12723
1400,600,17523
1400,800,22288
1400,1000,27093
1400,1200,32536
1400,1400,37746
1400,1600,43194
1400,1800,49453
1400,2000,55830
1400,2200,61072
1400,2300,64377
1600,-235,0
1600,0,5209
1600,200,9669
1600,400,14838
1600,600,20127
1600,800,25894
1600,1000,31631
1600,1200,37248
1600,1400,42826
1600,1600,49752
1600,1800,57020
1600,2000,63914
1600,2079,66520
1800,-264,0
1800,0,6409
1800,200,11777
1800,400,17320
1800,600,23394
1800,800,30501
1800,1000,36378
1800,1200,43079
1800,1400,49796
1800,1600,57436
1800,1800,65157
1800,1857,67574
2000,-301,0
2000,0,9127
2000,200,14822
2000,400,20655
2000,600,27076
2000,800,34188
2000,1000,42837
2000,1200,51018
2000,1352,56618
2100,-320,0
2100,0,10470
2100,200,16332
2100,400,22396
2100,600,28914
2100,800,35717
2100,1000,45643
2100,1100,50653
{
"Header": {
"CreatedBy": "Raphael Luz IVT TU-Graz (85407225-fc3f-48a8-acda-c84a05df6837)",
"Date": "29.07.2014 16:59:13",
"AppVersion": "2.0.4-beta",
"FileVersion": 5
},
"Body": {
"SavedInDeclMode": false,
"VehCat": "Coach",
"CurbWeight": 15700.0,
"CurbWeightExtra": 0.0,
"Loading": 3300.0,
"MassMax": 24.0,
"Cd": 0.441,
"CrossSecArea": 7.4,
"rdyn": 520.0,
"Rim": "-",
"CdCorrMode": "CdOfV",
"CdCorrFile": "24t Coach.vcdv",
"Retarder": {
"Type": "Secondary",
"Ratio": 1.0,
"File": "Retarder.vrlm"
},
"AxleConfig": {
"Type": "6x2",
"Axles": [
{
"Inertia": 21.66667,
"Wheels": "-",
"AxleWeightShare": 0.4375,
"TwinTyres": false,
"RRCISO": 0.0055,
"FzISO": 62538.75
},
{
"Inertia": 10.83333,
"Wheels": "-",
"AxleWeightShare": 0.375,
"TwinTyres": true,
"RRCISO": 0.0065,
"FzISO": 52532.55
},
{
"Inertia": 21.66667,
"Wheels": "-",
"AxleWeightShare": 0.1875,
"TwinTyres": false,
"RRCISO": 0.0055,
"FzISO": 62538.75
}
]
}
}
}
\ No newline at end of file
engine speed [1/min],torque [Nm],fuel consumption [g/h]
560,-74.5,628
560,100,2226.5
560,300,4246
560,500,6455
560,700,8495
560,900,10307
560,1090,12054
600,-74,729.5
600,100,2408.5
600,300,4428
600,500,6799.5
600,700,9057.5
600,900,11042.5
600,1100,13136
600,1241,14752.5
800,-74.5,939.5
800,100,3082.5
800,300,5653.5
800,500,8540
800,700,11572.5
800,900,14550.5
800,1100,17627
800,1300,20832.5
800,1500,23954.5
800,1695.5,27194
1000,-80,1432.5
1000,100,4414
1000,300,7580.5
1000,500,10776
1000,700,14159.5
1000,900,17914.5
1000,1100,21697
1000,1300,25366
1000,1500,29183.5
1000,1700,33134
1000,1900,37231.5
1000,2100,41740
1000,2250,45478
1200,-89.5,1653.5
1200,100,5102
1200,300,8774
1200,500,12648
1200,700,16880
1200,900,21396
1200,1100,25928.5
1200,1300,30305.5
1200,1500,34564.5
1200,1700,39194.5
1200,1900,44303
1200,2100,49349
1200,2250,53357.5
1400,-101.5,2153
1400,100,6224.5
1400,300,10433
1400,500,15123
1400,700,19905.5
1400,900,24690.5
1400,1100,29814.5
1400,1300,35141
1400,1500,40470
1400,1700,46323.5
1400,1900,52641.5
1400,2100,58451
1400,2250,62724.5
1600,-117.5,2604.5
1600,100,7439
1600,300,12253.5
1600,500,17482.5
1600,700,23010.5
1600,900,28762.5
1600,1100,34439.5
1600,1300,40037
1600,1500,46289
1600,1700,53386
1600,1900,60467
1600,2039.5,65217
1800,-132,3204.5
1800,100,9093
1800,300,14548.5
1800,500,20357
1800,700,26947.5
1800,900,33439.5
1800,1100,39728.5
1800,1300,46437.5
1800,1500,53616
1800,1700,61296.5
1800,1828.5,66365.5
2000,-150.5,4563.5
2000,100,11974.5
2000,300,17738.5
2000,500,23865.5
2000,700,30632
2000,900,38512.5
2000,1100,46927.5
2000,1276,53818
2100,-160,5235
2100,100,13401
2100,300,19364
2100,500,25655
2100,700,32315.5
2100,900,40680
2100,1050,48148
1100,2300,50884
1300,2300,59654.5
1100,2200,47951.5
1300,2200,56427.5
1500,2139.5,63796
1100,2000,43137.5
1300,2000,51372.5
1500,2000,59872
1700,1928.5,65744
1100,1800,38397
1300,1800,45572
1500,1800,53236.5
1700,1800,61088.5
800,1695.5,27194
900,1600,28324
1100,1600,33931.5
1300,1600,39946
1500,1600,46473
1700,1600,53594
900,1400,24814
1100,1400,29816.5
1300,1400,35088.5
1500,1400,40286
1700,1400,46311
1900,1376,53207
600,1241,14752.5
700,1200,16720
900,1200,21384.5
1100,1200,25855
1300,1200,30358
1500,1200,34892
1700,1200,40163.5
1900,1200,47048.5
580,1000,11655
700,1000,14043
900,1000,17939.5
1100,1000,21770.5
1300,1000,25385
1500,1000,29362
1700,1000,34004.5
1900,1000,39607.5
2050,1000,44240
580,800,9694.5
700,800,11550
900,800,14525.5
1100,800,17540
1300,800,20701.5
1500,800,24091
1700,800,28197.5
1900,800,32344.5
2050,800,34952.5
580,600,7858
700,600,9080
900,600,11206.5
1100,600,13499.5
1300,600,16084
1500,600,18825
1700,600,21760.5
1900,600,25235
2050,600,27995
580,400,5396.5
700,400,6259.5
900,400,8109.5
1100,400,9924.5
1300,400,11687
1500,400,13780.5
1700,400,16079
1900,400,18987.5
2050,400,21525.5
580,200,3277.5
700,200,3822
900,200,5124.5
1100,200,6430
1300,200,7520
1500,200,8906
1700,200,10723
1900,200,13299.5
2050,200,15577
580,0,1357.5
700,0,1669
900,0,2372
1100,0,3086
1300,0,3806.5
1500,0,4757.5
1700,0,5809
1900,0,7768
2050,0,9798.5
580,-148.5,0
680,-149,0
900,-154.5,0
1100,-169.5,0
1300,-191,0
1500,-219,0
1700,-249.5,0
1900,-282.5,0
2050,-310.5,0
\ No newline at end of file
Transmission ration to engine rpm [-]
4.078
Efficiency to engine [-]
0.96
Efficiency auxiliary to supply [-]
0.98
Auxiliary speed [rpm], Mechanical power [kW],Supply power [kW]
1415,0.07,0
1415,0.87,0.53
1415,1.03,0.64
1415,1.17,0.75
1416,1.36,0.84
1416,2.4,1.4
1887,0.07,0
1887,0.68,0.41
1887,0.87,0.54
1887,0.99,0.64
1887,1.1,0.74
1887,2.11,1.47
1887,2.55,1.74
2358,0.07,0
2358,0.65,0.38
2358,0.79,0.49
2358,0.99,0.64
2358,1.12,0.75
2358,1.59,1.12
2358,1.99,1.42
2358,2.41,1.68
2358,2.86,1.95
2358,3.19,2.12
2358,3.51,2.3
2830,0.08,0
2830,0.7,0.41
2830,0.83,0.51
2830,1.02,0.66
2830,1.12,0.75
2830,1.6,1.13
2830,2.45,1.71
2830,2.96,2.02
2830,3.38,2.24
2830,3.8,2.46
2830,4.14,2.63
3302,0.08,0
3302,0.74,0.44
3302,0.88,0.54
3302,1.07,0.69
3302,1.19,0.79
3302,2.45,1.71
3302,2.98,2.03
3302,3.44,2.28
3302,3.88,2.51
3302,4.46,2.8
3773,0.09,0
3773,0.8,0.47
3773,0.93,0.57
3773,1.15,0.74
3773,1.27,0.85
3773,2.44,1.69
3773,2.98,2.02
3773,3.46,2.29
3773,3.96,2.55
3773,4.47,2.8
3773,4.69,2.91
4245,0.11,0
4245,0.88,0.51
4245,1.02,0.62
4245,1.22,0.78
4245,1.47,0.98
4245,2.36,1.62
4245,2.98,2.01
4245,3.46,2.28
4245,4,2.57
4245,4.47,2.79
4245,4.94,3
4716,0.12,0
4716,0.97,0.56
4716,1.11,0.67
4716,1.32,0.84
4716,1.91,1.29
4716,2.96,1.99
4716,3.46,2.27
4716,4,2.56
4716,4.52,2.81
4716,4.97,3
4716,5.12,3.08
5188,0.14,0
5188,1.08,0.62
5188,1.21,0.73
5188,1.47,0.93
5188,2.89,1.92
5188,3.45,2.25
5188,3.99,2.54
5188,4.54,2.82
5188,4.98,3
5188,5.19,3.11
5660,0.17,0
5660,1.19,0.67
5660,1.32,0.79
5660,1.69,1.07
5660,2.54,1.66
5660,3.37,2.18
5660,3.98,2.52
5660,4.55,2.8
5660,5.02,3.01
5660,5.27,3.14
6131,0.19,0
6131,1.28,0.72
6131,1.49,0.88
6131,2.15,1.37
6131,3.19,2.04
6131,3.92,2.46
6131,4.48,2.75
6131,5.44,3.16
6603,0.22,0
6603,1.42,0.79
6603,1.81,1.08
6603,2.92,1.84
6603,3.75,2.33
6603,4.38,2.66
6603,4.94,2.92
6603,5.51,3.19
7075,0.25,0
7075,1.63,0.91
7075,2.35,1.43
7075,3.43,2.1
7075,4.24,2.55
7075,4.82,2.83
7075,5.54,3.19
7546,0.28,0
7546,1.93,1.09
7546,3.04,1.82
7546,4.09,2.43
7546,4.69,2.73
7546,5.7,3.19
9150,0.42,0
9150,5.74,3.19
12000,0.42,0
12000,5.74,3.19
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment