Anonymous
×
Create a new article
Write your page title here:
We currently have 106 articles on MOR Wiki. Type your article name above or click on one of the titles below and start writing!



Models: Difference between revisions

Line 137: Line 137:
:<math>
:<math>
\begin{align}
\begin{align}
(M_0 + \sum_{i=1}^{P_M} p^M_i M_i)\ddot{x}(t) + (D_0 + \sum_{i=1}^{P_D} p^D_i D_i)\dot{x}(t) + (K_0 + \sum_{i=1}^{P_K} p^K_i K_i)x(t) &= B u(t), \\
(M_0 + \sum_{i=1}^{P_M} p^M_i M_i)\ddot{x}(t) + (E_0 + \sum_{i=1}^{P_E} p^E_i E_i)\dot{x}(t) + (K_0 + \sum_{i=1}^{P_K} p^K_i K_i)x(t) &= B u(t), \\
y(t) &= C x(t),
y(t) &= C x(t),
\end{align}
\end{align}
Line 146: Line 146:
<math>M_0 \in \mathbb{R}^{N \times N}</math>,
<math>M_0 \in \mathbb{R}^{N \times N}</math>,
<math>M_i \in \mathbb{R}^{N \times N}</math>,
<math>M_i \in \mathbb{R}^{N \times N}</math>,
<math>D_0 \in \mathbb{R}^{N \times N}</math>,
<math>E_0 \in \mathbb{R}^{N \times N}</math>,
<math>D_j \in \mathbb{R}^{N \times N}</math>,
<math>E_j \in \mathbb{R}^{N \times N}</math>,
<math>K_0 \in \mathbb{R}^{N \times N}</math>,
<math>K_0 \in \mathbb{R}^{N \times N}</math>,
<math>K_k \in \mathbb{R}^{N \times N}</math>,
<math>K_k \in \mathbb{R}^{N \times N}</math>,
<math>B \in \mathbb{R}^{N \times M}</math>,
<math>B \in \mathbb{R}^{N \times M}</math>,
<math>C \in \mathbb{R}^{Q \times N}</math>.
<math>C \in \mathbb{R}^{Q \times N}</math>.

Revision as of 10:51, 9 February 2019

Note: This page has not been verified by our editors.

Benchmark Model Overview

This page outlines the types of models that are used as benchmark systems. For this general summary we assume an input u:M, a state x:N and an output y:Q.

Linear Time-Invariant System

Ex˙(t)=Ax(t)+Bu(t),y(t)=Cx(t),

with:

EN×N, AN×N, BN×M, CQ×N.


Linear Time-Varying System

E(t)x˙(t)=A(t)x(t)+B(t)u(t),y(t)=C(t)x(t),

with:

E:N×N, A:N×N, B:N×M, C:Q×N.


Quadratic-Bilinear System

Ex˙(t)=Ax(t)+Hx(t)x(t)+i=1Mx(t)ui(t)+Bu(t),y(t)=Cx(t),

with:

EN×N, AN×N, BN×M, HN×N2, NiN×N, CQ×N.


Nonlinear Time-Invariant System

Ex˙(t)=Ax(t)+f(x(t),u(t))+Bu(t),y(t)=Cx(t),

with:

EN×N, AN×N, BN×M, CQ×N, f:N×MN.


Affine Parametric Linear Time-Invariant System

(E0+i=1PEpiEEi)x˙(t)=(A0j=1PApjAAj)x(t)+Bu(t),y(t)=Cx(t),

with:

E0N×N, EiN×N, A0N×N, AjN×N, BN×M, CQ×N.


Second-Order System

Mx¨(t)+Ex˙(t)+Kx(t)=Bu(t),y(t)=Cx(t),

with:

MN×N, EN×N, KN×N, BN×M, CQ×N.

Nonlinear Second-Order System

Mx¨(t)+Ex˙(t)+Kx(t)=Bu(t)+f(x(t),u(t)),y(t)=Cx(t),

with:

MN×N, EN×N, KN×N, BN×M, CQ×N, f:N×MN.

Affine Parametric Second-Order System

(M0+i=1PMpiMMi)x¨(t)+(E0+i=1PEpiEEi)x˙(t)+(K0+i=1PKpiKKi)x(t)=Bu(t),y(t)=Cx(t),

with:

M0N×N, MiN×N, E0N×N, EjN×N, K0N×N, KkN×N, BN×M, CQ×N.