ModelingToolkitStandardLibrary.jl icon indicating copy to clipboard operation
ModelingToolkitStandardLibrary.jl copied to clipboard

add optional operating point in StateSpace

Open baggepinnen opened this issue 2 years ago • 1 comments

Useful if the StateSpace system comes from a linearized nonlinear model.

baggepinnen avatar Jun 21 '22 13:06 baggepinnen

Codecov Report

Merging #83 (aa23247) into main (db37027) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main      #83   +/-   ##
=======================================
  Coverage   68.59%   68.59%           
=======================================
  Files          23       23           
  Lines         952      952           
=======================================
  Hits          653      653           
  Misses        299      299           
Impacted Files Coverage Δ
src/Blocks/continuous.jl 98.17% <100.00%> (ø)

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

codecov[bot] avatar Jun 21 '22 14:06 codecov[bot]

Why x_start but u0 and y0?

x_start denotes a start value, whereas x0, u0 denote nominal/operating points (a rather commonly used notation to describe the operating point for delta-coordinates $\Delta x = x - x_0$).

baggepinnen avatar Oct 06 '22 16:10 baggepinnen