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 1: Line 1:
[[Category:method]]
[[Category:method]]


All the existing model order reduction (MOR) methods is based on projection. That is to
All the existing model order reduction (MOR) methods are based on projection. That 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>x(t)</math> resides. Afterwards, <math>x(t)</math> is approximated by a vector <math>\tilde x(t)</math> in <math>S_1</math>.  The reduced model is produced by Petrov-Galerkin projection onto a subspace <math>S_2</math>, 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 <math>S_1</math>.  The reduced model is produced by Petrov-Galerkin projection onto a subspace <math>S_2</math>, or by Galerkin projection onto the same subspace <math>S_1</math>.  

Revision as of 15:18, 12 March 2013


All the existing model order reduction (MOR) methods are based on projection. That 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 S1. The reduced model is produced by Petrov-Galerkin projection onto a subspace S2, 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.