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

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

bugfixes in aaux model

parent 436b12a5
No related branches found
No related tags found
No related merge requests found
......@@ -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