You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you look in Modelica.Blocks.Continuous.PI you see that y_start is enabled for steady-state (Modelica.Blocks.Types.Init.SteadyState), but not used in that case!
If you want to set a guess-value it makes more sense to set x_start in that case - or in rare cases y.start.
I thus believe that the simplest solution would be to just modify the enable-attribute.
The text was updated successfully, but these errors were encountered:
If you look in
Modelica.Blocks.Continuous.PI
you see thaty_start
is enabled for steady-state (Modelica.Blocks.Types.Init.SteadyState
), but not used in that case!If you want to set a guess-value it makes more sense to set
x_start
in that case - or in rare casesy.start
.I thus believe that the simplest solution would be to just modify the enable-attribute.
The text was updated successfully, but these errors were encountered: