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!



Projection based MOR: Difference between revisions

No edit summary
No edit summary
Line 3: Line 3:
The basic idea of almost all the model order reduction (MOR) methods is to
The basic idea of almost all the model order reduction (MOR) methods is to
find a subspace <math>S_1</math> which approximates the manifold where the state
find a subspace <math>S_1</math> which approximates the manifold where the state
vector <math>{\bf x}(t)</math> resides. Afterwards, <math>{\bf x}(t)</math> is approximated by a vector <math>\tilde{\bf x}(t)</math> in $S_1$.  The reduced model is produced by Petrov-Galerkin projection onto a subspace $S_2$, or by Galerkin projection onto the same subspace <math>S_1</math>.  
vector <math>x(t)</math> resides. Afterwards, <math>x(t)</math> is approximated by a vector <math>\tilde x(t)</math> in $S_1$.  The reduced model is produced by Petrov-Galerkin projection onto a subspace $S_2$, or by Galerkin projection onto the same subspace <math>S_1</math>.  


We use the system
We use the system

Revision as of 15:16, 12 March 2013


The basic idea of almost all the model order reduction (MOR) methods is to find a subspace S1 which approximates the manifold where the state vector x(t) resides. Afterwards, x(t) is approximated by a vector x~(t) in $S_1$. The reduced model is produced by Petrov-Galerkin projection onto a subspace $S_2$, or by Galerkin projection onto the same subspace S1.

We use the system Edx(t)dt=Ax(t)+Bu(t), y(t)=Cx(t)+Du(t). as an example to explain the basic idea. Assuming that an orthonormal basis V=(v1,v2,,vq) of the subspace S1 has been found, then the approximation x~(t) in S1 can be represented by the basis as x~(t)=Vz(t). Therefore x(t) can be approximated by x(t)Vz(t). Here z is a vector of length $q \ll n$.

Once z(t) is computed, we can get an approximate solution x~(t)=Vz(t) for x(t). The vector z(t) can be computed from the reduced model which is derived by the following two steps.