ModelicaStandardLibrary icon indicating copy to clipboard operation
ModelicaStandardLibrary copied to clipboard

SteadyState for Modelica.Blocks.Continuous.PI

Open HansOlsson opened this issue 9 months ago • 0 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.

HansOlsson avatar Apr 30 '24 11:04 HansOlsson