How to get sensitivity matrix of a system from a full non-linear model?

1 次查看(过去 30 天)
Hi!
I am doing a simple turbojet engine model( steady state) model for on-design and off-design performance simulations. I have written the full code in matlab and now am porting it to simulink. I have evaluated the partial derivatives of the major performance parameters like thrust with respect to input parameters like calorific value of fuel. Now I need to do the same with Simulink! I have made the model of the engine. Are there any ways in simulink where I can specify two input parameters and two output parameters and ask the system to evaluate the partial derivatives of the 2 outputs wrt the 2 inputs? The output should be the 2x2 matrix.
Thank you for your time!

回答(1 个)

Arkadiy Turevskiy
Arkadiy Turevskiy 2013-12-9
Simulink Control Design lets you linearize the nonlinear model to get a MIMO transfer function describing dynamics between your inputs and outputs. You could then just evaluate this transfer function at DC to get your sensitivities.
Note that it will be important to figure out/specify the operating point around which you want to linearize, i.e., is your engine rotor speed 1,000 rpm or 6,000 rpm? Depending on that, sensitivities could vary quite a bit.
  2 个评论
Balaji
Balaji 2013-12-10
My model, as of now is time independent. It is a set of algebraic equations with lot of iterations while loops inside for map lookups. Will the linearization approach work on algebraic sets with while loops inside?
Thank you for your time.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Linearization 的更多信息

产品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by