HeatPump: Improvements and minor bugs
While using the model AixLib.Fluid.HeatPumps.HeatPump
I came across a few issues with the model and according controller parts:
-
Rethink greaterLow
hysterisis inAixLib.Controls.HeatPump.SecurityControls.BaseClasses.BoundaryMap
since heat pump should also start even if the evaporator outlet temperature drops below e.g. 10 degC -
TSetToNSet seems to be not propagated properly -
PI controller in AixLib.Controls.HeatPump.BaseClasses.InverterControlledHP
needs ayMax=1
andyMin=0
. -
Add Heating Limit Temperature (with T_oda moving average before) into AixLib.Controls.HeatPump.BaseClasses.PartialTSetToNSet
and propagate it. -
Simulate and Plot
script forSystems.HeatPumpSystem.Examples.HeatPumpSystem
does not show any operation of the heat pump. Must be revised so that more operation points are covered during simulation. -
Just noticed that the scaling factor usage is not implemented for the ND table yet. Fix is provided in #761. Mark as done after merge. - Added by: @DaJansenGit
to be continued...