Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit d1839fcb authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

Pull request #34: Correction of torque tolerances for family concept acc. to...

Pull request #34: Correction of torque tolerances for family concept acc. to point 1.7.3 of Appendix 3 to Annex V

Merge in VECTO/vecto-engine from VECTO/gs_vecto-engine:bugfix/VECTO-1654-torque-tolerance-between-child-and-parent-full-load-curves to master

* commit '1fee60cc':
  Correction of torque tolerances for family concept acc. to point 1.7.3 of Appendix 3 to Annex V
parents bbbbddf3 1fee60cc
No related branches found
Tags Release/v1.5.0.2849
2 merge requests!3Implementing schema version 2.6, support for H2 ICE, B100,!1switching vecto engine and test project to .net framework 4.8 (necessary to...
......@@ -292,7 +292,7 @@ Public Class cMAP0
End If
' 4. Tq full-load parent >= tq full-load engine to be certified
For i = 0 To FLC_Parent.iDim_orig
TqToleranceEngFam = Math.Max(FLC_Parent.Tq_orig(FLC_Parent.LnU_orig(i))*0.02, 20)
TqToleranceEngFam = Math.Max(FLC_Parent.Tq_orig(FLC_Parent.LnU_orig(i)) * 0.04, 40)
If _
(FLC_Parent.Tq_orig(FLC_Parent.LnU_orig(i)) + TqToleranceEngFam) < FLC.Tq_orig(FLC_Parent.LnU_orig(i)) AndAlso
FLC_Parent.Tq_orig(FLC_Parent.LnU_orig(i)) > 0 Then
......
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