Skip to content

Commit

Permalink
disabled homotopy for #1221
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathadon committed Oct 19, 2019
1 parent 35c899f commit d086656
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion IBPSA/Controls/Continuous/LimPID.mo
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,9 @@ protected
Modelica.Blocks.Nonlinear.Limiter limiter(
final uMax=yMax,
final uMin=yMin,
final strict=strict) "Output limiter"
final strict=strict,
final homotopyType=Modelica.Blocks.Types.LimiterHomotopy.NoHomotopy)
"Output limiter"
annotation (Placement(transformation(extent={{70,-10},{90,10}})));


Expand Down Expand Up @@ -336,6 +338,11 @@ Some parameters assignments in the instances have been made final.
revisions="<html>
<ul>
<li>
October 19, 2019, by Filip Jorissen:<br/>
Disabled homotopy to ensure bounded outputs,
for <a href=\"https://github.com/ibpsa/modelica-ibpsa/issues/1221\">issue 1221</a>.
</li>
<li>
September 29, 2016, by Michael Wetter:<br/>
Refactored model.
</li>
Expand Down

0 comments on commit d086656

Please sign in to comment.