-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmultiphysicsL18.tex
More file actions
162 lines (162 loc) · 4.09 KB
/
multiphysicsL18.tex
File metadata and controls
162 lines (162 loc) · 4.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
%
% Copyright © 2014 Peeter Joot. All Rights Reserved.
% Licenced as described in the file LICENSE under the root directory of this GIT repository.
%
%\input{../blogpost.tex}
%\renewcommand{\basename}{multiphysicsL18}
%\renewcommand{\dirname}{notes/ece1254/}
%\newcommand{\keywords}{ECE1254H}
%\input{../peeter_prologue_print2.tex}
%
%\beginArtNoToc
%\generatetitle{ECE1254H Modeling of Multiphysics Systems. Lecture 18: Model order reduction. Taught by Prof.\ Piero Triverio}
%\chapter{Model order reduction}
\label{chap:multiphysicsL18}
%
%\section{Disclaimer}
%
%Peeter's lecture notes from class. These may be incoherent and rough.
%
\section{Model order reduction.}
\index{model order reduction}
%
The system equations of interest for model order reduction (MOR) are
\index{MOR|see {model order reduction}}
%
\begin{subequations}
\label{eqn:multiphysicsL18:10}
\begin{equation}\label{eqn:multiphysicsL18:20}
\BG \Bx(t) + \BC \dot{\Bx}(t) = \BB \Bu(t)
\end{equation}
\begin{equation}\label{eqn:multiphysicsL18:40}
\By(t) = \BL^\T \Bx(t).
\end{equation}
\end{subequations}
%
Here
\begin{itemize}
\item \( \Bu(t) \) is a vector of inputs.
\item \( \By(t) \) is a vector of interesting outputs, as filtered by the matrix \( \BL \), and
\item \( \Bx(t) \) is the state vector, of size \( N \).
\end{itemize}
%
The aim is illustrated in \cref{fig:lecture18:lecture18Fig1}.
%
\imageFigure{../figures/ece1254-multiphysics/lecture18Fig1}{Find a simplified model that has the same input-output characteristics.}{fig:lecture18:lecture18Fig1}{0.2}
%
\paragraph{Review: transfer function}
%
\begin{subequations}
\begin{equation}\label{eqn:multiphysicsL18:60}
\BG \BX(s) + \BC \lr{ s \BX(s) - \cancel{\Bx(0)} } = \BB \BU(s)
\end{equation}
\begin{equation}\label{eqn:multiphysicsL18:80}
\BY(s) = \BL^\T \BX(s).
\end{equation}
\end{subequations}
%
Grouping terms
%
\begin{equation}\label{eqn:multiphysicsL18:100}
\lr{ \BG + s \BC } \BX(s) = \BB \BU(s),
\end{equation}
%
and inverting allows for solution for the state vector output in the frequency domain
%
\begin{equation}\label{eqn:multiphysicsL18:120}
\BX(s) = \lr{ \BG + s \BC }^{-1} \BB \BU(s)
\end{equation}
%
The vector of outputs of interest are
%
\begin{equation}\label{eqn:multiphysicsL18:140}
\BY(s) =
%\mytikzmark{left}{1}
\myBoxed{
L^\T \lr{ \BG + s \BC }^{-1} \BB
}
%\mytikzmark{right}{1}
\BU(s)
\end{equation}
%
%\DrawMyBox[thick, Maroon, rounded corners]{1}
%
The boxed portion is the transfer function
%
\begin{equation}\label{eqn:multiphysicsL18:160}
\BH(s) = L^\T \lr{ \BG + s \BC }^{-1} \BB.
\end{equation}
%
... Switched to slides.
%
\paragraph{Geometrical interpretation to the change of variables}
%
\begin{equation}\label{eqn:multiphysicsL18:180}
\begin{aligned}
x(t) &=
\mathLabelBox
[
labelstyle={xshift=2cm},
linestyle={out=270,in=90, latex-}
]
{
\BV
}
{\(N \times N\)}
\Bw(t)
\\ &=
\begin{bmatrix}
\Bv_1 & \Bv_2 & \cdots & \Bv_N
\end{bmatrix}
\begin{bmatrix}
w_1(t) \\
w_2(t) \\
\vdots \\
w_N(t)
\end{bmatrix}
\\ &=
\Bv_1 w_1(t) +
\Bv_2 w_2(t) +
\cdots
\Bv_N w_N(t).
\end{aligned}
\end{equation}
%
The key to MOR is to find a way to select the important portions of these \( \Bv_i, w_i(t) \) vectors-function pairs. This projects the system equations onto an approximation that retains the most interesting characteristics.
%
\section{Moment matching.}
\index{moment matching}
%
Referring back to \cref{eqn:multiphysicsL18:10} and it's Laplace transform representation, an \textAndIndex{input-to-state transfer function} \( \BF(s) \) is defined by
%
\begin{equation}\label{eqn:multiphysicsL18:220}
\BX(s) = \lr{ \BG + s \BC }^{-1} \BB \BU(s) = \BF(s) \BU(s)
\end{equation}
%
This can be expanded around the DC value ( \( s = 0 \) )
%
\begin{equation}\label{eqn:multiphysicsL18:200}
\begin{aligned}
\BF(s) &= M_0 + M_1 s + M_2 s^2 + \cdots M_{q-1} s^{q-1} +
\mathLabelBox
[
labelstyle={xshift=2cm},
linestyle={out=270,in=90, latex-}
]
{
M_q
}
{
moments
}
s^q + \cdots
\end{aligned}
\end{equation}
%
A reduced model of order \( q \) is defined as
%
\begin{equation}\label{eqn:multiphysicsL18:240}
\BF(s) = M_0 + M_1 s + M_2 s^2 + \cdots M_{q-1} s^{q-1} + \tilde{M}_q s^q.
\end{equation}
%
%\EndArticle