Skip to content

Commit 26392f7

Browse files
committed
Merge branch 'master' of github.com:open-ideas/IDEAS
2 parents e05ffa6 + 09bf684 commit 26392f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IDEAS/Examples/IBPSA/SingleZoneResidentialHydronicHeatPump.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ model SingleZoneResidentialHydronicHeatPump
260260
annotation (Placement(transformation(extent={{-80,90},{-60,70}})));
261261
Modelica.Blocks.Logical.Switch switch1(y(unit="K"))
262262
annotation (Placement(transformation(extent={{-20,140},{0,160}})));
263-
Modelica.Blocks.Sources.Constant const(k=0)
263+
Modelica.Blocks.Sources.Constant const(k=1e-8) "Threshold strictly larger than 0 for detecting occupancy"
264264
annotation (Placement(transformation(extent={{-114,100},{-94,120}})));
265265
Utilities.IO.SignalExchange.WeatherStation weaSta "BOPTEST weather station"
266266
annotation (Placement(transformation(extent={{-160,160},{-140,180}})));

0 commit comments

Comments
 (0)