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

Skip to content
Snippets Groups Projects
Commit 516d1443 authored by Glenn Zarb's avatar Glenn Zarb Committed by Kostis ANAGNOSTOPOULOS
Browse files
parent bab01dcb
No related branches found
No related tags found
No related merge requests found
...@@ -2557,7 +2557,7 @@ lb10: ...@@ -2557,7 +2557,7 @@ lb10:
If VECTO_Global.VEC.AuxiliaryAssembly="CLASSIC" then If VECTO_Global.VEC.AuxiliaryAssembly="CLASSIC" then
Return CSng(MODdata.Vh.Padd(t) + VEC.PauxSum(t, nU)) Return CSng(VEC.PauxSum(t, nU))
Else Else
......
...@@ -140,6 +140,18 @@ Public Class CombinedAlternator ...@@ -140,6 +140,18 @@ Public Class CombinedAlternator
map.Add(New CombinedAlternatorMapRow("Alt1", 6000, 68, 70, 3.6)) map.Add(New CombinedAlternatorMapRow("Alt1", 6000, 68, 70, 3.6))
map.Add(New CombinedAlternatorMapRow("Alt1", 6000, 136, 62, 3.6)) map.Add(New CombinedAlternatorMapRow("Alt1", 6000, 136, 62, 3.6))
map.Add(New CombinedAlternatorMapRow("Alt2", 2000, 10, 62, 3))
map.Add(New CombinedAlternatorMapRow("Alt2", 2000, 27, 70, 3))
map.Add(New CombinedAlternatorMapRow("Alt2", 2000, 53, 30, 3))
map.Add(New CombinedAlternatorMapRow("Alt2", 4000, 10, 64, 3))
map.Add(New CombinedAlternatorMapRow("Alt2", 4000, 63, 74, 3))
map.Add(New CombinedAlternatorMapRow("Alt2", 4000, 125, 68, 3))
map.Add(New CombinedAlternatorMapRow("Alt2", 6000, 10, 53, 3))
map.Add(New CombinedAlternatorMapRow("Alt2", 6000, 68, 70, 3))
map.Add(New CombinedAlternatorMapRow("Alt2", 6000, 136, 62, 3))
End Sub End Sub
......
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