@@ -313,13 +313,6 @@ partial model PartialReversibleRefrigerantMachine
313313 extent={{-10,10},{10,-10}},
314314 rotation=0)));
315315
316- Modelica.Blocks.Logical.Hysteresis hys(
317- final uLow= 0.001 ,
318- final uHigh= ySet_small,
319- final pre_y_start= false ) "Use default ySet value" annotation (Placement(
320- transformation(extent={{10,10},{-10,-10}}, rotation=180,
321- origin={-110,-90})));
322-
323316 RefrigerantCycleInertia refCycIneCon "Inertia model for condenser side"
324317 annotation(Placement(transformation(
325318 extent={{-10,-10},{10,10}},
@@ -491,9 +484,6 @@ equation
491484 string="%second" ,
492485 index=1,
493486 extent={{6,3},{6,3}}));
494- connect (hys.y, sigBus.onOffMea) annotation (Line(points={{-99,-90},{-88,-90},{
495- -88,-70},{-128,-70},{-128,-40},{-134,-40},{-134,-41},{-141,-41}},
496- color={255,0,255}));
497487 connect (TConAmb, sigBus.TConAmbMea) annotation (Line(
498488 points={{-152,120},{-128,120},{-128,50},{-76,50},{-76,-42},{-78,-42},{-78,
499489 -41},{-141,-41}},
@@ -503,9 +493,6 @@ equation
503493 points={{-152,-130},{-130,-130},{-130,-110},{-76,-110},{-76,-41},{-141,-41}},
504494 color={0,0,127},
505495 pattern=LinePattern.Dash));
506- connect (hys.u, sigBus.yMea) annotation (Line(points={{-122,-90},{-132,-90},{-132,
507- -40},{-136,-40},{-136,-41},{-141,-41}},
508- color={0,0,127}));
509496 connect (con.T, sigBus.TConOutMea) annotation (Line(points={{22.4,90},{38,90},{
510497 38,32},{-76,32},{-76,-40},{-140,-40},{-140,-41},{-141,-41}},
511498 color={0,0,127}));
@@ -697,6 +684,12 @@ equation
697684 This is for
698685 <a href=\" https://github.com/ibpsa/modelica-ibpsa/issues/1979\">IBPSA #1979</a>.
699686 </li>
687+ <li>
688+ <i>February 25, 2025</i> by Antoine Gautier:<br/>
689+ Removed hysteresis.<br/>
690+ This is for
691+ <a href=\" https://github.com/ibpsa/modelica-ibpsa/issues/1977\">IBPSA #1977</a>.
692+ </li>
700693 <li>
701694 <i>August 19, 2024</i> by Michael Wetter:<br/>
702695 Changed markup commands for code merge.<br/>
0 commit comments