Skip to content

Commit

Permalink
Merge pull request #655 from RWTH-EBC/issue_bugfix_HPSimple
Browse files Browse the repository at this point in the history
Fix bug in HeatPumpSimple
  • Loading branch information
PMehrfeld committed Oct 29, 2018
2 parents 9c8fdb0 + 93b57f9 commit f7212bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AixLib/Fluid/HeatPumps/HeatPumpSimple.mo
Expand Up @@ -62,7 +62,7 @@ model HeatPumpSimple
"Table matrix (grid u1 = first column, grid u2 = first row; e.g., table=[0,0;0,1])";
parameter Real tableHeatFlowCondenser[:, :] = fill(0.0, 0, 2)
"Table matrix (grid u1 = first column, grid u2 = first row; e.g., table=[0,0;0,1])";
Modelica.Blocks.Math.Gain gain(k=-10000000)
Modelica.Blocks.Math.Gain gain(k=-1)
annotation(Placement(transformation(extent = {{-18, -60}, {-38, -40}})));
equation
connect(temperatureSourceIn.port_a, port_a_source) annotation(Line(points = {{-80, 46}, {-80, 70}, {-90, 70}}, color = {0, 127, 255}));
Expand Down
2 changes: 1 addition & 1 deletion AixLib/package.mo
Expand Up @@ -16,7 +16,7 @@ package AixLib
Modelica_DeviceDrivers(version="1.4.4"),
Modelica_Synchronous(version="0.92.1"),
NcDataReader2(version="2.4.0")),
version = "0.7.2",
version = "0.7.3",
conversion(from(
version="0.3.2", script="modelica://AixLib/Resources/Scripts/ConvertAixLib_from_0.3.2_to_0.4.mos",
version="0.5.0", script="modelica://AixLib/Resources/Scripts/ConvertAixLib_from_0.5.0_to_0.5.1.mos",
Expand Down

0 comments on commit f7212bd

Please sign in to comment.