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

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

* commit '244b999a':
  correct column names in tc-file
  bugfixes in aaux model
  extending release checklist
parents f797bdb3 244b999a
No related branches found
No related tags found
No related merge requests found
No preview for this file type
Speed Ratio, Torque Ratio, Input Torque at reference rpm
Speed Ratio, Torque Ratio, MP1000
0,1.8,404.790015179626
0.1,1.70555555555556,391.297014673638
0.2,1.61111111111111,377.804014167651
......
......@@ -23,13 +23,7 @@ Namespace Hvac
Public Sub New()
End Sub
Public Sub New(elecPowerW As Single, mechPowerW As Single, fuellingLPH As Single)
HVACElectricalLoadPowerWatts = elecPowerW
HVACFuellingLitresPerHour = mechPowerW
HVACMechanicalLoadPowerWatts = fuellingLPH
End Sub
'Implementation
Public Function SetValuesFromMap(ByVal filePath As String, byref message As String) As Boolean _
Implements IHVACSteadyStateModel.SetValuesFromMap
......
......@@ -19,7 +19,6 @@ Namespace UnitTests
Private alternatorMap As IAlternatorMap
Private signals As Signals = New Signals
Private powernetVoltage As Volt = 26.3.SI(Of Volt)()
Private ssm As IHVACSteadyStateModel = New HVACSteadyStateModel(100, 100, 100)
Private Function GetSSM() As ISSMTOOL
......
......@@ -12,7 +12,6 @@ Namespace UnitTests
Private Const csngDoorDutyCycleZeroToOne As Single = 0.0963391136801541
Private Const csngPowernetVoltage As Single = 26.3
Private ssmHVac As IHVACSteadyStateModel = New HVACSteadyStateModel(100, 100, 100)
Private Function GetSSM() As ISSMTOOL
......
......@@ -20,7 +20,6 @@ Namespace UnitTests
Private _m05 As M0_5_SmartAlternatorSetEfficiency
Private _target As M5__SmartAlternatorSetGeneration
Private _signals As ISignals = New Signals
Private ssmHVac As IHVACSteadyStateModel = New HVACSteadyStateModel(100, 100, 100)
Private Function GetSSM() As ISSMTOOL
......
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