modelica / ModelicaStandardLibrary

Free (standard conforming) library to model mechanical (1D/3D), electrical (analog, digital, machines), magnetic, thermal, fluid, control systems and hierarchical state machines. Also numerical functions and functions for strings, files and streams are included.

Home Page:https://doc.modelica.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SteadyState for Modelica.Blocks.Continuous.PI

HansOlsson opened this issue · comments

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.