<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://modelreduction.org/morwiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Will</id>
	<title>MOR Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://modelreduction.org/morwiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Will"/>
	<link rel="alternate" type="text/html" href="https://modelreduction.org/morwiki/Special:Contributions/Will"/>
	<updated>2026-04-13T00:17:39Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>https://modelreduction.org/morwiki/index.php?title=Transfer_Function_Interpolation&amp;diff=1568</id>
		<title>Transfer Function Interpolation</title>
		<link rel="alternate" type="text/html" href="https://modelreduction.org/morwiki/index.php?title=Transfer_Function_Interpolation&amp;diff=1568"/>
		<updated>2013-06-17T08:20:15Z</updated>

		<summary type="html">&lt;p&gt;Will: /* Higher dimensional parameter spaces */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:method]]&lt;br /&gt;
[[Category:linear]]&lt;br /&gt;
[[Category:parametric]]&lt;br /&gt;
[[Category:time invariant]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Transfer function interpolation&#039;&#039;&#039; is an approach for parameter-preserving model order reduction which is based on a combination of [[Balanced Truncation|balanced truncation]] (or any other model order reduction method for deterministic linear, time-invariant systems) at certain distinct parameter values (the interpolation points) with interpolation. The approach is quite flexible in allowing the use of numerous interpolation techniques like polynomial, Hermite, rational, sinc, and spline interpolation.&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The method will exemplarily be introduced for reducing a system given by the transfer function&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;&lt;br /&gt;
G(s,p) = C(sE - A1- p A2 )^{-1}B.&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The PMOR approach was originally  proposed in &amp;lt;ref name=&amp;quot;BauB09&amp;quot;&amp;gt; U. Baur and P. Benner, &amp;quot;&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://www.oldenbourg-link.com/doi/abs/10.1524/auto.2009.0787 Modellreduktion für parametrisierte Systeme durch balanciertes Abschneiden und Interpolation (Model Reduction for Parametric Systems Using Balanced Truncation and Interpolation)]&amp;lt;/span&amp;gt;&amp;quot;, &lt;br /&gt;
at-Automatisierungstechnik, vol. 57, no. 8, pp. 411-420, 2009&amp;lt;/ref&amp;gt;&lt;br /&gt;
using polynomial interpolation. It can simply be extended to a hybrid approach of [[Balanced Truncation|balanced truncation]] applying different kinds of interpolation.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the following rational interpolation will be employed for the interpolation of the locally reduced-order transfer functions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It is assumed that for &amp;lt;math&amp;gt;k+1&amp;lt;/math&amp;gt; interpolation points &amp;lt;math&amp;gt;p_0, \dots, p_k&amp;lt;/math&amp;gt; somehow distributed over the parameter interval, &lt;br /&gt;
the underlying non-parametric systems&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  G(s,p_j) =  C( sE - A1- p_j A2)^{-1} B, \quad j = 0,\dots k,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
are stable, i.e. all finite eigenvalues of the regular pencils &amp;lt;math&amp;gt;\lambda E - A1 - p_j A2&amp;lt;/math&amp;gt; lie in the open left half of the complex plane.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Then, [[Balanced Truncation|balanced truncation]] can be applied to &amp;lt;math&amp;gt;G(s,p_j)&amp;lt;/math&amp;gt; leading to reduced-order systems of order &amp;lt;math&amp;gt;r_j&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 \hat G_j(s) := \hat G(s,p_j) = \hat C_j(s \hat E_j - \hat A1_j - \hat A2_j)^{-1}\hat B_j, \quad \textrm{for} \ j=0,\dots,k.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The reduced-order transfer function over the whole parameter interval is obtained by rational interpolation, e.g. by use of the barycentric formula&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
\hat G_I(s,p) = \frac{\textrm{num}(s,p)}{\textrm{den}(s,p)} =&lt;br /&gt;
&lt;br /&gt;
\frac{\sum\limits_{j=0}^k \frac{u_j}{p - p_j} \hat G_j(s) }{\sum\limits_{j=0}^{k} \frac{u_j}{p - p_j}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
for real numbers &amp;lt;math&amp;gt;u_j\ne 0&amp;lt;/math&amp;gt; and with numerator and denominator of degree at most &amp;lt;math&amp;gt;k&amp;lt;/math&amp;gt; &amp;lt;ref&amp;gt;J.-P. Berrut, R. Baltensperger, and H.D. Mittelmann, &amp;quot;&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://link.springer.com/chapter/10.1007%2F3-7643-7356-3_3# Recent developments in barycentric rational interpolation]&amp;lt;/span&amp;gt;&amp;quot;, in Trends and applications in constructive approximation,&lt;br /&gt;
  vol. 151 of  Internat. Ser. Numer. Math., pp. 27-51. Birkhäuser, Basel, 2005.&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==Higher dimensional parameter spaces==&lt;br /&gt;
&lt;br /&gt;
For systems including more than one parameter, the problem of finding a reduced-order interpolating function over the whole parameter space&lt;br /&gt;
&lt;br /&gt;
is much more involved. The main reason for that is the exponentially growing number of interpolation points for higher dimensional parameter spaces.&lt;br /&gt;
&lt;br /&gt;
This leads to a high computationally complexity since [[Balanced Truncation|balanced truncation]] has to be applied many times. Furthermore, the order of the reduced-order&lt;br /&gt;
&lt;br /&gt;
system grows exponentially as well.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A strategy for an effective and representative choice  of parameter points in higher dimensional parameter spaces&lt;br /&gt;
&lt;br /&gt;
comes through the use of  [[wikipedia:Sparse_grid|sparse grids]], see, e.g. &amp;lt;ref&amp;gt;H.-J. Bungartz and M. Griebel, Sparse grids.&lt;br /&gt;
 Acta Numerica, vol. 13, pp. 147-269, 2004.&amp;lt;/ref&amp;gt;, &amp;lt;ref&amp;gt;M. Griebel&lt;br /&gt;
Sparse grids and related approximation schemes for higher dimensional problems&lt;br /&gt;
In Foundations of Computational Mathematics (FoCM05), Santander, pp. 106-161, 2006.&amp;lt;/ref&amp;gt;, &amp;lt;ref&amp;gt;C. Zenger&lt;br /&gt;
Sparse grids&lt;br /&gt;
In Parallel algorithms for partial differential equations&lt;br /&gt;
  (Kiel, 1990), vol. 31 of Notes Numer. Fluid Mech., pp. 241-251, 1991.&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This  approach is based on a hierarchical basis and a sparse tensor product construction. Significantly less interpolation points are needed for obtaining a similar accuracy as interpolation in a full grid space.&lt;br /&gt;
&lt;br /&gt;
A coupling of [[Balanced Truncation|balanced truncation]] with piecewise polynomial interpolation using sparse grid points was described in &amp;lt;ref name=&amp;quot;BauB09&amp;quot;/&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==Numerical results==&lt;br /&gt;
&lt;br /&gt;
Numerical results for the [[Anemometer|anemometer benchmark]] can be found in &lt;br /&gt;
&amp;lt;ref&amp;gt;U. Baur, P. Benner, A. Greiner, J. G. Korvink, J. Lienemann and C. Moosmann, &amp;quot;&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://dx.doi.org/10.1080/13873954.2011.547658 Parameter preserving model order reduction for MEMS applications]&amp;lt;/span&amp;gt;&amp;quot;, MCMDS Mathematical and Computer Modeling of Dynamical Systems, vol. 17, no. 4, pp. 297-317, 2011.&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Contact==&lt;br /&gt;
&lt;br /&gt;
[[User:Baur]]&lt;/div&gt;</summary>
		<author><name>Will</name></author>
	</entry>
	<entry>
		<id>https://modelreduction.org/morwiki/index.php?title=Transfer_Function_Interpolation&amp;diff=1567</id>
		<title>Transfer Function Interpolation</title>
		<link rel="alternate" type="text/html" href="https://modelreduction.org/morwiki/index.php?title=Transfer_Function_Interpolation&amp;diff=1567"/>
		<updated>2013-06-17T08:18:03Z</updated>

		<summary type="html">&lt;p&gt;Will: /* Higher dimensional parameter spaces */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:method]]&lt;br /&gt;
[[Category:linear]]&lt;br /&gt;
[[Category:parametric]]&lt;br /&gt;
[[Category:time invariant]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Transfer function interpolation&#039;&#039;&#039; is an approach for parameter-preserving model order reduction which is based on a combination of [[Balanced Truncation|balanced truncation]] (or any other model order reduction method for deterministic linear, time-invariant systems) at certain distinct parameter values (the interpolation points) with interpolation. The approach is quite flexible in allowing the use of numerous interpolation techniques like polynomial, Hermite, rational, sinc, and spline interpolation.&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The method will exemplarily be introduced for reducing a system given by the transfer function&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;&lt;br /&gt;
G(s,p) = C(sE - A1- p A2 )^{-1}B.&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The PMOR approach was originally  proposed in &amp;lt;ref name=&amp;quot;BauB09&amp;quot;&amp;gt; U. Baur and P. Benner, &amp;quot;&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://www.oldenbourg-link.com/doi/abs/10.1524/auto.2009.0787 Modellreduktion für parametrisierte Systeme durch balanciertes Abschneiden und Interpolation (Model Reduction for Parametric Systems Using Balanced Truncation and Interpolation)]&amp;lt;/span&amp;gt;&amp;quot;, &lt;br /&gt;
at-Automatisierungstechnik, vol. 57, no. 8, pp. 411-420, 2009&amp;lt;/ref&amp;gt;&lt;br /&gt;
using polynomial interpolation. It can simply be extended to a hybrid approach of [[Balanced Truncation|balanced truncation]] applying different kinds of interpolation.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the following rational interpolation will be employed for the interpolation of the locally reduced-order transfer functions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It is assumed that for &amp;lt;math&amp;gt;k+1&amp;lt;/math&amp;gt; interpolation points &amp;lt;math&amp;gt;p_0, \dots, p_k&amp;lt;/math&amp;gt; somehow distributed over the parameter interval, &lt;br /&gt;
the underlying non-parametric systems&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  G(s,p_j) =  C( sE - A1- p_j A2)^{-1} B, \quad j = 0,\dots k,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
are stable, i.e. all finite eigenvalues of the regular pencils &amp;lt;math&amp;gt;\lambda E - A1 - p_j A2&amp;lt;/math&amp;gt; lie in the open left half of the complex plane.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Then, [[Balanced Truncation|balanced truncation]] can be applied to &amp;lt;math&amp;gt;G(s,p_j)&amp;lt;/math&amp;gt; leading to reduced-order systems of order &amp;lt;math&amp;gt;r_j&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 \hat G_j(s) := \hat G(s,p_j) = \hat C_j(s \hat E_j - \hat A1_j - \hat A2_j)^{-1}\hat B_j, \quad \textrm{for} \ j=0,\dots,k.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The reduced-order transfer function over the whole parameter interval is obtained by rational interpolation, e.g. by use of the barycentric formula&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
\hat G_I(s,p) = \frac{\textrm{num}(s,p)}{\textrm{den}(s,p)} =&lt;br /&gt;
&lt;br /&gt;
\frac{\sum\limits_{j=0}^k \frac{u_j}{p - p_j} \hat G_j(s) }{\sum\limits_{j=0}^{k} \frac{u_j}{p - p_j}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
for real numbers &amp;lt;math&amp;gt;u_j\ne 0&amp;lt;/math&amp;gt; and with numerator and denominator of degree at most &amp;lt;math&amp;gt;k&amp;lt;/math&amp;gt; &amp;lt;ref&amp;gt;J.-P. Berrut, R. Baltensperger, and H.D. Mittelmann, &amp;quot;&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://link.springer.com/chapter/10.1007%2F3-7643-7356-3_3# Recent developments in barycentric rational interpolation]&amp;lt;/span&amp;gt;&amp;quot;, in Trends and applications in constructive approximation,&lt;br /&gt;
  vol. 151 of  Internat. Ser. Numer. Math., pp. 27-51. Birkhäuser, Basel, 2005.&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==Higher dimensional parameter spaces==&lt;br /&gt;
&lt;br /&gt;
For systems including more than one parameter, the problem of finding a reduced-order interpolating function over the whole parameter space&lt;br /&gt;
&lt;br /&gt;
is much more involved. The main reason for that is the exponentially growing number of interpolation points for higher dimensional parameter spaces.&lt;br /&gt;
&lt;br /&gt;
This leads to a high computationally complexity since [[Balanced Truncation|balanced truncation]] has to be applied many times. Furthermore, the order of the reduced-order&lt;br /&gt;
&lt;br /&gt;
system grows exponentially as well.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A strategy for an effective and representative choice  of parameter points in higher dimensional parameter spaces&lt;br /&gt;
&lt;br /&gt;
comes through the use of  [[wikipedia:Sparse_grid|sparse grids]], see, e.g. &amp;lt;ref&amp;gt;H.-J. Bungartz and M. Griebel, Sparse grids.&lt;br /&gt;
 Acta Numerica, vol. 13, pp. 147-269, 2004.&amp;lt;/ref&amp;gt;, &amp;lt;ref&amp;gt;M. Griebel&lt;br /&gt;
Sparse grids and related approximation schemes for higher dimensional problems&lt;br /&gt;
In Foundations of Computational Mathematics (FoCM05), Santander}, pp. 106-161, 2006.&amp;lt;/ref&amp;gt;, &amp;lt;ref&amp;gt;C. Zenger&lt;br /&gt;
Sparse grids&lt;br /&gt;
In Parallel algorithms for partial differential equations&lt;br /&gt;
  (Kiel, 1990), vol. 31 of Notes Numer. Fluid Mech., pp. 241-251, 1991.&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This  approach is based on a hierarchical basis and a sparse tensor product construction. Significantly less interpolation points are needed for obtaining a similar accuracy as interpolation in a full grid space.&lt;br /&gt;
&lt;br /&gt;
A coupling of [[Balanced Truncation|balanced truncation]] with piecewise polynomial interpolation using sparse grid points was described in &amp;lt;ref name=&amp;quot;BauB09&amp;quot;/&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==Numerical results==&lt;br /&gt;
&lt;br /&gt;
Numerical results for the [[Anemometer|anemometer benchmark]] can be found in &lt;br /&gt;
&amp;lt;ref&amp;gt;U. Baur, P. Benner, A. Greiner, J. G. Korvink, J. Lienemann and C. Moosmann, &amp;quot;&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://dx.doi.org/10.1080/13873954.2011.547658 Parameter preserving model order reduction for MEMS applications]&amp;lt;/span&amp;gt;&amp;quot;, MCMDS Mathematical and Computer Modeling of Dynamical Systems, vol. 17, no. 4, pp. 297-317, 2011.&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Contact==&lt;br /&gt;
&lt;br /&gt;
[[User:Baur]]&lt;/div&gt;</summary>
		<author><name>Will</name></author>
	</entry>
	<entry>
		<id>https://modelreduction.org/morwiki/index.php?title=Transfer_Function_Interpolation&amp;diff=1566</id>
		<title>Transfer Function Interpolation</title>
		<link rel="alternate" type="text/html" href="https://modelreduction.org/morwiki/index.php?title=Transfer_Function_Interpolation&amp;diff=1566"/>
		<updated>2013-06-17T08:14:56Z</updated>

		<summary type="html">&lt;p&gt;Will: /* Description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:method]]&lt;br /&gt;
[[Category:linear]]&lt;br /&gt;
[[Category:parametric]]&lt;br /&gt;
[[Category:time invariant]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Transfer function interpolation&#039;&#039;&#039; is an approach for parameter-preserving model order reduction which is based on a combination of [[Balanced Truncation|balanced truncation]] (or any other model order reduction method for deterministic linear, time-invariant systems) at certain distinct parameter values (the interpolation points) with interpolation. The approach is quite flexible in allowing the use of numerous interpolation techniques like polynomial, Hermite, rational, sinc, and spline interpolation.&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The method will exemplarily be introduced for reducing a system given by the transfer function&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;&lt;br /&gt;
G(s,p) = C(sE - A1- p A2 )^{-1}B.&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The PMOR approach was originally  proposed in &amp;lt;ref name=&amp;quot;BauB09&amp;quot;&amp;gt; U. Baur and P. Benner, &amp;quot;&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://www.oldenbourg-link.com/doi/abs/10.1524/auto.2009.0787 Modellreduktion für parametrisierte Systeme durch balanciertes Abschneiden und Interpolation (Model Reduction for Parametric Systems Using Balanced Truncation and Interpolation)]&amp;lt;/span&amp;gt;&amp;quot;, &lt;br /&gt;
at-Automatisierungstechnik, vol. 57, no. 8, pp. 411-420, 2009&amp;lt;/ref&amp;gt;&lt;br /&gt;
using polynomial interpolation. It can simply be extended to a hybrid approach of [[Balanced Truncation|balanced truncation]] applying different kinds of interpolation.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the following rational interpolation will be employed for the interpolation of the locally reduced-order transfer functions.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It is assumed that for &amp;lt;math&amp;gt;k+1&amp;lt;/math&amp;gt; interpolation points &amp;lt;math&amp;gt;p_0, \dots, p_k&amp;lt;/math&amp;gt; somehow distributed over the parameter interval, &lt;br /&gt;
the underlying non-parametric systems&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  G(s,p_j) =  C( sE - A1- p_j A2)^{-1} B, \quad j = 0,\dots k,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
are stable, i.e. all finite eigenvalues of the regular pencils &amp;lt;math&amp;gt;\lambda E - A1 - p_j A2&amp;lt;/math&amp;gt; lie in the open left half of the complex plane.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Then, [[Balanced Truncation|balanced truncation]] can be applied to &amp;lt;math&amp;gt;G(s,p_j)&amp;lt;/math&amp;gt; leading to reduced-order systems of order &amp;lt;math&amp;gt;r_j&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 \hat G_j(s) := \hat G(s,p_j) = \hat C_j(s \hat E_j - \hat A1_j - \hat A2_j)^{-1}\hat B_j, \quad \textrm{for} \ j=0,\dots,k.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The reduced-order transfer function over the whole parameter interval is obtained by rational interpolation, e.g. by use of the barycentric formula&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
\hat G_I(s,p) = \frac{\textrm{num}(s,p)}{\textrm{den}(s,p)} =&lt;br /&gt;
&lt;br /&gt;
\frac{\sum\limits_{j=0}^k \frac{u_j}{p - p_j} \hat G_j(s) }{\sum\limits_{j=0}^{k} \frac{u_j}{p - p_j}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
for real numbers &amp;lt;math&amp;gt;u_j\ne 0&amp;lt;/math&amp;gt; and with numerator and denominator of degree at most &amp;lt;math&amp;gt;k&amp;lt;/math&amp;gt; &amp;lt;ref&amp;gt;J.-P. Berrut, R. Baltensperger, and H.D. Mittelmann, &amp;quot;&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://link.springer.com/chapter/10.1007%2F3-7643-7356-3_3# Recent developments in barycentric rational interpolation]&amp;lt;/span&amp;gt;&amp;quot;, in Trends and applications in constructive approximation,&lt;br /&gt;
  vol. 151 of  Internat. Ser. Numer. Math., pp. 27-51. Birkhäuser, Basel, 2005.&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==Higher dimensional parameter spaces==&lt;br /&gt;
&lt;br /&gt;
For systems including more than one parameter, the problem of finding a reduced-order interpolating function over the whole parameter space&lt;br /&gt;
&lt;br /&gt;
is much more involved. The main reason for that is the exponentially growing number of interpolation points for higher dimensional parameter spaces.&lt;br /&gt;
&lt;br /&gt;
This leads to a high computationally complexity since [[Balanced Truncation|balanced truncation]] has to be applied many times. Furthermore, the order of the reduced-order&lt;br /&gt;
&lt;br /&gt;
system grows exponentially as well.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A strategy for an effective and representative choice  of parameter points in higher dimensional parameter spaces&lt;br /&gt;
&lt;br /&gt;
comes through the use of  [[wikipedia:Sparse_grid|sparse grids]], see, e.g. &amp;lt;ref&amp;gt;H.-J. Bungartz and M. Griebel, Sparse grids.&lt;br /&gt;
 Acta Numerica, vol. 13, pp. 147-269, 2004.&amp;lt;/ref&amp;gt;, &amp;lt;ref&amp;gt;M. Griebel&lt;br /&gt;
Sparse grids and related approximation schemes for higher dimensional problems&lt;br /&gt;
In Foundations of Computational Mathematics (FoCM05), Santander}, pp. 106-161, 2006.&amp;lt;/ref&amp;gt;, &amp;lt;ref&amp;gt;C. Zenger&lt;br /&gt;
Sparse grids&lt;br /&gt;
In Parallel algorithms for partial differential equations&lt;br /&gt;
  (Kiel, 1990), vol. 31 of Notes Numer. Fluid Mech., pp. 241-251, 1991.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This  approach is based on a hierarchical basis and a sparse tensor product&lt;br /&gt;
&lt;br /&gt;
construction. Significantly less interpolation points are needed for obtaining a similar accuracy as interpolation in a full grid space.&lt;br /&gt;
&lt;br /&gt;
A coupling of [[Balanced Truncation|balanced truncation]] with piecewise polynomial interpolation using sparse grid points was described in &amp;lt;ref name=&amp;quot;BauB09&amp;quot;/&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Numerical results==&lt;br /&gt;
&lt;br /&gt;
Numerical results for the [[Anemometer|anemometer benchmark]] can be found in &lt;br /&gt;
&amp;lt;ref&amp;gt;U. Baur, P. Benner, A. Greiner, J. G. Korvink, J. Lienemann and C. Moosmann, &amp;quot;&amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://dx.doi.org/10.1080/13873954.2011.547658 Parameter preserving model order reduction for MEMS applications]&amp;lt;/span&amp;gt;&amp;quot;, MCMDS Mathematical and Computer Modeling of Dynamical Systems, vol. 17, no. 4, pp. 297-317, 2011.&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Contact==&lt;br /&gt;
&lt;br /&gt;
[[User:Baur]]&lt;/div&gt;</summary>
		<author><name>Will</name></author>
	</entry>
	<entry>
		<id>https://modelreduction.org/morwiki/index.php?title=Submission_rules&amp;diff=822</id>
		<title>Submission rules</title>
		<link rel="alternate" type="text/html" href="https://modelreduction.org/morwiki/index.php?title=Submission_rules&amp;diff=822"/>
		<updated>2012-11-24T13:14:19Z</updated>

		<summary type="html">&lt;p&gt;Will: /* 3.3. Matrix format for nonlinear or parametric non-affine systems */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The PMOR benchmark collection contains benchmarks related to model order reduction. Its goal is to supply the dynamical systems in a computer-readable format  to researches from different areas. They can then test new algorithms, software, etc.&lt;br /&gt;
&lt;br /&gt;
The collection contains documents that are supposed to be processed by a human being and data files that are supposed to be read automatically by software. As a result, with minor exceptions, the rules concerning documents have a recommendation status, and the rules concerning data files are obligatory.&lt;br /&gt;
&lt;br /&gt;
We start with the description of documents, then we present the publication policy, and finally we describe the data files.&lt;br /&gt;
&lt;br /&gt;
==1. Documents==&lt;br /&gt;
&lt;br /&gt;
The collection consists of documents forming a two-level hierarchy. Top-level documents will be referred to as benchmarks. Each benchmark document may have links to several documents referred to as reports. A benchmark and its reports may be written by different authors.&lt;br /&gt;
&lt;br /&gt;
Each document is written according to conventional scientific practice, that is, it describes the matters in such a way that, at least in principle, anyone could reproduce the results presented. The authors should understand that the document may be read by people from quite different disciplines. Hence, abbreviations should be avoided or at least explained and references to the background ideas should be made.&lt;br /&gt;
&lt;br /&gt;
===1.1. Benchmark===&lt;br /&gt;
&lt;br /&gt;
The goal of a benchmark document is to describe the origin of the dynamic system and its relevance to the application area. It is important to present the mathematical model, the meaning of the inputs and outputs, and the desired behavior from the application viewpoint.&lt;br /&gt;
&lt;br /&gt;
A few points to be addressed:&lt;br /&gt;
&lt;br /&gt;
* The purpose of the model should be explained clearly. (For instance, simulation, iterative system design, feedback control design, ...)&lt;br /&gt;
* Why should the model be reduced at all? (For instance, reducing simulation time, reducing implementation effort in observers, controllers...)&lt;br /&gt;
* What are the QUALITATIVE requirements to the reduced model? What variables are to be approximated well? Is the step response to be approximated or is it the bode plot? What are typical input signals? (Some systems are driven by a step function and nothing else, others are driven by a wide variety of input signals, others are used in closed loops and can cause instabilities, although being stable themselves.)&lt;br /&gt;
* What are the QUANTITATIVE requirements to the reduced model? Best would be if the authors of any individual model can suggest some cost functions (performance indices) to be used for the comparison. These can be in time domain, or in frequency domain (including bandwidth), or both.&lt;br /&gt;
* Are there limits of input and state variables known? (application related or generally)? What are the physical limits where the model becomes useless/false? If known a-priori: Out of the technically typical input signals, which one will cause &amp;quot;the most nonlinear&amp;quot; behavior?&lt;br /&gt;
* How many parameters are included in the model, are they physical parameters or geometrical parameters.&lt;br /&gt;
* Is the system linear or nonlinear? Is it a first or a second order system? &lt;br /&gt;
* When the model is used to test, e.g. an algorithm, can some of the parameters in the model be fixed, such that the model includes fewer parameters, which makes the testing easier?&lt;br /&gt;
* If possible, the source code which generates the model is encouraged to be provided. &lt;br /&gt;
&lt;br /&gt;
* We stress the importance to describe the software employed, as well as its related options. For example, if the model is generated from ANSYS, the software ANSYS is better to be mentioned. If necessary, please also describe some related options like boundary conditions, initial conditions, and other parameters which need to be assigned when generating the model. Please go to the benchmark webpage [[Silicon nitride membrane]] for a reference. &lt;br /&gt;
&lt;br /&gt;
* If the dynamic system is obtained from partial differential equations, then the information about material properties, geometrical data, initial and boundary conditions should be given. The exception to this rule is the case when the original model comes from industry. In this case, if trade secrets are tied with the information mentioned, it may be kept hidden.&lt;br /&gt;
&lt;br /&gt;
* The authors are encouraged to produce several dynamic models of different dimensions in order to provide an opportunity to apply different software and to research scalability issues. If an author has an interactive page on his/her server to generate benchmarks, a link to this page is welcome.&lt;br /&gt;
&lt;br /&gt;
* The dynamic system may be obtained by means of compound matrices, for example, when the second-order system is converted to first-order. In this case, the document should describe such a transformation but in the data file the original and not the compound matrices should be given. This allows to research other ways of model reduction of the original system.&lt;br /&gt;
&lt;br /&gt;
The above information is in a general sense. Therefore, some items may not be applicable to certain benchmarks. However, it is recommended that the items that apply to the benchmark provided should be fully considered.&lt;br /&gt;
&lt;br /&gt;
===1.2. Report===&lt;br /&gt;
&lt;br /&gt;
A report document may contain:&lt;br /&gt;
&lt;br /&gt;
# The solution of the original benchmark that contains sample outputs for the usual input signals. Plots and numerical values of time and frequency response. Eigenvalues and eigenvectors, singular values, poles, zeros, etc.&lt;br /&gt;
# Model reduction and its results as compared to the original system.&lt;br /&gt;
# Description of any other related results.&lt;br /&gt;
# We stress the importance of describing the software employed as well as its related options.&lt;br /&gt;
&lt;br /&gt;
===1.3. Document Format===&lt;br /&gt;
&lt;br /&gt;
Any document is considered as a Web-page. As such it should have a main page in HTML and all other objects linked to the main page such as pictures and plots (gif, jpeg), additional documents (pdf, html). In particular, a document can have a small introductory part written in HTML and the main part as a linked pdf.&lt;br /&gt;
&lt;br /&gt;
The authors are advised to keep the layout simple.&lt;br /&gt;
&lt;br /&gt;
Scripts included in the Web-page should be avoided, or at least they must not be obligatory to view the page.&lt;br /&gt;
&lt;br /&gt;
Numerical data including the original dynamic system and the simulation results should be given in a special format described in Section 3.&lt;br /&gt;
&lt;br /&gt;
==2. Publishing Method==&lt;br /&gt;
&lt;br /&gt;
A document is submitted to morwiki in the electronic form (see below) as an archive of all the appropriate files (tar.gz or zip). Then it is placed in a special area and enters a reviewing stage for four weeks. An announcement about a new document is send to reviewers chosen by an editorial board. Depending on the comments, the document is published, rejected or sent to authors to make corrections. The decision is taken by an editorial board.&lt;br /&gt;
&lt;br /&gt;
A published document is never changed or deleted. Rather, a new version of the document is submitted again and it is published as a new document if accepted. In this case, the old document receives a status &amp;quot;expired&amp;quot; but it still remains in the public area.&lt;br /&gt;
&lt;br /&gt;
===2.1. Rules for Online Submission===&lt;br /&gt;
&lt;br /&gt;
* Only ZIP or TAR.GZ archives are accepted for the submission.&lt;br /&gt;
* The maximum compressed size for these files is 15 Mb.&lt;br /&gt;
* The archive should contain at least one HTML file, named “index.html”. This file represents the main document file.&lt;br /&gt;
* The archive may only contain files of the following types: *.html, *.htm, *.pdf, *.gif, *.jpg, *.png, *.zip, *.tar.gz&lt;br /&gt;
* After the submission, the files are post-processed:&lt;br /&gt;
**File types not specified above are deleted.&lt;br /&gt;
**Only the body part of every HTML file is kept.&lt;br /&gt;
**All the format/style/css information, like “style=..”, “class=..” are removed from the body part.&lt;br /&gt;
* If you decide to use PDF documents, use the “index.html” to include links to them.&lt;br /&gt;
* There are three states of the submission:&lt;br /&gt;
**Submitted: The author and the chief editor receive a notification mail. The submission is only accessible for the chief editor to accept the submission.&lt;br /&gt;
**Opened for review: The submission is open for certain users to post their comments and reviews. After that the chief editor can accept the paper.&lt;br /&gt;
**Accepted: The submission is open for everybody.&lt;br /&gt;
&lt;br /&gt;
==3. Data files==&lt;br /&gt;
&lt;br /&gt;
All the numerical data for the collection can be considered as a list of matrices, a vector being a m x 1 matrix. As a result, there should be a naming convention for the matrices.&lt;br /&gt;
&lt;br /&gt;
===3.1. Naming convention===&lt;br /&gt;
&lt;br /&gt;
Below &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt; is a state vector, &amp;lt;math&amp;gt;\mu&amp;lt;/math&amp;gt; is a vector of parameters in the system, if any.&lt;br /&gt;
&lt;br /&gt;
For the two cases of a linear system of the first and second orders, the naming convention should be written as follows&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;math&amp;gt;&lt;br /&gt;
  \begin{align}&lt;br /&gt;
    E (\mu) \dot x &amp;amp;= A(\mu) x + B(\mu)u\\&lt;br /&gt;
    y &amp;amp;= C(\mu) x + D(\mu) u  &lt;br /&gt;
  \end{align}&lt;br /&gt;
  &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;math&amp;gt;&lt;br /&gt;
  \begin{align}&lt;br /&gt;
    M(\mu) \ddot x + E(\mu) \dot x + K(\mu) x &amp;amp;= B(\mu)u\\&lt;br /&gt;
    y &amp;amp;= C(\mu) x + D(\mu) u&lt;br /&gt;
  \end{align}&lt;br /&gt;
  &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We recommend to use for nonlinear models&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;math&amp;gt;&lt;br /&gt;
  \begin{align}&lt;br /&gt;
   M(\mu) \ddot x + E(\mu) \dot x + K(\mu) x &amp;amp;= B(\mu) u + F(\mu) g(x,u,\mu)\\&lt;br /&gt;
    y &amp;amp;= C(\mu) x + D(\mu) f(x, u,\mu)&lt;br /&gt;
  \end{align}&lt;br /&gt;
  &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
An author can use another notation in the case when the convention above is not appropriate.&lt;br /&gt;
&lt;br /&gt;
===3.2. Matrix format for linear non-parametric or parametric affine systems===&lt;br /&gt;
&lt;br /&gt;
For the linear non-parametric systems and the parametric affine systems, the matrices of the systems are constant matrices. Such matrices should be written in the Matrix Market format as described at http://math.nist.gov/MatrixMarket/.&lt;br /&gt;
&lt;br /&gt;
A file with a matrix should be named as&lt;br /&gt;
&lt;br /&gt;
    problem_name.matrix_name&lt;br /&gt;
&lt;br /&gt;
If there is no file for a matrix, it is assumed to be identity for the E matrix and 0 for the D matrix.&lt;br /&gt;
&lt;br /&gt;
All matrix files for a given problem should be compressed in a single zip or tar.gz archive, there should be a folder in the archive which is named with &amp;quot;problem_name&amp;quot; or with the abbreviated problem name.&lt;br /&gt;
&lt;br /&gt;
===3.3. Matrix format for nonlinear or parametric non-affine systems===&lt;br /&gt;
&lt;br /&gt;
For the parametric non-affine systems, or nonlinear systems, the system matrices are coupled with the parameters and/or the state vectors. In this case, the system matrices should be analytically described if possible. For example, &amp;lt;math&amp;gt;A(1,1)=x_1^2+x_3&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;A(i,2)=\mu_i^3 x_i, i=1,2,\ldots m&amp;lt;/math&amp;gt;, etc., where &amp;lt;math&amp;gt;\mu_i&amp;lt;/math&amp;gt; are the parameters, and &amp;lt;math&amp;gt;x_i&amp;lt;/math&amp;gt; is the &amp;lt;math&amp;gt;i&amp;lt;/math&amp;gt;th entry in the state vector &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;. If the system matrices are too complicated to be described analytically, or in plain text, it should be allowed to get contact for the source code.&lt;br /&gt;
&lt;br /&gt;
==4. References==&lt;br /&gt;
&lt;br /&gt;
[1] Younès Chahlaoui and Paul Van Dooren. A collection of benchmark examples for model reduction of linear time invariant dynamical systems; SLICOT Working Note 2002-2: February 2002, http://www.win.tue.nl/niconet/NIC2/benchmodred.html.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Editors: &lt;br /&gt;
&lt;br /&gt;
&#039;&#039; [[User:Feng]] &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039; [[User:Baur]] &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039; [[User:Grundel]] &#039;&#039;&lt;/div&gt;</summary>
		<author><name>Will</name></author>
	</entry>
	<entry>
		<id>https://modelreduction.org/morwiki/index.php?title=Submission_rules&amp;diff=821</id>
		<title>Submission rules</title>
		<link rel="alternate" type="text/html" href="https://modelreduction.org/morwiki/index.php?title=Submission_rules&amp;diff=821"/>
		<updated>2012-11-24T13:08:48Z</updated>

		<summary type="html">&lt;p&gt;Will: /* 1.2. Report */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The PMOR benchmark collection contains benchmarks related to model order reduction. Its goal is to supply the dynamical systems in a computer-readable format  to researches from different areas. They can then test new algorithms, software, etc.&lt;br /&gt;
&lt;br /&gt;
The collection contains documents that are supposed to be processed by a human being and data files that are supposed to be read automatically by software. As a result, with minor exceptions, the rules concerning documents have a recommendation status, and the rules concerning data files are obligatory.&lt;br /&gt;
&lt;br /&gt;
We start with the description of documents, then we present the publication policy, and finally we describe the data files.&lt;br /&gt;
&lt;br /&gt;
==1. Documents==&lt;br /&gt;
&lt;br /&gt;
The collection consists of documents forming a two-level hierarchy. Top-level documents will be referred to as benchmarks. Each benchmark document may have links to several documents referred to as reports. A benchmark and its reports may be written by different authors.&lt;br /&gt;
&lt;br /&gt;
Each document is written according to conventional scientific practice, that is, it describes the matters in such a way that, at least in principle, anyone could reproduce the results presented. The authors should understand that the document may be read by people from quite different disciplines. Hence, abbreviations should be avoided or at least explained and references to the background ideas should be made.&lt;br /&gt;
&lt;br /&gt;
===1.1. Benchmark===&lt;br /&gt;
&lt;br /&gt;
The goal of a benchmark document is to describe the origin of the dynamic system and its relevance to the application area. It is important to present the mathematical model, the meaning of the inputs and outputs, and the desired behavior from the application viewpoint.&lt;br /&gt;
&lt;br /&gt;
A few points to be addressed:&lt;br /&gt;
&lt;br /&gt;
* The purpose of the model should be explained clearly. (For instance, simulation, iterative system design, feedback control design, ...)&lt;br /&gt;
* Why should the model be reduced at all? (For instance, reducing simulation time, reducing implementation effort in observers, controllers...)&lt;br /&gt;
* What are the QUALITATIVE requirements to the reduced model? What variables are to be approximated well? Is the step response to be approximated or is it the bode plot? What are typical input signals? (Some systems are driven by a step function and nothing else, others are driven by a wide variety of input signals, others are used in closed loops and can cause instabilities, although being stable themselves.)&lt;br /&gt;
* What are the QUANTITATIVE requirements to the reduced model? Best would be if the authors of any individual model can suggest some cost functions (performance indices) to be used for the comparison. These can be in time domain, or in frequency domain (including bandwidth), or both.&lt;br /&gt;
* Are there limits of input and state variables known? (application related or generally)? What are the physical limits where the model becomes useless/false? If known a-priori: Out of the technically typical input signals, which one will cause &amp;quot;the most nonlinear&amp;quot; behavior?&lt;br /&gt;
* How many parameters are included in the model, are they physical parameters or geometrical parameters.&lt;br /&gt;
* Is the system linear or nonlinear? Is it a first or a second order system? &lt;br /&gt;
* When the model is used to test, e.g. an algorithm, can some of the parameters in the model be fixed, such that the model includes fewer parameters, which makes the testing easier?&lt;br /&gt;
* If possible, the source code which generates the model is encouraged to be provided. &lt;br /&gt;
&lt;br /&gt;
* We stress the importance to describe the software employed, as well as its related options. For example, if the model is generated from ANSYS, the software ANSYS is better to be mentioned. If necessary, please also describe some related options like boundary conditions, initial conditions, and other parameters which need to be assigned when generating the model. Please go to the benchmark webpage [[Silicon nitride membrane]] for a reference. &lt;br /&gt;
&lt;br /&gt;
* If the dynamic system is obtained from partial differential equations, then the information about material properties, geometrical data, initial and boundary conditions should be given. The exception to this rule is the case when the original model comes from industry. In this case, if trade secrets are tied with the information mentioned, it may be kept hidden.&lt;br /&gt;
&lt;br /&gt;
* The authors are encouraged to produce several dynamic models of different dimensions in order to provide an opportunity to apply different software and to research scalability issues. If an author has an interactive page on his/her server to generate benchmarks, a link to this page is welcome.&lt;br /&gt;
&lt;br /&gt;
* The dynamic system may be obtained by means of compound matrices, for example, when the second-order system is converted to first-order. In this case, the document should describe such a transformation but in the data file the original and not the compound matrices should be given. This allows to research other ways of model reduction of the original system.&lt;br /&gt;
&lt;br /&gt;
The above information is in a general sense. Therefore, some items may not be applicable to certain benchmarks. However, it is recommended that the items that apply to the benchmark provided should be fully considered.&lt;br /&gt;
&lt;br /&gt;
===1.2. Report===&lt;br /&gt;
&lt;br /&gt;
A report document may contain:&lt;br /&gt;
&lt;br /&gt;
# The solution of the original benchmark that contains sample outputs for the usual input signals. Plots and numerical values of time and frequency response. Eigenvalues and eigenvectors, singular values, poles, zeros, etc.&lt;br /&gt;
# Model reduction and its results as compared to the original system.&lt;br /&gt;
# Description of any other related results.&lt;br /&gt;
# We stress the importance of describing the software employed as well as its related options.&lt;br /&gt;
&lt;br /&gt;
===1.3. Document Format===&lt;br /&gt;
&lt;br /&gt;
Any document is considered as a Web-page. As such it should have a main page in HTML and all other objects linked to the main page such as pictures and plots (gif, jpeg), additional documents (pdf, html). In particular, a document can have a small introductory part written in HTML and the main part as a linked pdf.&lt;br /&gt;
&lt;br /&gt;
The authors are advised to keep the layout simple.&lt;br /&gt;
&lt;br /&gt;
Scripts included in the Web-page should be avoided, or at least they must not be obligatory to view the page.&lt;br /&gt;
&lt;br /&gt;
Numerical data including the original dynamic system and the simulation results should be given in a special format described in Section 3.&lt;br /&gt;
&lt;br /&gt;
==2. Publishing Method==&lt;br /&gt;
&lt;br /&gt;
A document is submitted to morwiki in the electronic form (see below) as an archive of all the appropriate files (tar.gz or zip). Then it is placed in a special area and enters a reviewing stage for four weeks. An announcement about a new document is send to reviewers chosen by an editorial board. Depending on the comments, the document is published, rejected or sent to authors to make corrections. The decision is taken by an editorial board.&lt;br /&gt;
&lt;br /&gt;
A published document is never changed or deleted. Rather, a new version of the document is submitted again and it is published as a new document if accepted. In this case, the old document receives a status &amp;quot;expired&amp;quot; but it still remains in the public area.&lt;br /&gt;
&lt;br /&gt;
===2.1. Rules for Online Submission===&lt;br /&gt;
&lt;br /&gt;
* Only ZIP or TAR.GZ archives are accepted for the submission.&lt;br /&gt;
* The maximum compressed size for these files is 15 Mb.&lt;br /&gt;
* The archive should contain at least one HTML file, named “index.html”. This file represents the main document file.&lt;br /&gt;
* The archive may only contain files of the following types: *.html, *.htm, *.pdf, *.gif, *.jpg, *.png, *.zip, *.tar.gz&lt;br /&gt;
* After the submission, the files are post-processed:&lt;br /&gt;
**File types not specified above are deleted.&lt;br /&gt;
**Only the body part of every HTML file is kept.&lt;br /&gt;
**All the format/style/css information, like “style=..”, “class=..” are removed from the body part.&lt;br /&gt;
* If you decide to use PDF documents, use the “index.html” to include links to them.&lt;br /&gt;
* There are three states of the submission:&lt;br /&gt;
**Submitted: The author and the chief editor receive a notification mail. The submission is only accessible for the chief editor to accept the submission.&lt;br /&gt;
**Opened for review: The submission is open for certain users to post their comments and reviews. After that the chief editor can accept the paper.&lt;br /&gt;
**Accepted: The submission is open for everybody.&lt;br /&gt;
&lt;br /&gt;
==3. Data files==&lt;br /&gt;
&lt;br /&gt;
All the numerical data for the collection can be considered as a list of matrices, a vector being a m x 1 matrix. As a result, there should be a naming convention for the matrices.&lt;br /&gt;
&lt;br /&gt;
===3.1. Naming convention===&lt;br /&gt;
&lt;br /&gt;
Below &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt; is a state vector, &amp;lt;math&amp;gt;\mu&amp;lt;/math&amp;gt; is a vector of parameters in the system, if any.&lt;br /&gt;
&lt;br /&gt;
For the two cases of a linear system of the first and second orders, the naming convention should be written as follows&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;math&amp;gt;&lt;br /&gt;
  \begin{align}&lt;br /&gt;
    E (\mu) \dot x &amp;amp;= A(\mu) x + B(\mu)u\\&lt;br /&gt;
    y &amp;amp;= C(\mu) x + D(\mu) u  &lt;br /&gt;
  \end{align}&lt;br /&gt;
  &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;math&amp;gt;&lt;br /&gt;
  \begin{align}&lt;br /&gt;
    M(\mu) \ddot x + E(\mu) \dot x + K(\mu) x &amp;amp;= B(\mu)u\\&lt;br /&gt;
    y &amp;amp;= C(\mu) x + D(\mu) u&lt;br /&gt;
  \end{align}&lt;br /&gt;
  &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We recommend to use for nonlinear models&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;math&amp;gt;&lt;br /&gt;
  \begin{align}&lt;br /&gt;
   M(\mu) \ddot x + E(\mu) \dot x + K(\mu) x &amp;amp;= B(\mu) u + F(\mu) g(x,u,\mu)\\&lt;br /&gt;
    y &amp;amp;= C(\mu) x + D(\mu) f(x, u,\mu)&lt;br /&gt;
  \end{align}&lt;br /&gt;
  &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
An author can use another notation in the case when the convention above is not appropriate.&lt;br /&gt;
&lt;br /&gt;
===3.2. Matrix format for linear non-parametric or parametric affine systems===&lt;br /&gt;
&lt;br /&gt;
For the linear non-parametric systems and the parametric affine systems, the matrices of the systems are constant matrices. Such matrices should be written in the Matrix Market format as described at http://math.nist.gov/MatrixMarket/.&lt;br /&gt;
&lt;br /&gt;
A file with a matrix should be named as&lt;br /&gt;
&lt;br /&gt;
    problem_name.matrix_name&lt;br /&gt;
&lt;br /&gt;
If there is no file for a matrix, it is assumed to be identity for the E matrix and 0 for the D matrix.&lt;br /&gt;
&lt;br /&gt;
All matrix files for a given problem should be compressed in a single zip or tar.gz archive, there should be a folder in the archive which is named with &amp;quot;problem_name&amp;quot; or with the abbreviated problem name.&lt;br /&gt;
&lt;br /&gt;
===3.3. Matrix format for nonlinear or parametric non-affine systems===&lt;br /&gt;
&lt;br /&gt;
For the parametric non-affine systems, or nonlinear systems, the system matrices are coupled with the parameters and/or the state vectors. In this case, the system matrices should be analytically described if possible. For example, &amp;lt;math&amp;gt;A(1,1)=x_1^2+x_3&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;A(i,2)=\mu_i^3 x_i, i=1,2,\ldots m&amp;lt;/math&amp;gt;, etc., where &amp;lt;math&amp;gt;\mu_i&amp;lt;/math&amp;gt; are the parameters, and &amp;lt;math&amp;gt;x_i&amp;lt;/math&amp;gt; are the &amp;lt;math&amp;gt;i&amp;lt;/math&amp;gt;th entry in the state vector &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;. If the system matrices are too complicated to be described analytically, or in plain text, it should be allowed to get contact for the source code.&lt;br /&gt;
&lt;br /&gt;
==4. References==&lt;br /&gt;
&lt;br /&gt;
[1] Younès Chahlaoui and Paul Van Dooren. A collection of benchmark examples for model reduction of linear time invariant dynamical systems; SLICOT Working Note 2002-2: February 2002, http://www.win.tue.nl/niconet/NIC2/benchmodred.html.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Editors: &lt;br /&gt;
&lt;br /&gt;
&#039;&#039; [[User:Feng]] &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039; [[User:Baur]] &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039; [[User:Grundel]] &#039;&#039;&lt;/div&gt;</summary>
		<author><name>Will</name></author>
	</entry>
	<entry>
		<id>https://modelreduction.org/morwiki/index.php?title=Submission_rules&amp;diff=820</id>
		<title>Submission rules</title>
		<link rel="alternate" type="text/html" href="https://modelreduction.org/morwiki/index.php?title=Submission_rules&amp;diff=820"/>
		<updated>2012-11-24T13:07:31Z</updated>

		<summary type="html">&lt;p&gt;Will: /* 1.1. Benchmark */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The PMOR benchmark collection contains benchmarks related to model order reduction. Its goal is to supply the dynamical systems in a computer-readable format  to researches from different areas. They can then test new algorithms, software, etc.&lt;br /&gt;
&lt;br /&gt;
The collection contains documents that are supposed to be processed by a human being and data files that are supposed to be read automatically by software. As a result, with minor exceptions, the rules concerning documents have a recommendation status, and the rules concerning data files are obligatory.&lt;br /&gt;
&lt;br /&gt;
We start with the description of documents, then we present the publication policy, and finally we describe the data files.&lt;br /&gt;
&lt;br /&gt;
==1. Documents==&lt;br /&gt;
&lt;br /&gt;
The collection consists of documents forming a two-level hierarchy. Top-level documents will be referred to as benchmarks. Each benchmark document may have links to several documents referred to as reports. A benchmark and its reports may be written by different authors.&lt;br /&gt;
&lt;br /&gt;
Each document is written according to conventional scientific practice, that is, it describes the matters in such a way that, at least in principle, anyone could reproduce the results presented. The authors should understand that the document may be read by people from quite different disciplines. Hence, abbreviations should be avoided or at least explained and references to the background ideas should be made.&lt;br /&gt;
&lt;br /&gt;
===1.1. Benchmark===&lt;br /&gt;
&lt;br /&gt;
The goal of a benchmark document is to describe the origin of the dynamic system and its relevance to the application area. It is important to present the mathematical model, the meaning of the inputs and outputs, and the desired behavior from the application viewpoint.&lt;br /&gt;
&lt;br /&gt;
A few points to be addressed:&lt;br /&gt;
&lt;br /&gt;
* The purpose of the model should be explained clearly. (For instance, simulation, iterative system design, feedback control design, ...)&lt;br /&gt;
* Why should the model be reduced at all? (For instance, reducing simulation time, reducing implementation effort in observers, controllers...)&lt;br /&gt;
* What are the QUALITATIVE requirements to the reduced model? What variables are to be approximated well? Is the step response to be approximated or is it the bode plot? What are typical input signals? (Some systems are driven by a step function and nothing else, others are driven by a wide variety of input signals, others are used in closed loops and can cause instabilities, although being stable themselves.)&lt;br /&gt;
* What are the QUANTITATIVE requirements to the reduced model? Best would be if the authors of any individual model can suggest some cost functions (performance indices) to be used for the comparison. These can be in time domain, or in frequency domain (including bandwidth), or both.&lt;br /&gt;
* Are there limits of input and state variables known? (application related or generally)? What are the physical limits where the model becomes useless/false? If known a-priori: Out of the technically typical input signals, which one will cause &amp;quot;the most nonlinear&amp;quot; behavior?&lt;br /&gt;
* How many parameters are included in the model, are they physical parameters or geometrical parameters.&lt;br /&gt;
* Is the system linear or nonlinear? Is it a first or a second order system? &lt;br /&gt;
* When the model is used to test, e.g. an algorithm, can some of the parameters in the model be fixed, such that the model includes fewer parameters, which makes the testing easier?&lt;br /&gt;
* If possible, the source code which generates the model is encouraged to be provided. &lt;br /&gt;
&lt;br /&gt;
* We stress the importance to describe the software employed, as well as its related options. For example, if the model is generated from ANSYS, the software ANSYS is better to be mentioned. If necessary, please also describe some related options like boundary conditions, initial conditions, and other parameters which need to be assigned when generating the model. Please go to the benchmark webpage [[Silicon nitride membrane]] for a reference. &lt;br /&gt;
&lt;br /&gt;
* If the dynamic system is obtained from partial differential equations, then the information about material properties, geometrical data, initial and boundary conditions should be given. The exception to this rule is the case when the original model comes from industry. In this case, if trade secrets are tied with the information mentioned, it may be kept hidden.&lt;br /&gt;
&lt;br /&gt;
* The authors are encouraged to produce several dynamic models of different dimensions in order to provide an opportunity to apply different software and to research scalability issues. If an author has an interactive page on his/her server to generate benchmarks, a link to this page is welcome.&lt;br /&gt;
&lt;br /&gt;
* The dynamic system may be obtained by means of compound matrices, for example, when the second-order system is converted to first-order. In this case, the document should describe such a transformation but in the data file the original and not the compound matrices should be given. This allows to research other ways of model reduction of the original system.&lt;br /&gt;
&lt;br /&gt;
The above information is in a general sense. Therefore, some items may not be applicable to certain benchmarks. However, it is recommended that the items that apply to the benchmark provided should be fully considered.&lt;br /&gt;
&lt;br /&gt;
===1.2. Report===&lt;br /&gt;
&lt;br /&gt;
A report document may contain:&lt;br /&gt;
&lt;br /&gt;
# The solution of the original benchmark that contains sample outputs for the usual input signals. Plots and numerical values of time and frequency response. Eigenvalues and eigenvectors, singular values, poles, zeros, etc.&lt;br /&gt;
# Model reduction and its results as compared to the original system.&lt;br /&gt;
# Description of any other related results.&lt;br /&gt;
# we stress the importance to describe the software employed as well as its related options.&lt;br /&gt;
&lt;br /&gt;
===1.3. Document Format===&lt;br /&gt;
&lt;br /&gt;
Any document is considered as a Web-page. As such it should have a main page in HTML and all other objects linked to the main page such as pictures and plots (gif, jpeg), additional documents (pdf, html). In particular, a document can have a small introductory part written in HTML and the main part as a linked pdf.&lt;br /&gt;
&lt;br /&gt;
The authors are advised to keep the layout simple.&lt;br /&gt;
&lt;br /&gt;
Scripts included in the Web-page should be avoided, or at least they must not be obligatory to view the page.&lt;br /&gt;
&lt;br /&gt;
Numerical data including the original dynamic system and the simulation results should be given in a special format described in Section 3.&lt;br /&gt;
&lt;br /&gt;
==2. Publishing Method==&lt;br /&gt;
&lt;br /&gt;
A document is submitted to morwiki in the electronic form (see below) as an archive of all the appropriate files (tar.gz or zip). Then it is placed in a special area and enters a reviewing stage for four weeks. An announcement about a new document is send to reviewers chosen by an editorial board. Depending on the comments, the document is published, rejected or sent to authors to make corrections. The decision is taken by an editorial board.&lt;br /&gt;
&lt;br /&gt;
A published document is never changed or deleted. Rather, a new version of the document is submitted again and it is published as a new document if accepted. In this case, the old document receives a status &amp;quot;expired&amp;quot; but it still remains in the public area.&lt;br /&gt;
&lt;br /&gt;
===2.1. Rules for Online Submission===&lt;br /&gt;
&lt;br /&gt;
* Only ZIP or TAR.GZ archives are accepted for the submission.&lt;br /&gt;
* The maximum compressed size for these files is 15 Mb.&lt;br /&gt;
* The archive should contain at least one HTML file, named “index.html”. This file represents the main document file.&lt;br /&gt;
* The archive may only contain files of the following types: *.html, *.htm, *.pdf, *.gif, *.jpg, *.png, *.zip, *.tar.gz&lt;br /&gt;
* After the submission, the files are post-processed:&lt;br /&gt;
**File types not specified above are deleted.&lt;br /&gt;
**Only the body part of every HTML file is kept.&lt;br /&gt;
**All the format/style/css information, like “style=..”, “class=..” are removed from the body part.&lt;br /&gt;
* If you decide to use PDF documents, use the “index.html” to include links to them.&lt;br /&gt;
* There are three states of the submission:&lt;br /&gt;
**Submitted: The author and the chief editor receive a notification mail. The submission is only accessible for the chief editor to accept the submission.&lt;br /&gt;
**Opened for review: The submission is open for certain users to post their comments and reviews. After that the chief editor can accept the paper.&lt;br /&gt;
**Accepted: The submission is open for everybody.&lt;br /&gt;
&lt;br /&gt;
==3. Data files==&lt;br /&gt;
&lt;br /&gt;
All the numerical data for the collection can be considered as a list of matrices, a vector being a m x 1 matrix. As a result, there should be a naming convention for the matrices.&lt;br /&gt;
&lt;br /&gt;
===3.1. Naming convention===&lt;br /&gt;
&lt;br /&gt;
Below &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt; is a state vector, &amp;lt;math&amp;gt;\mu&amp;lt;/math&amp;gt; is a vector of parameters in the system, if any.&lt;br /&gt;
&lt;br /&gt;
For the two cases of a linear system of the first and second orders, the naming convention should be written as follows&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;math&amp;gt;&lt;br /&gt;
  \begin{align}&lt;br /&gt;
    E (\mu) \dot x &amp;amp;= A(\mu) x + B(\mu)u\\&lt;br /&gt;
    y &amp;amp;= C(\mu) x + D(\mu) u  &lt;br /&gt;
  \end{align}&lt;br /&gt;
  &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;math&amp;gt;&lt;br /&gt;
  \begin{align}&lt;br /&gt;
    M(\mu) \ddot x + E(\mu) \dot x + K(\mu) x &amp;amp;= B(\mu)u\\&lt;br /&gt;
    y &amp;amp;= C(\mu) x + D(\mu) u&lt;br /&gt;
  \end{align}&lt;br /&gt;
  &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We recommend to use for nonlinear models&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;math&amp;gt;&lt;br /&gt;
  \begin{align}&lt;br /&gt;
   M(\mu) \ddot x + E(\mu) \dot x + K(\mu) x &amp;amp;= B(\mu) u + F(\mu) g(x,u,\mu)\\&lt;br /&gt;
    y &amp;amp;= C(\mu) x + D(\mu) f(x, u,\mu)&lt;br /&gt;
  \end{align}&lt;br /&gt;
  &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
An author can use another notation in the case when the convention above is not appropriate.&lt;br /&gt;
&lt;br /&gt;
===3.2. Matrix format for linear non-parametric or parametric affine systems===&lt;br /&gt;
&lt;br /&gt;
For the linear non-parametric systems and the parametric affine systems, the matrices of the systems are constant matrices. Such matrices should be written in the Matrix Market format as described at http://math.nist.gov/MatrixMarket/.&lt;br /&gt;
&lt;br /&gt;
A file with a matrix should be named as&lt;br /&gt;
&lt;br /&gt;
    problem_name.matrix_name&lt;br /&gt;
&lt;br /&gt;
If there is no file for a matrix, it is assumed to be identity for the E matrix and 0 for the D matrix.&lt;br /&gt;
&lt;br /&gt;
All matrix files for a given problem should be compressed in a single zip or tar.gz archive, there should be a folder in the archive which is named with &amp;quot;problem_name&amp;quot; or with the abbreviated problem name.&lt;br /&gt;
&lt;br /&gt;
===3.3. Matrix format for nonlinear or parametric non-affine systems===&lt;br /&gt;
&lt;br /&gt;
For the parametric non-affine systems, or nonlinear systems, the system matrices are coupled with the parameters and/or the state vectors. In this case, the system matrices should be analytically described if possible. For example, &amp;lt;math&amp;gt;A(1,1)=x_1^2+x_3&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;A(i,2)=\mu_i^3 x_i, i=1,2,\ldots m&amp;lt;/math&amp;gt;, etc., where &amp;lt;math&amp;gt;\mu_i&amp;lt;/math&amp;gt; are the parameters, and &amp;lt;math&amp;gt;x_i&amp;lt;/math&amp;gt; are the &amp;lt;math&amp;gt;i&amp;lt;/math&amp;gt;th entry in the state vector &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;. If the system matrices are too complicated to be described analytically, or in plain text, it should be allowed to get contact for the source code.&lt;br /&gt;
&lt;br /&gt;
==4. References==&lt;br /&gt;
&lt;br /&gt;
[1] Younès Chahlaoui and Paul Van Dooren. A collection of benchmark examples for model reduction of linear time invariant dynamical systems; SLICOT Working Note 2002-2: February 2002, http://www.win.tue.nl/niconet/NIC2/benchmodred.html.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Editors: &lt;br /&gt;
&lt;br /&gt;
&#039;&#039; [[User:Feng]] &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039; [[User:Baur]] &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039; [[User:Grundel]] &#039;&#039;&lt;/div&gt;</summary>
		<author><name>Will</name></author>
	</entry>
	<entry>
		<id>https://modelreduction.org/morwiki/index.php?title=Submission_rules&amp;diff=819</id>
		<title>Submission rules</title>
		<link rel="alternate" type="text/html" href="https://modelreduction.org/morwiki/index.php?title=Submission_rules&amp;diff=819"/>
		<updated>2012-11-24T13:00:34Z</updated>

		<summary type="html">&lt;p&gt;Will: /* 1. Documents */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The PMOR benchmark collection contains benchmarks related to model order reduction. Its goal is to supply the dynamical systems in a computer-readable format  to researches from different areas. They can then test new algorithms, software, etc.&lt;br /&gt;
&lt;br /&gt;
The collection contains documents that are supposed to be processed by a human being and data files that are supposed to be read automatically by software. As a result, with minor exceptions, the rules concerning documents have a recommendation status, and the rules concerning data files are obligatory.&lt;br /&gt;
&lt;br /&gt;
We start with the description of documents, then we present the publication policy, and finally we describe the data files.&lt;br /&gt;
&lt;br /&gt;
==1. Documents==&lt;br /&gt;
&lt;br /&gt;
The collection consists of documents forming a two-level hierarchy. Top-level documents will be referred to as benchmarks. Each benchmark document may have links to several documents referred to as reports. A benchmark and its reports may be written by different authors.&lt;br /&gt;
&lt;br /&gt;
Each document is written according to conventional scientific practice, that is, it describes the matters in such a way that, at least in principle, anyone could reproduce the results presented. The authors should understand that the document may be read by people from quite different disciplines. Hence, abbreviations should be avoided or at least explained and references to the background ideas should be made.&lt;br /&gt;
&lt;br /&gt;
===1.1. Benchmark===&lt;br /&gt;
&lt;br /&gt;
The goal of a benchmark document is to describe the origin of the dynamic system and its relevance to the application area. It is important to present the mathematical model, the meaning of the inputs and outputs and the desired behavior from the application viewpoint.&lt;br /&gt;
&lt;br /&gt;
A few points to be addressed:&lt;br /&gt;
&lt;br /&gt;
* The purpose of the model should be explained clearly. (For instance, simulation, iterative system design, feedback control design, ...)&lt;br /&gt;
* Why should the model be reduced at all? (For instance, reducing simulation time, reducing implementation effort in observers, controllers...)&lt;br /&gt;
* What are the QUALITATIVE requirements to the reduced model? What variables are to be approximated well? Is the step response to be approximated or is it the bode plot? What are typical input signals? (Some systems are driven by a step function and nothing else, others are driven by a wide variety of input signals, others are used in closed loops and can cause instabilities, although being stable themselves)&lt;br /&gt;
* What are the QUANTITATIVE requirements to the reduced model? Best would be if the authors of any individual model can suggest some cost functions (performance indices) to be used for the comparison. These can be in time domain, or in frequency domain (including bandwidth), or both.&lt;br /&gt;
* Are there limits of input and state variables known? (application related or generally)? What are the physical limits where the model becomes useless/false? If known a-priori: Out of the technically typical input signals, which one will cause &amp;quot;the most nonlinear&amp;quot; behavior?&lt;br /&gt;
* How many parameters are included in the model, are they physical parameters or geometrical parameters.&lt;br /&gt;
* Is the system linear or nonlinear? Is it a first or second order system? &lt;br /&gt;
* When the model is used to test, e.g. an algorithm, can some of the parameters in the model be fixed, such that the model includes fewer parameters, which makes the testing easier?&lt;br /&gt;
* If possible, the source code which generates the model is encouraged to be provided. &lt;br /&gt;
&lt;br /&gt;
* We stress the importance to describe the software employed, as well as its related options. For example, if the model is generated from ANSYS, the software ANSYS is better to be mentioned. If necessary, please also describe some related options like boundary conditions, initial conditions, and other parameters need to be assigned when generating the model. Please go to the benchmark webpage [[Silicon nitride membrane]] for a reference. &lt;br /&gt;
&lt;br /&gt;
* If the dynamic system is obtained from partial differential equations, then the information about material properties, geometrical data, initial and boundary conditions should be given. The exception to this rule is the case when the original model came from industry. In this case, if trade secrets are tied with the information mentioned, it may be kept hidden.&lt;br /&gt;
&lt;br /&gt;
* The authors are encouraged to produce several dynamic models of different dimensions in order to provide an opportunity to apply different software and to research scalability issues. If an author has an interactive page on his/her server to generate benchmarks, a link to this page is welcome.&lt;br /&gt;
&lt;br /&gt;
* The dynamic system may be obtained by means of compound matrices, for example, when the second-order system is converted to first-order. In this case, the document should describe such a transformation but in the data file the original and not the compound matrices should be given. In this way, this will allow us to research other ways of model reduction of the original system.&lt;br /&gt;
&lt;br /&gt;
The above information is in a general sense. Therefore, some items may not applicable to certain benchmarks. However, it is recommended that the items apply to the benchmark provided should be fully considered.&lt;br /&gt;
&lt;br /&gt;
===1.2. Report===&lt;br /&gt;
&lt;br /&gt;
A report document may contain:&lt;br /&gt;
&lt;br /&gt;
# The solution of the original benchmark that contains sample outputs for the usual input signals. Plots and numerical values of time and frequency response. Eigenvalues and eigenvectors, singular values, poles, zeros, etc.&lt;br /&gt;
# Model reduction and its results as compared to the original system.&lt;br /&gt;
# Description of any other related results.&lt;br /&gt;
# we stress the importance to describe the software employed as well as its related options.&lt;br /&gt;
&lt;br /&gt;
===1.3. Document Format===&lt;br /&gt;
&lt;br /&gt;
Any document is considered as a Web-page. As such it should have a main page in HTML and all other objects linked to the main page such as pictures and plots (gif, jpeg), additional documents (pdf, html). In particular, a document can have a small introductory part written in HTML and the main part as a linked pdf.&lt;br /&gt;
&lt;br /&gt;
The authors are advised to keep the layout simple.&lt;br /&gt;
&lt;br /&gt;
Scripts included in the Web-page should be avoided, or at least they must not be obligatory to view the page.&lt;br /&gt;
&lt;br /&gt;
Numerical data including the original dynamic system and the simulation results should be given in a special format described in Section 3.&lt;br /&gt;
&lt;br /&gt;
==2. Publishing Method==&lt;br /&gt;
&lt;br /&gt;
A document is submitted to morwiki in the electronic form (see below) as an archive of all the appropriate files (tar.gz or zip). Then it is placed in a special area and enters a reviewing stage for four weeks. An announcement about a new document is send to reviewers chosen by an editorial board. Depending on the comments, the document is published, rejected or sent to authors to make corrections. The decision is taken by an editorial board.&lt;br /&gt;
&lt;br /&gt;
A published document is never changed or deleted. Rather, a new version of the document is submitted again and it is published as a new document if accepted. In this case, the old document receives a status &amp;quot;expired&amp;quot; but it still remains in the public area.&lt;br /&gt;
&lt;br /&gt;
===2.1. Rules for Online Submission===&lt;br /&gt;
&lt;br /&gt;
* Only ZIP or TAR.GZ archives are accepted for the submission.&lt;br /&gt;
* The maximum compressed size for these files is 15 Mb.&lt;br /&gt;
* The archive should contain at least one HTML file, named “index.html”. This file represents the main document file.&lt;br /&gt;
* The archive may only contain files of the following types: *.html, *.htm, *.pdf, *.gif, *.jpg, *.png, *.zip, *.tar.gz&lt;br /&gt;
* After the submission, the files are post-processed:&lt;br /&gt;
**File types not specified above are deleted.&lt;br /&gt;
**Only the body part of every HTML file is kept.&lt;br /&gt;
**All the format/style/css information, like “style=..”, “class=..” are removed from the body part.&lt;br /&gt;
* If you decide to use PDF documents, use the “index.html” to include links to them.&lt;br /&gt;
* There are three states of the submission:&lt;br /&gt;
**Submitted: The author and the chief editor receive a notification mail. The submission is only accessible for the chief editor to accept the submission.&lt;br /&gt;
**Opened for review: The submission is open for certain users to post their comments and reviews. After that the chief editor can accept the paper.&lt;br /&gt;
**Accepted: The submission is open for everybody.&lt;br /&gt;
&lt;br /&gt;
==3. Data files==&lt;br /&gt;
&lt;br /&gt;
All the numerical data for the collection can be considered as a list of matrices, a vector being a m x 1 matrix. As a result, there should be a naming convention for the matrices.&lt;br /&gt;
&lt;br /&gt;
===3.1. Naming convention===&lt;br /&gt;
&lt;br /&gt;
Below &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt; is a state vector, &amp;lt;math&amp;gt;\mu&amp;lt;/math&amp;gt; is a vector of parameters in the system, if any.&lt;br /&gt;
&lt;br /&gt;
For the two cases of a linear system of the first and second orders, the naming convention should be written as follows&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;math&amp;gt;&lt;br /&gt;
  \begin{align}&lt;br /&gt;
    E (\mu) \dot x &amp;amp;= A(\mu) x + B(\mu)u\\&lt;br /&gt;
    y &amp;amp;= C(\mu) x + D(\mu) u  &lt;br /&gt;
  \end{align}&lt;br /&gt;
  &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;math&amp;gt;&lt;br /&gt;
  \begin{align}&lt;br /&gt;
    M(\mu) \ddot x + E(\mu) \dot x + K(\mu) x &amp;amp;= B(\mu)u\\&lt;br /&gt;
    y &amp;amp;= C(\mu) x + D(\mu) u&lt;br /&gt;
  \end{align}&lt;br /&gt;
  &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We recommend to use for nonlinear models&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;math&amp;gt;&lt;br /&gt;
  \begin{align}&lt;br /&gt;
   M(\mu) \ddot x + E(\mu) \dot x + K(\mu) x &amp;amp;= B(\mu) u + F(\mu) g(x,u,\mu)\\&lt;br /&gt;
    y &amp;amp;= C(\mu) x + D(\mu) f(x, u,\mu)&lt;br /&gt;
  \end{align}&lt;br /&gt;
  &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
An author can use another notation in the case when the convention above is not appropriate.&lt;br /&gt;
&lt;br /&gt;
===3.2. Matrix format for linear non-parametric or parametric affine systems===&lt;br /&gt;
&lt;br /&gt;
For the linear non-parametric systems and the parametric affine systems, the matrices of the systems are constant matrices. Such matrices should be written in the Matrix Market format as described at http://math.nist.gov/MatrixMarket/.&lt;br /&gt;
&lt;br /&gt;
A file with a matrix should be named as&lt;br /&gt;
&lt;br /&gt;
    problem_name.matrix_name&lt;br /&gt;
&lt;br /&gt;
If there is no file for a matrix, it is assumed to be identity for the E matrix and 0 for the D matrix.&lt;br /&gt;
&lt;br /&gt;
All matrix files for a given problem should be compressed in a single zip or tar.gz archive, there should be a folder in the archive which is named with &amp;quot;problem_name&amp;quot; or with the abbreviated problem name.&lt;br /&gt;
&lt;br /&gt;
===3.3. Matrix format for nonlinear or parametric non-affine systems===&lt;br /&gt;
&lt;br /&gt;
For the parametric non-affine systems, or nonlinear systems, the system matrices are coupled with the parameters and/or the state vectors. In this case, the system matrices should be analytically described if possible. For example, &amp;lt;math&amp;gt;A(1,1)=x_1^2+x_3&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;A(i,2)=\mu_i^3 x_i, i=1,2,\ldots m&amp;lt;/math&amp;gt;, etc., where &amp;lt;math&amp;gt;\mu_i&amp;lt;/math&amp;gt; are the parameters, and &amp;lt;math&amp;gt;x_i&amp;lt;/math&amp;gt; are the &amp;lt;math&amp;gt;i&amp;lt;/math&amp;gt;th entry in the state vector &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;. If the system matrices are too complicated to be described analytically, or in plain text, it should be allowed to get contact for the source code.&lt;br /&gt;
&lt;br /&gt;
==4. References==&lt;br /&gt;
&lt;br /&gt;
[1] Younès Chahlaoui and Paul Van Dooren. A collection of benchmark examples for model reduction of linear time invariant dynamical systems; SLICOT Working Note 2002-2: February 2002, http://www.win.tue.nl/niconet/NIC2/benchmodred.html.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Editors: &lt;br /&gt;
&lt;br /&gt;
&#039;&#039; [[User:Feng]] &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039; [[User:Baur]] &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039; [[User:Grundel]] &#039;&#039;&lt;/div&gt;</summary>
		<author><name>Will</name></author>
	</entry>
	<entry>
		<id>https://modelreduction.org/morwiki/index.php?title=Branchline_Coupler&amp;diff=818</id>
		<title>Branchline Coupler</title>
		<link rel="alternate" type="text/html" href="https://modelreduction.org/morwiki/index.php?title=Branchline_Coupler&amp;diff=818"/>
		<updated>2012-11-24T12:55:25Z</updated>

		<summary type="html">&lt;p&gt;Will: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:benchmark]]&lt;br /&gt;
[[Category:parametric system]]&lt;br /&gt;
[[Category:linear system]]&lt;br /&gt;
[[Category:time invariant]]&lt;br /&gt;
[[Category:physical parameters]]&lt;br /&gt;
[[Category:two parameters]]&lt;br /&gt;
[[Category:second order system]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Model Description==&lt;br /&gt;
&lt;br /&gt;
A branchline coupler is a microwave semiconductor device, which is simulated by the time-harmonic Maxwell&#039;s equations.&lt;br /&gt;
A 2-section branchline coupler consists of four strip line ports, coupled by two transversal bridges with each other.&lt;br /&gt;
The energy excited at one port is coupled almost in equal shares to the two opposite ports, when considered as a MIMO-system.&lt;br /&gt;
Here, only the SISO case is considered. &lt;br /&gt;
The branchline coupler with 0.05 mm thickness is placed on a substrate with 0.749 mm thickness and relative permittivity&lt;br /&gt;
&amp;lt;math&amp;gt; \epsilon_r = 2.2 &amp;lt;/math&amp;gt; and zero-conductivity &amp;lt;math&amp;gt; \sigma = 0 S/m &amp;lt;/math&amp;gt;.&lt;br /&gt;
The simulation domain is confined to a &amp;lt;math&amp;gt; 23.6 \times 22 \times 7 mm^3 &amp;lt;/math&amp;gt; box.&lt;br /&gt;
The metallic ground plane of the device is represented by the electric boundary condition. The magnetic boundary &lt;br /&gt;
condition is considered for the other sides of the structures. The discrete input port with source impedance 50 ohm&lt;br /&gt;
imposes 1 A current as the input. The voltage along the coupled port at the end of the other side of the coupler is&lt;br /&gt;
read as the output.&lt;br /&gt;
&lt;br /&gt;
[[File:BranchlineCoupler.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Matrices and Data==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Considered parameters are the frequency &amp;lt;math&amp;gt; \omega &amp;lt;/math&amp;gt; and the relative permeability &amp;lt;math&amp;gt; \mu_r &amp;lt;/math&amp;gt; . &lt;br /&gt;
&lt;br /&gt;
The affine form &amp;lt;math&amp;gt; a(u, v; \omega, \mu_r) = \sum_{q=1}^Q \Theta^q(\omega, \mu_r) a^q(u, v) &amp;lt;/math&amp;gt; can be established using &amp;lt;math&amp;gt; Q = 2 &amp;lt;/math&amp;gt; affine terms.&lt;br /&gt;
&lt;br /&gt;
The discretized bilinear form is &amp;lt;math&amp;gt; a(u, v; \omega, \mu_r) = \sum_{q=1}^Q \Theta^q(\omega, \mu_r) A^q &amp;lt;/math&amp;gt;, with matrices &amp;lt;math&amp;gt; A^q &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
The matrices corresponding to the bilinear forms &amp;lt;math&amp;gt; a^q( \cdot , \cdot ) &amp;lt;/math&amp;gt; as well as the input and output forms and the H(curl) inner product matrix have been assembled&lt;br /&gt;
using the Finite Element Method, resulting in 27&#039;679 degrees of freedom, after removal of boundary conditions. The files are numbered according to their &lt;br /&gt;
appearance in the summation.&lt;br /&gt;
&lt;br /&gt;
[[File:Matrices_BranchlineCoupler.tar.gz]]&lt;br /&gt;
&lt;br /&gt;
The coefficient functions are given by&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \Theta^1(\omega, \mu_r) = \frac{1}{\mu_r} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \Theta^2(\omega, \mu_r) = -\omega^2 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The parameter domain of interest is &amp;lt;math&amp;gt; \omega \in [1.0, 10.0] * 10^9 &amp;lt;/math&amp;gt; Hz, where the factor of &amp;lt;math&amp;gt; 10^9 &amp;lt;/math&amp;gt; has already been taken into account &lt;br /&gt;
while assembling the matrices, while the material variation occurs between &amp;lt;math&amp;gt; \mu_r \in [0.5, 2.0] &amp;lt;/math&amp;gt;. The input functional also has a factor of &amp;lt;math&amp;gt; \omega &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The models have been developed within the MoreSim4Nano project.&lt;br /&gt;
&lt;br /&gt;
[1] www.moresim4nano.org&lt;br /&gt;
&lt;br /&gt;
[2] M. W. Hess, P. Benner, Fast Evaluation of Time-Harmonic Maxwell&#039;s Equations Using the Reduced Basis Method, MPI preprint&lt;br /&gt;
http://www.mpi-magdeburg.mpg.de/preprints/2012/MPIMD12-17.pdf&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Contact information:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039; [[User:hessm|Martin Hess]]&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Will</name></author>
	</entry>
	<entry>
		<id>https://modelreduction.org/morwiki/index.php?title=Category:Parametric&amp;diff=450</id>
		<title>Category:Parametric</title>
		<link rel="alternate" type="text/html" href="https://modelreduction.org/morwiki/index.php?title=Category:Parametric&amp;diff=450"/>
		<updated>2012-11-12T09:34:46Z</updated>

		<summary type="html">&lt;p&gt;Will: Blanked the page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Will</name></author>
	</entry>
	<entry>
		<id>https://modelreduction.org/morwiki/index.php?title=Main_Page&amp;diff=447</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://modelreduction.org/morwiki/index.php?title=Main_Page&amp;diff=447"/>
		<updated>2012-01-04T11:55:04Z</updated>

		<summary type="html">&lt;p&gt;Will: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;big&amp;gt;&#039;&#039;&#039;Welcome to MOR Wiki&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The purpose of MOR Wiki is to bring together experts in the area of model order reduction (MOR), as well as researchers from application areas in an attempt to provide a platform for exchanging ideas and examples. &lt;br /&gt;
&lt;br /&gt;
Modeling and numerical simulation are unavoidable in many application and research areas, e.g. reaction processes, micro-electro-mechanical systems (MEMS) design, and control design. The processes or devices can be modeled by partial differential equations (PDEs). To simulate such models, spatial discretization via e.g. finite element discretization is necessary, which results in a system of ordinary differential equations (ODEs), or differential algebraic equations (DAEs). &lt;br /&gt;
  &lt;br /&gt;
After spatial discretization, the number of degrees of freedom is usually very high. It is therefore very time consuming to simulate the large-scale systems of ODEs or DAEs. Developed from well-established mathematical theories and robust numerical algorithms, MOR has been recognized as very efficient for reducing the simulation time of large-scale systems. Through model order reduction, a small system with reduced number of equations (reduced model) is derived. The reduced model is simulated instead, and the solution of the original PDEs or ODEs can then be recovered from the solution of the reduced model. As a result, the simulation time of the original large-scale system can be shortened by several orders of magnitude. The reduced model as a whole can also replace the original system and be reused repeatedly during the design process, which can further save much time. &lt;br /&gt;
&lt;br /&gt;
Parametric model order reduction (PMOR) methods are designed for model order reduction of parametrized systems, where the parameters of the system play an important role in practical applications such as Integrated Circuit (IC) design, MEMS design, and chemical engineering. The parameters could be the variables describing geometrical measurements, material properties, the damping of the system or the component flow-rate. The reduced models are constructed such that all the parameters can be preserved with acceptable accuracy.&lt;br /&gt;
&lt;br /&gt;
MOR Wiki is divided in pages providing benchmarks of parametric or non-parametric models and pages explaining applicable (P)MOR methods.&lt;br /&gt;
&lt;br /&gt;
Following the [[submission rules]], one can also submit new benchmarks or method pages. &lt;br /&gt;
&lt;br /&gt;
Consult the [http://meta.wikimedia.org/wiki/Help:Contents User&#039;s Guide] for information on using the wiki software.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Manual:Configuration_settings Configuration settings list]&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]&lt;br /&gt;
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;br /&gt;
&lt;br /&gt;
== List of all Categories in the Wiki ==&lt;br /&gt;
{{special:categories}}&lt;br /&gt;
&lt;br /&gt;
== List of all Pages Currently in the Wiki ==&lt;br /&gt;
{{special:allpages}}&lt;/div&gt;</summary>
		<author><name>Will</name></author>
	</entry>
	<entry>
		<id>https://modelreduction.org/morwiki/index.php?title=Main_Page&amp;diff=446</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://modelreduction.org/morwiki/index.php?title=Main_Page&amp;diff=446"/>
		<updated>2012-01-04T11:54:20Z</updated>

		<summary type="html">&lt;p&gt;Will: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;big&amp;gt;&#039;&#039;&#039;Welcome to MOR Wiki&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The purpose of MOR Wiki is to bring together experts in the area of model order reduction (MOR), as well as researchers from application areas in an attempt to provide a platform for exchanging ideas and examples. &lt;br /&gt;
&lt;br /&gt;
Modeling and numerical simulation are unavoidable in many application and research areas, e.g. reaction processes, micro-electro-mechanical systems (MEMS) design, and control design. The processes or devices can be modeled by partial differential equations (PDEs). To simulate such models, spatial discretization via e.g. finite element discretization is necessary, which results in a system of ordinary differential equations (ODEs), or differential algebraic equations (DAEs). &lt;br /&gt;
  &lt;br /&gt;
After spatial discretization, the number of degrees of freedom is usually very high. It is therefore very time consuming to simulate the large-scale systems of ODEs or DAEs. Developed from well-established mathematical theories and robust numerical algorithms, MOR has been recognized as very efficient for reducing the simulation time of large-scale systems. Through model order reduction, a small system with reduced number of equations (reduced model) is derived. The reduced model is simulated instead, and the solution of the original PDEs or ODEs can then be recovered from the solution of the reduced model. As a result, the simulation time of the original large-scale system can be shortened by several orders of magnitude. The reduced model as a whole can also replace the original system and be reused repeatedly during the design process, which can further save much time. &lt;br /&gt;
&lt;br /&gt;
Parametric model order reduction (PMOR) methods are designed for model order reduction of parametrized systems, where the parameters of the system play an important role in practical applications such as Integrated Circuit (IC) design, MEMS design, and chemical engineering. The parameters could be the variables describing geometrical measurements, material properties, the damping of the system or the component flow-rate. The reduced models are constructed such that all the parameters can be preserved with acceptable accuracy.&lt;br /&gt;
&lt;br /&gt;
MOR Wiki is divided in pages providing benchmarks of parametric or non-parametric models and pages explaining applicable (P)MOR methods (see [[Categories]]).&lt;br /&gt;
&lt;br /&gt;
Following the [[submission rules]], one can also submit new benchmarks or method pages. &lt;br /&gt;
&lt;br /&gt;
Consult the [http://meta.wikimedia.org/wiki/Help:Contents User&#039;s Guide] for information on using the wiki software.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Manual:Configuration_settings Configuration settings list]&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]&lt;br /&gt;
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;br /&gt;
&lt;br /&gt;
== List of all Categories in the Wiki ==&lt;br /&gt;
{{special:categories}}&lt;br /&gt;
&lt;br /&gt;
== List of all Pages Currently in the Wiki ==&lt;br /&gt;
{{special:allpages}}&lt;/div&gt;</summary>
		<author><name>Will</name></author>
	</entry>
	<entry>
		<id>https://modelreduction.org/morwiki/index.php?title=Main_Page&amp;diff=445</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://modelreduction.org/morwiki/index.php?title=Main_Page&amp;diff=445"/>
		<updated>2012-01-04T11:52:57Z</updated>

		<summary type="html">&lt;p&gt;Will: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;big&amp;gt;&#039;&#039;&#039;Welcome to MOR Wiki&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The purpose of MOR Wiki is to bring together experts in the area of model order reduction (MOR), as well as researchers from application areas in an attempt to provide a platform for exchanging ideas and examples. &lt;br /&gt;
&lt;br /&gt;
Modeling and numerical simulation are unavoidable in many application and research areas, e.g. reaction processes, micro-electro-mechanical systems (MEMS) design, and control design. The processes or devices can be modeled by partial differential equations (PDEs). To simulate such models, spatial discretization via e.g. finite element discretization is necessary, which results in a system of ordinary differential equations (ODEs), or differential algebraic equations (DAEs). &lt;br /&gt;
  &lt;br /&gt;
After spatial discretization, the number of degrees of freedom is usually very high. It is therefore very time consuming to simulate the large-scale systems of ODEs or DAEs. Developed from well-established mathematical theories and robust numerical algorithms, MOR has been recognized as very efficient for reducing the simulation time of large-scale systems. Through model order reduction, a small system with reduced number of equations (reduced model) is derived. The reduced model is simulated instead, and the solution of the original PDEs or ODEs can then be recovered from the solution of the reduced model. As a result, the simulation time of the original large-scale system can be shortened by several orders of magnitude. The reduced model as a whole can also replace the original system and be reused repeatedly during the design process, which can further save much time. &lt;br /&gt;
&lt;br /&gt;
Parametric model order reduction (PMOR) methods are designed for model order reduction of parametrized systems, where the parameters of the system play an important role in practical applications such as Integrated Circuit (IC) design, MEMS design, and chemical engineering. The parameters could be the variables describing geometrical measurements, material properties, the damping of the system or the component flow-rate. The reduced models are constructed such that all the parameters can be preserved with acceptable accuracy.&lt;br /&gt;
&lt;br /&gt;
MOR Wiki is divided in pages providing benchmarks (see [[Category:Benchmark]]) of parametric or non-parametric models and pages explaining applicable (P)MOR methods.&lt;br /&gt;
&lt;br /&gt;
Following the [[submission rules]], one can also submit new benchmarks or method pages. &lt;br /&gt;
&lt;br /&gt;
Consult the [http://meta.wikimedia.org/wiki/Help:Contents User&#039;s Guide] for information on using the wiki software.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Manual:Configuration_settings Configuration settings list]&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]&lt;br /&gt;
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;br /&gt;
&lt;br /&gt;
== List of all Categories in the Wiki ==&lt;br /&gt;
{{special:categories}}&lt;br /&gt;
&lt;br /&gt;
== List of all Pages Currently in the Wiki ==&lt;br /&gt;
{{special:allpages}}&lt;/div&gt;</summary>
		<author><name>Will</name></author>
	</entry>
	<entry>
		<id>https://modelreduction.org/morwiki/index.php?title=Main_Page&amp;diff=444</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://modelreduction.org/morwiki/index.php?title=Main_Page&amp;diff=444"/>
		<updated>2012-01-04T11:52:36Z</updated>

		<summary type="html">&lt;p&gt;Will: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;big&amp;gt;&#039;&#039;&#039;Welcome to MOR Wiki&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The purpose of MOR Wiki is to bring together experts in the area of model order reduction (MOR), as well as researchers from application areas in an attempt to provide a platform for exchanging ideas and examples. &lt;br /&gt;
&lt;br /&gt;
Modeling and numerical simulation are unavoidable in many application and research areas, e.g. reaction processes, micro-electro-mechanical systems (MEMS) design, and control design. The processes or devices can be modeled by partial differential equations (PDEs). To simulate such models, spatial discretization via e.g. finite element discretization is necessary, which results in a system of ordinary differential equations (ODEs), or differential algebraic equations (DAEs). &lt;br /&gt;
  &lt;br /&gt;
After spatial discretization, the number of degrees of freedom is usually very high. It is therefore very time consuming to simulate the large-scale systems of ODEs or DAEs. Developed from well-established mathematical theories and robust numerical algorithms, MOR has been recognized as very efficient for reducing the simulation time of large-scale systems. Through model order reduction, a small system with reduced number of equations (reduced model) is derived. The reduced model is simulated instead, and the solution of the original PDEs or ODEs can then be recovered from the solution of the reduced model. As a result, the simulation time of the original large-scale system can be shortened by several orders of magnitude. The reduced model as a whole can also replace the original system and be reused repeatedly during the design process, which can further save much time. &lt;br /&gt;
&lt;br /&gt;
Parametric model order reduction (PMOR) methods are designed for model order reduction of parametrized systems, where the parameters of the system play an important role in practical applications such as Integrated Circuit (IC) design, MEMS design, and chemical engineering. The parameters could be the variables describing geometrical measurements, material properties, the damping of the system or the component flow-rate. The reduced models are constructed such that all the parameters can be preserved with acceptable accuracy.&lt;br /&gt;
&lt;br /&gt;
MOR Wiki is divided in pages providing benchmarks (see [[category:benchmark]]) of parametric or non-parametric models and pages explaining applicable (P)MOR methods.&lt;br /&gt;
&lt;br /&gt;
Following the [[submission rules]], one can also submit new benchmarks or method pages. &lt;br /&gt;
&lt;br /&gt;
Consult the [http://meta.wikimedia.org/wiki/Help:Contents User&#039;s Guide] for information on using the wiki software.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Manual:Configuration_settings Configuration settings list]&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]&lt;br /&gt;
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;br /&gt;
&lt;br /&gt;
== List of all Categories in the Wiki ==&lt;br /&gt;
{{special:categories}}&lt;br /&gt;
&lt;br /&gt;
== List of all Pages Currently in the Wiki ==&lt;br /&gt;
{{special:allpages}}&lt;/div&gt;</summary>
		<author><name>Will</name></author>
	</entry>
	<entry>
		<id>https://modelreduction.org/morwiki/index.php?title=Main_Page&amp;diff=443</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://modelreduction.org/morwiki/index.php?title=Main_Page&amp;diff=443"/>
		<updated>2012-01-04T11:51:53Z</updated>

		<summary type="html">&lt;p&gt;Will: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;big&amp;gt;&#039;&#039;&#039;Welcome to MOR Wiki&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The purpose of MOR Wiki is to bring together experts in the area of model order reduction (MOR), as well as researchers from application areas in an attempt to provide a platform for exchanging ideas and examples. &lt;br /&gt;
&lt;br /&gt;
Modeling and numerical simulation are unavoidable in many application and research areas, e.g. reaction processes, micro-electro-mechanical systems (MEMS) design, and control design. The processes or devices can be modeled by partial differential equations (PDEs). To simulate such models, spatial discretization via e.g. finite element discretization is necessary, which results in a system of ordinary differential equations (ODEs), or differential algebraic equations (DAEs). &lt;br /&gt;
  &lt;br /&gt;
After spatial discretization, the number of degrees of freedom is usually very high. It is therefore very time consuming to simulate the large-scale systems of ODEs or DAEs. Developed from well-established mathematical theories and robust numerical algorithms, MOR has been recognized as very efficient for reducing the simulation time of large-scale systems. Through model order reduction, a small system with reduced number of equations (reduced model) is derived. The reduced model is simulated instead, and the solution of the original PDEs or ODEs can then be recovered from the solution of the reduced model. As a result, the simulation time of the original large-scale system can be shortened by several orders of magnitude. The reduced model as a whole can also replace the original system and be reused repeatedly during the design process, which can further save much time. &lt;br /&gt;
&lt;br /&gt;
Parametric model order reduction (PMOR) methods are designed for model order reduction of parametrized systems, where the parameters of the system play an important role in practical applications such as Integrated Circuit (IC) design, MEMS design, and chemical engineering. The parameters could be the variables describing geometrical measurements, material properties, the damping of the system or the component flow-rate. The reduced models are constructed such that all the parameters can be preserved with acceptable accuracy.&lt;br /&gt;
&lt;br /&gt;
MOR Wiki is divided in pages providing [[category:benchmark benchmarks]] of parametric or non-parametric models and pages explaining applicable (P)MOR methods.&lt;br /&gt;
&lt;br /&gt;
Following the [[submission rules]], one can also submit new benchmarks or method pages. &lt;br /&gt;
&lt;br /&gt;
Consult the [http://meta.wikimedia.org/wiki/Help:Contents User&#039;s Guide] for information on using the wiki software.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Manual:Configuration_settings Configuration settings list]&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]&lt;br /&gt;
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;br /&gt;
&lt;br /&gt;
== List of all Categories in the Wiki ==&lt;br /&gt;
{{special:categories}}&lt;br /&gt;
&lt;br /&gt;
== List of all Pages Currently in the Wiki ==&lt;br /&gt;
{{special:allpages}}&lt;/div&gt;</summary>
		<author><name>Will</name></author>
	</entry>
	<entry>
		<id>https://modelreduction.org/morwiki/index.php?title=Main_Page&amp;diff=442</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://modelreduction.org/morwiki/index.php?title=Main_Page&amp;diff=442"/>
		<updated>2012-01-04T11:51:38Z</updated>

		<summary type="html">&lt;p&gt;Will: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;big&amp;gt;&#039;&#039;&#039;Welcome to MOR Wiki&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The purpose of MOR Wiki is to bring together experts in the area of model order reduction (MOR), as well as researchers from application areas in an attempt to provide a platform for exchanging ideas and examples. &lt;br /&gt;
&lt;br /&gt;
Modeling and numerical simulation are unavoidable in many application and research areas, e.g. reaction processes, micro-electro-mechanical systems (MEMS) design, and control design. The processes or devices can be modeled by partial differential equations (PDEs). To simulate such models, spatial discretization via e.g. finite element discretization is necessary, which results in a system of ordinary differential equations (ODEs), or differential algebraic equations (DAEs). &lt;br /&gt;
  &lt;br /&gt;
After spatial discretization, the number of degrees of freedom is usually very high. It is therefore very time consuming to simulate the large-scale systems of ODEs or DAEs. Developed from well-established mathematical theories and robust numerical algorithms, MOR has been recognized as very efficient for reducing the simulation time of large-scale systems. Through model order reduction, a small system with reduced number of equations (reduced model) is derived. The reduced model is simulated instead, and the solution of the original PDEs or ODEs can then be recovered from the solution of the reduced model. As a result, the simulation time of the original large-scale system can be shortened by several orders of magnitude. The reduced model as a whole can also replace the original system and be reused repeatedly during the design process, which can further save much time. &lt;br /&gt;
&lt;br /&gt;
Parametric model order reduction (PMOR) methods are designed for model order reduction of parametrized systems, where the parameters of the system play an important role in practical applications such as Integrated Circuit (IC) design, MEMS design, and chemical engineering. The parameters could be the variables describing geometrical measurements, material properties, the damping of the system or the component flow-rate. The reduced models are constructed such that all the parameters can be preserved with acceptable accuracy.&lt;br /&gt;
&lt;br /&gt;
MOR Wiki is divided in pages providing [category:benchmark benchmarks] of parametric or non-parametric models and pages explaining applicable (P)MOR methods.&lt;br /&gt;
&lt;br /&gt;
Following the [[submission rules]], one can also submit new benchmarks or method pages. &lt;br /&gt;
&lt;br /&gt;
Consult the [http://meta.wikimedia.org/wiki/Help:Contents User&#039;s Guide] for information on using the wiki software.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Manual:Configuration_settings Configuration settings list]&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]&lt;br /&gt;
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;br /&gt;
&lt;br /&gt;
== List of all Categories in the Wiki ==&lt;br /&gt;
{{special:categories}}&lt;br /&gt;
&lt;br /&gt;
== List of all Pages Currently in the Wiki ==&lt;br /&gt;
{{special:allpages}}&lt;/div&gt;</summary>
		<author><name>Will</name></author>
	</entry>
	<entry>
		<id>https://modelreduction.org/morwiki/index.php?title=Main_Page&amp;diff=441</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://modelreduction.org/morwiki/index.php?title=Main_Page&amp;diff=441"/>
		<updated>2012-01-04T11:49:44Z</updated>

		<summary type="html">&lt;p&gt;Will: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;big&amp;gt;&#039;&#039;&#039;Welcome to MOR Wiki&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The purpose of MOR Wiki is to bring together experts in the area of model order reduction (MOR), as well as researchers from application areas in an attempt to provide a platform for exchanging ideas and examples. &lt;br /&gt;
&lt;br /&gt;
Modeling and numerical simulation are unavoidable in many application and research areas, e.g. reaction processes, micro-electro-mechanical systems (MEMS) design, and control design. The processes or devices can be modeled by partial differential equations (PDEs). To simulate such models, spatial discretization via e.g. finite element discretization is necessary, which results in a system of ordinary differential equations (ODEs), or differential algebraic equations (DAEs). &lt;br /&gt;
  &lt;br /&gt;
After spatial discretization, the number of degrees of freedom is usually very high. It is therefore very time consuming to simulate the large-scale systems of ODEs or DAEs. Developed from well-established mathematical theories and robust numerical algorithms, MOR has been recognized as very efficient for reducing the simulation time of large-scale systems. Through model order reduction, a small system with reduced number of equations (reduced model) is derived. The reduced model is simulated instead, and the solution of the original PDEs or ODEs can then be recovered from the solution of the reduced model. As a result, the simulation time of the original large-scale system can be shortened by several orders of magnitude. The reduced model as a whole can also replace the original system and be reused repeatedly during the design process, which can further save much time. &lt;br /&gt;
&lt;br /&gt;
Parametric model order reduction (PMOR) methods are designed for model order reduction of parametrized systems, where the parameters of the system play an important role in practical applications such as Integrated Circuit (IC) design, MEMS design, and chemical engineering. The parameters could be the variables describing geometrical measurements, material properties, the damping of the system or the component flow-rate. The reduced models are constructed such that all the parameters can be preserved with acceptable accuracy.&lt;br /&gt;
&lt;br /&gt;
MOR Wiki is divided in pages providing benchmarks of parametric or non-parametric models and pages explaining applicable (P)MOR methods.&lt;br /&gt;
&lt;br /&gt;
Following the [[submission rules]], one can also submit new benchmarks or method pages. &lt;br /&gt;
&lt;br /&gt;
Consult the [http://meta.wikimedia.org/wiki/Help:Contents User&#039;s Guide] for information on using the wiki software.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Manual:Configuration_settings Configuration settings list]&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]&lt;br /&gt;
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;br /&gt;
&lt;br /&gt;
== List of all Categories in the Wiki ==&lt;br /&gt;
{{special:categories}}&lt;br /&gt;
&lt;br /&gt;
== List of all Pages Currently in the Wiki ==&lt;br /&gt;
{{special:allpages}}&lt;/div&gt;</summary>
		<author><name>Will</name></author>
	</entry>
	<entry>
		<id>https://modelreduction.org/morwiki/index.php?title=Main_Page&amp;diff=440</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://modelreduction.org/morwiki/index.php?title=Main_Page&amp;diff=440"/>
		<updated>2012-01-04T11:48:42Z</updated>

		<summary type="html">&lt;p&gt;Will: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;big&amp;gt;&#039;&#039;&#039;Welcome to MOR Wiki&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The purpose of MOR Wiki is to bring together experts in the area of model order reduction (MOR), as well as researchers from application areas in an attempt to provide a platform for exchanging ideas and examples. &lt;br /&gt;
&lt;br /&gt;
Modeling and numerical simulation are unavoidable in many application and research areas, e.g. reaction processes, micro-electro-mechanical systems (MEMS) design, and control design. The processes or devices can be modeled by partial differential equations (PDEs). To simulate such models, spatial discretization via e.g. finite element discretization is necessary, which results in a system of ordinary differential equations (ODEs), or differential algebraic equations (DAEs). &lt;br /&gt;
  &lt;br /&gt;
After spatial discretization, the number of degrees of freedom is usually very high. It is therefore very time consuming to simulate the large-scale systems of ODEs or DAEs. Developed from well-established mathematical theories and robust numerical algorithms, MOR has been recognized as very efficient for reducing the simulation time of large-scale systems. Through model order reduction, a small system with reduced number of equations (reduced model) is derived. The reduced model is simulated instead, and the solution of the original PDEs or ODEs can then be recovered from the solution of the reduced model. As a result, the simulation time of the original large-scale system can be shortened by several orders of magnitude. The reduced model as a whole can also replace the original system and be reused repeatedly during the design process, which can further save much time. &lt;br /&gt;
&lt;br /&gt;
Parametric model order reduction (PMOR) methods are designed for model order reduction of parametrized systems, where the parameters of the system play an important role in practical applications such as Integrated Circuit (IC) design, MEMS design, and chemical engineering. The parameters could be the variables describing geometrical measurements, material properties, the damping of the system or the component flow-rate. The reduced models are constructed such that all the parameters can be preserved with acceptable accuracy.&lt;br /&gt;
&lt;br /&gt;
MOR Wiki is divided in pages providing [[benchmark]] of parametric or non-parametric models and pages explaining applicable (P)MOR [[method]].&lt;br /&gt;
&lt;br /&gt;
Following the [[submission rules]], one can also submit new benchmarks or method pages. &lt;br /&gt;
&lt;br /&gt;
Consult the [http://meta.wikimedia.org/wiki/Help:Contents User&#039;s Guide] for information on using the wiki software.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Manual:Configuration_settings Configuration settings list]&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]&lt;br /&gt;
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;br /&gt;
&lt;br /&gt;
== List of all Categories in the Wiki ==&lt;br /&gt;
{{special:categories}}&lt;br /&gt;
&lt;br /&gt;
== List of all Pages Currently in the Wiki ==&lt;br /&gt;
{{special:allpages}}&lt;/div&gt;</summary>
		<author><name>Will</name></author>
	</entry>
	<entry>
		<id>https://modelreduction.org/morwiki/index.php?title=Main_Page&amp;diff=439</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://modelreduction.org/morwiki/index.php?title=Main_Page&amp;diff=439"/>
		<updated>2012-01-04T11:44:27Z</updated>

		<summary type="html">&lt;p&gt;Will: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;big&amp;gt;&#039;&#039;&#039;Welcome to MOR Wiki&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The purpose of MOR Wiki is to bring together experts in the area of model order reduction (MOR), as well as researchers from application areas in an attempt to provide a platform for exchanging ideas and examples. &lt;br /&gt;
&lt;br /&gt;
Modeling and numerical simulation are unavoidable in many application and research areas, e.g. reaction processes, micro-electro-mechanical systems (MEMS) design, and control design. The processes or devices can be modeled by partial differential equations (PDEs). To simulate such models, spatial discretization via e.g. finite element discretization is necessary, which results in a system of ordinary differential equations (ODEs), or differential algebraic equations (DAEs). &lt;br /&gt;
  &lt;br /&gt;
After spatial discretization, the number of degrees of freedom is usually very high. It is therefore very time consuming to simulate the large-scale systems of ODEs or DAEs. Developed from well-established mathematical theories and robust numerical algorithms, MOR has been recognized as very efficient for reducing the simulation time of large-scale systems. Through model order reduction, a small system with reduced number of equations (reduced model) is derived. The reduced model is simulated instead, and the solution of the original PDEs or ODEs can then be recovered from the solution of the reduced model. As a result, the simulation time of the original large-scale system can be shortened by several orders of magnitude. The reduced model as a whole can also replace the original system and be reused repeatedly during the design process, which can further save much time. &lt;br /&gt;
&lt;br /&gt;
Parametric model order reduction (PMOR) methods are designed for model order reduction of parametrized systems, where the parameters of the system play an important role in practical applications such as Integrated Circuit (IC) design, MEMS design, and chemical engineering. The parameters could be the variables describing geometrical measurements, material properties, the damping of the system or the component flow-rate. The reduced models are constructed such that all the parameters can be preserved with acceptable accuracy.&lt;br /&gt;
&lt;br /&gt;
MOR Wiki is divided in pages providing [[benchmark]]s of parametric or non-parametric models and pages explaining applicable (P)MOR [[method]]s.&lt;br /&gt;
&lt;br /&gt;
Following the [[submission rules]], one can also submit new benchmarks or method pages. &lt;br /&gt;
&lt;br /&gt;
Consult the [http://meta.wikimedia.org/wiki/Help:Contents User&#039;s Guide] for information on using the wiki software.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Manual:Configuration_settings Configuration settings list]&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]&lt;br /&gt;
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;br /&gt;
&lt;br /&gt;
== List of all Categories in the Wiki ==&lt;br /&gt;
{{special:categories}}&lt;br /&gt;
&lt;br /&gt;
== List of all Pages Currently in the Wiki ==&lt;br /&gt;
{{special:allpages}}&lt;/div&gt;</summary>
		<author><name>Will</name></author>
	</entry>
	<entry>
		<id>https://modelreduction.org/morwiki/index.php?title=Main_Page&amp;diff=438</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://modelreduction.org/morwiki/index.php?title=Main_Page&amp;diff=438"/>
		<updated>2012-01-04T11:42:57Z</updated>

		<summary type="html">&lt;p&gt;Will: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;big&amp;gt;&#039;&#039;&#039;Welcome to MOR Wiki&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The purpose of MOR Wiki is to bring together experts in the area of model order reduction (MOR), as well as researchers from application areas in an attempt to provide a platform for exchanging ideas and examples. &lt;br /&gt;
&lt;br /&gt;
Modeling and numerical simulation are unavoidable in many application and research areas, e.g. reaction processes, micro-electro-mechanical systems (MEMS) design, and control design. The processes or devices can be modeled by partial differential equations (PDEs). To simulate such models, spatial discretization via e.g. finite element discretization is necessary, which results in a system of ordinary differential equations (ODEs), or differential algebraic equations (DAEs). &lt;br /&gt;
  &lt;br /&gt;
After spatial discretization, the number of degrees of freedom is usually very high. It is therefore very time consuming to simulate the large-scale systems of ODEs or DAEs. Developed from well-established mathematical theories and robust numerical algorithms, MOR has been recognized as very efficient for reducing the simulation time of large-scale systems. Through model order reduction, a small system with reduced number of equations (reduced model) is derived. The reduced model is simulated instead, and the solution of the original PDEs or ODEs can then be recovered from the solution of the reduced model. As a result, the simulation time of the original large-scale system can be shortened by several orders of magnitude. The reduced model as a whole can also replace the original system and be reused repeatedly during the design process, which can further save much time. &lt;br /&gt;
&lt;br /&gt;
Parametric model order reduction (PMOR) methods are designed for model order reduction of parametrized systems, where the parameters of the system play an important role in practical applications such as Integrated Circuit (IC) design, MEMS design, and chemical engineering. The parameters could be the variables describing geometrical measurements, material properties, the damping of the system or the component flow-rate. The reduced models are constructed such that all the parameters can be preserved with acceptable accuracy.&lt;br /&gt;
&lt;br /&gt;
MOR Wiki is divided in pages providing benchmarks of parametric or non-parametric models and pages explaining applicable (P)MOR methods.&lt;br /&gt;
&lt;br /&gt;
Following the [[submission rules]], one can also submit new benchmarks or method pages. &lt;br /&gt;
&lt;br /&gt;
Consult the [http://meta.wikimedia.org/wiki/Help:Contents User&#039;s Guide] for information on using the wiki software.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Manual:Configuration_settings Configuration settings list]&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]&lt;br /&gt;
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;br /&gt;
&lt;br /&gt;
== List of all Categories in the Wiki ==&lt;br /&gt;
{{special:categories}}&lt;br /&gt;
&lt;br /&gt;
== List of all Pages Currently in the Wiki ==&lt;br /&gt;
{{special:allpages}}&lt;/div&gt;</summary>
		<author><name>Will</name></author>
	</entry>
	<entry>
		<id>https://modelreduction.org/morwiki/index.php?title=Main_Page&amp;diff=437</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://modelreduction.org/morwiki/index.php?title=Main_Page&amp;diff=437"/>
		<updated>2012-01-04T11:39:53Z</updated>

		<summary type="html">&lt;p&gt;Will: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;big&amp;gt;&#039;&#039;&#039;Welcome to MOR Wiki&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The purpose of MOR Wiki is to bring together experts in the area of model order reduction (MOR), as well as researchers from application areas in an attempt to provide a platform for exchanging ideas and examples. &lt;br /&gt;
&lt;br /&gt;
Modeling and numerical simulation are unavoidable in many application and research areas, e.g. reaction processes, micro-electro-mechanical systems (MEMS) design, and control design. The processes or devices can be modeled by partial differential equations (PDEs). To simulate such models, spatial discretization via e.g. finite element discretization is necessary, which results in a system of ordinary differential equations (ODEs), or differential algebraic equations (DAEs). &lt;br /&gt;
  &lt;br /&gt;
After spatial discretization, the number of degrees of freedom is usually very high. It is therefore very time consuming to simulate the large-scale systems of ODEs or DAEs. Developed from well-established mathematical theories and robust numerical algorithms, MOR has been recognized as very efficient for reducing the simulation time of large-scale systems. Through model order reduction, a small system with reduced number of equations (reduced model) is derived. The reduced model is simulated instead, and the solution of the original PDEs or ODEs can then be recovered from the solution of the reduced model. As a result, the simulation time of the original large-scale system can be shortened by several orders of magnitude. The reduced model as a whole can also replace the original system and be reused repeatedly during the design process, which can further save much time. &lt;br /&gt;
&lt;br /&gt;
Parametric model order reduction (PMOR) methods are designed for model order reduction of parametrized systems, where the parameters of the system play an important role in practical applications such as Integrated Circuit (IC) design, MEMS design, and chemical engineering. The parameters could be the variables describing geometrical measurements, material properties, the damping of the system or the component flow-rate. The reduced models are constructed such that all the parameters can be preserved with acceptable accuracy.&lt;br /&gt;
&lt;br /&gt;
MOR Wiki is divided in pages providing benchmarks of parametric or non-parametric models and pages explaining applicable (P)MOR methods.&lt;br /&gt;
&lt;br /&gt;
Following the submission rules, one can also submit new benchmarks or method pages. &lt;br /&gt;
&lt;br /&gt;
Consult the [http://meta.wikimedia.org/wiki/Help:Contents User&#039;s Guide] for information on using the wiki software.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Manual:Configuration_settings Configuration settings list]&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]&lt;br /&gt;
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;br /&gt;
&lt;br /&gt;
== List of all Categories in the Wiki ==&lt;br /&gt;
{{special:categories}}&lt;br /&gt;
&lt;br /&gt;
== List of all Pages Currently in the Wiki ==&lt;br /&gt;
{{special:allpages}}&lt;/div&gt;</summary>
		<author><name>Will</name></author>
	</entry>
	<entry>
		<id>https://modelreduction.org/morwiki/index.php?title=Main_Page&amp;diff=436</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://modelreduction.org/morwiki/index.php?title=Main_Page&amp;diff=436"/>
		<updated>2012-01-04T11:37:08Z</updated>

		<summary type="html">&lt;p&gt;Will: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;big&amp;gt;&#039;&#039;&#039;Welcome to MOR Wiki&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The purpose of MOR Wiki is to bring together experts in the area of model order reduction (MOR), as well as researchers from application areas in an attempt to provide a platform for exchanging ideas and examples. &lt;br /&gt;
&lt;br /&gt;
Modeling and numerical simulation are unavoidable in many application and research areas, e.g. reaction processes, micro-electro-mechanical systems (MEMS) design, and control design. The processes or devices can be modeled by partial differential equations (PDEs). To simulate such models, spatial discretization via e.g. finite element discretization is necessary, which results in a system of ordinary differential equations (ODEs), or differential algebraic equations (DAEs). &lt;br /&gt;
  &lt;br /&gt;
After spatial discretization, the number of degrees of freedom is usually very high. It is therefore very time consuming to simulate the large-scale systems of ODEs or DAEs. Developed from well-established mathematical theories and robust numerical algorithms, MOR has been recognized as very efficient for reducing the simulation time of large-scale systems. Through model order reduction, a small system with reduced number of equations (reduced model) is derived. The reduced model is simulated instead, and the solution of the original PDEs or ODEs can then be recovered from the solution of the reduced model. As a result, the simulation time of the original large-scale system can be shortened by several orders of magnitude. The reduced model as a whole can also replace the original system and be reused repeatedly during the design process, which can further save much time. &lt;br /&gt;
&lt;br /&gt;
Parametric model order reduction (PMOR) methods are designed for model order reduction of parametrized systems, where the parameters of the system play an important role in practical applications such as Integrated Circuit (IC) design, MEMS design, and chemical engineering. The parameters could be the variables describing geometrical measurements, material properties, the damping of the system or the component flow-rate. The reduced models are constructed such that all the parameters can be preserved with acceptable accuracy.&lt;br /&gt;
&lt;br /&gt;
In MOR Wiki, one can find pages which provide benchmarks of parametric or non-parametric models, and some pages which explain applicable (P)MOR methods.&lt;br /&gt;
&lt;br /&gt;
Following the submission rules, one can also submit new benchmarks or method pages. &lt;br /&gt;
&lt;br /&gt;
Consult the [http://meta.wikimedia.org/wiki/Help:Contents User&#039;s Guide] for information on using the wiki software.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Manual:Configuration_settings Configuration settings list]&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]&lt;br /&gt;
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;br /&gt;
&lt;br /&gt;
== List of all Categories in the Wiki ==&lt;br /&gt;
{{special:categories}}&lt;br /&gt;
&lt;br /&gt;
== List of all Pages Currently in the Wiki ==&lt;br /&gt;
{{special:allpages}}&lt;/div&gt;</summary>
		<author><name>Will</name></author>
	</entry>
	<entry>
		<id>https://modelreduction.org/morwiki/index.php?title=Main_Page&amp;diff=435</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://modelreduction.org/morwiki/index.php?title=Main_Page&amp;diff=435"/>
		<updated>2012-01-04T11:36:28Z</updated>

		<summary type="html">&lt;p&gt;Will: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;big&amp;gt;&#039;&#039;&#039;Welcome to MOR Wiki&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The purpose of MOR Wiki is to bring together experts in the area of model order reduction (MOR), as well as researchers from application areas in an attempt to provide a platform for exchanging ideas. &lt;br /&gt;
&lt;br /&gt;
Modeling and numerical simulation are unavoidable in many application and research areas, e.g. reaction processes, micro-electro-mechanical systems (MEMS) design, and control design. The processes or devices can be modeled by partial differential equations (PDEs). To simulate such models, spatial discretization via e.g. finite element discretization is necessary, which results in a system of ordinary differential equations (ODEs), or differential algebraic equations (DAEs). &lt;br /&gt;
  &lt;br /&gt;
After spatial discretization, the number of degrees of freedom is usually very high. It is therefore very time consuming to simulate the large-scale systems of ODEs or DAEs. Developed from well-established mathematical theories and robust numerical algorithms, MOR has been recognized as very efficient for reducing the simulation time of large-scale systems. Through model order reduction, a small system with reduced number of equations (reduced model) is derived. The reduced model is simulated instead, and the solution of the original PDEs or ODEs can then be recovered from the solution of the reduced model. As a result, the simulation time of the original large-scale system can be shortened by several orders of magnitude. The reduced model as a whole can also replace the original system and be reused repeatedly during the design process, which can further save much time. &lt;br /&gt;
&lt;br /&gt;
Parametric model order reduction (PMOR) methods are designed for model order reduction of parametrized systems, where the parameters of the system play an important role in practical applications such as Integrated Circuit (IC) design, MEMS design, and chemical engineering. The parameters could be the variables describing geometrical measurements, material properties, the damping of the system or the component flow-rate. The reduced models are constructed such that all the parameters can be preserved with acceptable accuracy.&lt;br /&gt;
&lt;br /&gt;
In MOR Wiki, one can find pages which provide benchmarks of parametric or non-parametric models, and some pages which explain applicable (P)MOR methods.&lt;br /&gt;
&lt;br /&gt;
Following the submission rules, one can also submit new benchmarks or method pages. &lt;br /&gt;
&lt;br /&gt;
Consult the [http://meta.wikimedia.org/wiki/Help:Contents User&#039;s Guide] for information on using the wiki software.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Manual:Configuration_settings Configuration settings list]&lt;br /&gt;
* [http://www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]&lt;br /&gt;
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;br /&gt;
&lt;br /&gt;
== List of all Categories in the Wiki ==&lt;br /&gt;
{{special:categories}}&lt;br /&gt;
&lt;br /&gt;
== List of all Pages Currently in the Wiki ==&lt;br /&gt;
{{special:allpages}}&lt;/div&gt;</summary>
		<author><name>Will</name></author>
	</entry>
	<entry>
		<id>https://modelreduction.org/morwiki/index.php?title=Category:Time_varying&amp;diff=417</id>
		<title>Category:Time varying</title>
		<link rel="alternate" type="text/html" href="https://modelreduction.org/morwiki/index.php?title=Category:Time_varying&amp;diff=417"/>
		<updated>2011-12-12T10:09:10Z</updated>

		<summary type="html">&lt;p&gt;Will: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:parametric system]]&lt;br /&gt;
[[Category:linear system]]&lt;br /&gt;
[[Category:first order system]]&lt;br /&gt;
[[Category:second order system]]&lt;br /&gt;
[[Category:non-linear system]]&lt;br /&gt;
&lt;br /&gt;
All benchmark pages describing time varying systems are part of this category.&lt;/div&gt;</summary>
		<author><name>Will</name></author>
	</entry>
	<entry>
		<id>https://modelreduction.org/morwiki/index.php?title=Category:Time_invariant&amp;diff=416</id>
		<title>Category:Time invariant</title>
		<link rel="alternate" type="text/html" href="https://modelreduction.org/morwiki/index.php?title=Category:Time_invariant&amp;diff=416"/>
		<updated>2011-12-12T10:08:51Z</updated>

		<summary type="html">&lt;p&gt;Will: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:parametric system]]&lt;br /&gt;
[[Category:linear system]]&lt;br /&gt;
[[Category:first order system]]&lt;br /&gt;
[[Category:second order system]]&lt;br /&gt;
[[Category:non-linear system]]&lt;br /&gt;
&lt;br /&gt;
All benchmark pages describing time invariant systems are part of this category.&lt;/div&gt;</summary>
		<author><name>Will</name></author>
	</entry>
	<entry>
		<id>https://modelreduction.org/morwiki/index.php?title=Category:Nonzero_initial_condition&amp;diff=410</id>
		<title>Category:Nonzero initial condition</title>
		<link rel="alternate" type="text/html" href="https://modelreduction.org/morwiki/index.php?title=Category:Nonzero_initial_condition&amp;diff=410"/>
		<updated>2011-12-12T10:03:05Z</updated>

		<summary type="html">&lt;p&gt;Will: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:parametric system]]&lt;br /&gt;
[[Category:linear system]]&lt;br /&gt;
[[Category:first order system]]&lt;br /&gt;
[[Category:second order system]]&lt;br /&gt;
[[Category:non-linear system]]&lt;br /&gt;
&lt;br /&gt;
Although reduced basis methods can deal with systems with non-zero initial conditions, some MOR methods like Gramian based MOR ( e.g. balanced truncation ) or moment-matching MOR, cannot be directly applied to systems with non-zero initial conditions. However, systems with non-zero initial conditions are very common, for example, in the filed of chemical engineering, and hence deserve attention.&lt;/div&gt;</summary>
		<author><name>Will</name></author>
	</entry>
	<entry>
		<id>https://modelreduction.org/morwiki/index.php?title=Category:Time_varying&amp;diff=402</id>
		<title>Category:Time varying</title>
		<link rel="alternate" type="text/html" href="https://modelreduction.org/morwiki/index.php?title=Category:Time_varying&amp;diff=402"/>
		<updated>2011-12-08T16:10:48Z</updated>

		<summary type="html">&lt;p&gt;Will: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:parametric system]]&lt;br /&gt;
[[Category:linear system]]&lt;br /&gt;
[[Category:first order system]]&lt;br /&gt;
[[Category:second order system]]&lt;br /&gt;
[[Category:non-linear system]]&lt;/div&gt;</summary>
		<author><name>Will</name></author>
	</entry>
	<entry>
		<id>https://modelreduction.org/morwiki/index.php?title=Category:Time_invariant&amp;diff=401</id>
		<title>Category:Time invariant</title>
		<link rel="alternate" type="text/html" href="https://modelreduction.org/morwiki/index.php?title=Category:Time_invariant&amp;diff=401"/>
		<updated>2011-12-08T16:10:36Z</updated>

		<summary type="html">&lt;p&gt;Will: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:parametric system]]&lt;br /&gt;
[[Category:linear system]]&lt;br /&gt;
[[Category:first order system]]&lt;br /&gt;
[[Category:second order system]]&lt;br /&gt;
[[Category:non-linear system]]&lt;/div&gt;</summary>
		<author><name>Will</name></author>
	</entry>
	<entry>
		<id>https://modelreduction.org/morwiki/index.php?title=Category:Nonzero_initial_condition&amp;diff=398</id>
		<title>Category:Nonzero initial condition</title>
		<link rel="alternate" type="text/html" href="https://modelreduction.org/morwiki/index.php?title=Category:Nonzero_initial_condition&amp;diff=398"/>
		<updated>2011-12-08T16:09:53Z</updated>

		<summary type="html">&lt;p&gt;Will: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:parametric system]]&lt;br /&gt;
[[Category:linear system]]&lt;br /&gt;
[[Category:first order system]]&lt;br /&gt;
[[Category:second order system]]&lt;br /&gt;
[[Category:non-linear system]]&lt;/div&gt;</summary>
		<author><name>Will</name></author>
	</entry>
	<entry>
		<id>https://modelreduction.org/morwiki/index.php?title=Microthruster_Unit&amp;diff=396</id>
		<title>Microthruster Unit</title>
		<link rel="alternate" type="text/html" href="https://modelreduction.org/morwiki/index.php?title=Microthruster_Unit&amp;diff=396"/>
		<updated>2011-12-08T16:09:02Z</updated>

		<summary type="html">&lt;p&gt;Will: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:benchmark]]&lt;br /&gt;
[[Category:parametric system]]&lt;br /&gt;
[[Category:linear system]]&lt;br /&gt;
[[Category:first order system]]&lt;br /&gt;
[[Category:time invariant]]&lt;br /&gt;
[[Category:physical parameters]]&lt;br /&gt;
[[Category:three parameters]]&lt;br /&gt;
&lt;br /&gt;
This parametric model is collected in the Oberwolfach Model Reduction Benchmark Collection. The file describing the model is named &amp;quot;Boundary Condition Independent Thermal Model&amp;quot;. The parametric model is a 2D-axisymmetric microthruster model with 3 independent parameters. By following this [http://simulation.uni-freiburg.de/downloads/benchmark/Thermal%20Model%20%2838865%29/ link], one can have the detailed description of the parameters and the model. The data of the model can also be downloaded there.&lt;/div&gt;</summary>
		<author><name>Will</name></author>
	</entry>
	<entry>
		<id>https://modelreduction.org/morwiki/index.php?title=Modified_Gyroscope&amp;diff=395</id>
		<title>Modified Gyroscope</title>
		<link rel="alternate" type="text/html" href="https://modelreduction.org/morwiki/index.php?title=Modified_Gyroscope&amp;diff=395"/>
		<updated>2011-12-08T16:08:50Z</updated>

		<summary type="html">&lt;p&gt;Will: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:benchmark]]&lt;br /&gt;
[[Category:linear system]]&lt;br /&gt;
[[Category:parametric system]]&lt;br /&gt;
[[Category:time invariant]]&lt;br /&gt;
[[Category:geometric parameters]]&lt;br /&gt;
[[Category:two parameters]]&lt;br /&gt;
[[Category:second order system]]&lt;br /&gt;
&lt;br /&gt;
==Description of the device==&lt;br /&gt;
The device is a MEMS gyroscope based on the butterfly gyroscope [1] developed at the Imego institute in Gothenburg, Sweden (see also: http://simulation.uni-freiburg.de/downloads/benchmark/The Butterfly Gyro (35889)). A gyroscope is a device used to measure angular rates in up to three axes. &lt;br /&gt;
&lt;br /&gt;
The basic working principle of the gyroscope can be described as follows, see also [2].  Without applied external rotation, the paddles vibrate in phase&lt;br /&gt;
with the function &amp;lt;math&amp;gt;z(t),&amp;lt;/math&amp;gt; see Fig. 1 below. Under the influence of an external rotation about the &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;-axis (drawn&lt;br /&gt;
in red), an additional force due to the Coriolis acceleration acts upon the&lt;br /&gt;
paddles. This force leads to an additional small out-of-phase vibration&lt;br /&gt;
between two paddles on the same side of the bearing. This&lt;br /&gt;
out-of phase vibration is measured as the difference of the z-displacement&lt;br /&gt;
of the nodes with the red dots. Thus, measuring the displacement of two&lt;br /&gt;
adjacent paddles, the rotation velocity can be ascertained.&lt;br /&gt;
&lt;br /&gt;
==Motivation of MOR==&lt;br /&gt;
&lt;br /&gt;
When planning for and making decisions on future improvements of the Butterfly Gyroscope, it is of importance to improve the efficiency of the gyro simulations. Repeated analysis of the sensor structure have to be conducted with respect to a number of important issues. Examples of such are sensitivity to shock, linear and angular vibration sensitivity, reaction to large rates and/or acceleration, different types of excitation load cases and the effect of force-feedback. The use of model order reduction indeed decreases run time for repeated simulations. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Description of the parametrized model==&lt;br /&gt;
&lt;br /&gt;
Two parameters are of special interest for the model. The first one is the&lt;br /&gt;
quantity that is to be sensed, the rotation velocity &amp;lt;math&amp;gt;\theta&amp;lt;/math&amp;gt; around the &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;-axes. &lt;br /&gt;
The second parameter is the width of the bearing, &amp;lt;math&amp;gt;d&amp;lt;/math&amp;gt;.&lt;br /&gt;
The parametrized system below is obtained by&lt;br /&gt;
finite element discretization of the parametrized model (in the form of partial differential equations) for the gyroscope. The details of constructing the parametrized system can be found in [2]. The system is of the following&lt;br /&gt;
form:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
M(d)\ddot{x}+D(\theta)\dot{x}+T(d)x=B&lt;br /&gt;
y=Cx.&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here, &lt;br /&gt;
&amp;lt;math&amp;gt;M(d)=(M_1+dM_2)\in \mathbb R^{n\times n}&amp;lt;/math&amp;gt; is the mass matrix, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;D(\theta)=\theta(D_1+dD_2)\in \mathbb R^{n\times n}&amp;lt;/math&amp;gt; is the damping matrix, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;T(d)=T_1+(1/d)T_2+dT_3\in \mathbb R^{n\times n}&amp;lt;/math&amp;gt; is the stiffness matrix, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;B \in \mathbb R^{n\times m_I}&amp;lt;/math&amp;gt; is the load vector, &amp;lt;math&amp;gt;C \in \mathbb R^{m_O\times n}&amp;lt;/math&amp;gt; is the output matrix, &amp;lt;math&amp;gt;x \in \mathbb R^{n}&amp;lt;/math&amp;gt; is the state vector, and &amp;lt;math&amp;gt;y \in \mathbb R^{m_O}&amp;lt;/math&amp;gt; is the output response.&lt;br /&gt;
&lt;br /&gt;
The variables &amp;lt;math&amp;gt;d&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\theta&amp;lt;/math&amp;gt; are the parameters of the system, where &lt;br /&gt;
&amp;lt;math&amp;gt;d&amp;lt;/math&amp;gt; is the width of the&lt;br /&gt;
bearing and &amp;lt;math&amp;gt;\theta&amp;lt;/math&amp;gt; is the rotation velocity along the &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;-axis.&lt;br /&gt;
&lt;br /&gt;
The interesting output &amp;lt;math&amp;gt;y&amp;lt;/math&amp;gt; of the system is &amp;lt;math&amp;gt;\delta&amp;lt;/math&amp;gt; which is the&lt;br /&gt;
difference of the displacement &amp;lt;math&amp;gt;z(t)&amp;lt;/math&amp;gt; between the two red dots on&lt;br /&gt;
the same side of the bearing (see Fig.1). The number of degrees of freedom is &amp;lt;math&amp;gt;n=17913&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
The interesting range for the parameters are: &amp;lt;math&amp;gt;\theta\in [10^{-7}, 10^{-5}]&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;d\in [1,2]&amp;lt;/math&amp;gt;. The device works in the frequency range &amp;lt;math&amp;gt;f \in [0.025, 0.25]&amp;lt;/math&amp;gt;MHz.&lt;br /&gt;
&lt;br /&gt;
==Data information==&lt;br /&gt;
&lt;br /&gt;
The system matrices &amp;lt;math&amp;gt;M_1, \, M_2, \, D_1, \, D_2, \, T_1, \, T_2&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt; T_3&amp;lt;/math&amp;gt; are in the MatrixMarket format (http://math.nist.gov/MatrixMarket/), and can be downloaded here [[File: matrices.tgz]]. &amp;lt;math&amp;gt;M_1&amp;lt;/math&amp;gt; corresponds to the file Bmass1.dat, &amp;lt;math&amp;gt;M_2&amp;lt;/math&amp;gt; corresponds to the file Bmass2.dat., &amp;lt;math&amp;gt;D_1, \, D_2&amp;lt;/math&amp;gt; correspond to the files Bdamp1.dat, Bdamp2.dat, respectively. &amp;lt;math&amp;gt;T_1, \, T_2, \, T_3&amp;lt;/math&amp;gt; correspond to the files Bstiff1.dat, Bstiff2.dat, Bstiff3.dat, respectively. &lt;br /&gt;
The load vector &amp;lt;math&amp;gt;B&amp;lt;/math&amp;gt; can be obtained from the file Bload.dat.&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
[1] J. Lienemann, D. Billger, E. B. Rudnyi, A. Greiner, J. G. Korvink, &amp;quot;MEMS Compact Modeling Meets Model Order Reduction: Examples of the&lt;br /&gt;
Application of Arnoldi Methods to Microsystem Devices,&amp;quot; Nanotech, 2004, pp. 303–306.&lt;br /&gt;
&lt;br /&gt;
[2] C. Moosmann, &amp;quot;ParaMOR &lt;br /&gt;
Model Order Reduction for parameterized MEMS applications,&amp;quot; PhD thesis, Department of Microsystems Engineering,&lt;br /&gt;
University of Freiburg, 2007.&lt;br /&gt;
&lt;br /&gt;
[3] B. Salimbahrami, R. Eid, B. Lohmann, &amp;quot;Model Reduction by Second Order&lt;br /&gt;
Krylov Subspaces: Extensions, Stability and Proportional Damping,&amp;quot;&lt;br /&gt;
IEEE International Symposium on Intelligent Control, 2006, pp. 2997–3002.&lt;br /&gt;
&lt;br /&gt;
Fig.1 &lt;br /&gt;
[[File:Gyroscope.jpg]]&lt;/div&gt;</summary>
		<author><name>Will</name></author>
	</entry>
	<entry>
		<id>https://modelreduction.org/morwiki/index.php?title=Scanning_Electrochemical_Microscopy&amp;diff=394</id>
		<title>Scanning Electrochemical Microscopy</title>
		<link rel="alternate" type="text/html" href="https://modelreduction.org/morwiki/index.php?title=Scanning_Electrochemical_Microscopy&amp;diff=394"/>
		<updated>2011-12-08T16:08:41Z</updated>

		<summary type="html">&lt;p&gt;Will: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:benchmark]]&lt;br /&gt;
[[Category:parametric system]]&lt;br /&gt;
[[Category:linear system]]&lt;br /&gt;
[[Category:time varying]]&lt;br /&gt;
[[Category:two parameters]]&lt;br /&gt;
[[Category:first order system]]&lt;br /&gt;
[[Category:nonzero initial condition]]&lt;br /&gt;
&lt;br /&gt;
==Description of the process==&lt;br /&gt;
&lt;br /&gt;
Scanning Electrochemical Microscopy (SECM) has many applications in current problems in the biological field. Quantitative mathematical models have been developed for different operating modes of the SECM. Except for some very specific problems, like the diffusion-controlled current on a circular electrode far away from the border, solutions can only be obtained by numerical simulation, which is based on discretization of the model in space by an appropriate method like finite differences, finite elements, or boundary elements. After discretization, a high-dimensional system of ordinary differential equations is obtained. Its high dimensionality leads to high computational cost. &lt;br /&gt;
&lt;br /&gt;
We consider a cylindrical electrode in Fig.1. The computation domain under the 2D-axisymmetric approximation includes the electrolyte under the electrode. We assume that the concentration does not depend on the rotation angle. A single chemical reaction takes place on the electrode:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;Ox+e^-\Leftrightarrow Red, \quad \quad \quad \quad     (1) &amp;lt;/math&amp;gt;   &lt;br /&gt;
         &lt;br /&gt;
where &amp;lt;math&amp;gt;Ox&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;Red&amp;lt;/math&amp;gt; are two different species in the reaction. &lt;br /&gt;
According to the theory of SECM [2], the species transport in the electrolyte is described by diffusion only. The diffusion partial differential equation is given by the second Fick&#039;s law as follows&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\frac{dc_1}{dt}=D_1\cdot \Delta ^2c_1 , \quad&lt;br /&gt;
 \frac{dc_2}{dt}=D_2\cdot \Delta ^2c_2,&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;c_1&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;c_2&amp;lt;/math&amp;gt; are the concentration fields of species &amp;lt;math&amp;gt;Ox&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;Red&amp;lt;/math&amp;gt;, respectively. The initial conditions are &amp;lt;math&amp;gt;c_1(0)=c_{1,0}&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;c_2(0)=c_{2,0}.&amp;lt;/math&amp;gt; Conditions at the glass and the bottom of the bath are described by the Neumann boundary conditions of zero flux&lt;br /&gt;
&amp;lt;math&amp;gt;\nabla c_1\cdot \vec{n}=0&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\nabla c_2\cdot \vec{n}=0&amp;lt;/math&amp;gt;. Conditions at the border of the bulk are described by Dirichlet boundary conditions of constant concentration, equal to the initial conditions &amp;lt;math&amp;gt;c_1=c_{1,0}&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;c_2=c_{2,0}&amp;lt;/math&amp;gt;. The boundary conditions at the electrode are described by&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\nabla c_1\cdot \vec{n}=j, \,&lt;br /&gt;
\nabla c_2\cdot \vec{n}=-j.  \quad \quad \quad \quad  (2)&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here &amp;lt;math&amp;gt;j&amp;lt;/math&amp;gt; is related to the forward reaction rate &amp;lt;math&amp;gt;k_f&amp;lt;/math&amp;gt; and the backward reaction rate &amp;lt;math&amp;gt;k_b&amp;lt;/math&amp;gt; through the Buttler-Volmer equation,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
j=k_f \cdot c_1-k_b \cdot c_2.&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The reaction rates &amp;lt;math&amp;gt;k_f&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;k_b&amp;lt;/math&amp;gt; are in the following form,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
k_f=k^0\exp{(\frac{\alpha z F(v(t)-v^0)}{RT})}, &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;k_b=k^0\exp{(\frac{-(1-\alpha) z F(v(t)-v^0)}{RT})} .&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here, &amp;lt;math&amp;gt;k^0&amp;lt;/math&amp;gt; is the heterogeneous standard rate constant, which is an empirical transmission factor for a heterogeneous reaction. &amp;lt;math&amp;gt;F&amp;lt;/math&amp;gt; is the Faraday-constant, &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt; is the gas constant, &amp;lt;math&amp;gt;T&amp;lt;/math&amp;gt; is the temperature, and &amp;lt;math&amp;gt;z&amp;lt;/math&amp;gt; is the number of exchanged electrons per reaction. &amp;lt;math&amp;gt;u(t)=v(t)-v^0&amp;lt;/math&amp;gt; is the difference between the electrode potential and the reference potential. This difference, to which we refer below as voltage, is changed during the measurement of a voltammogram.&lt;br /&gt;
&lt;br /&gt;
==Description of the model==&lt;br /&gt;
&lt;br /&gt;
The control volume method has been used for the spatial discretization of (1). Together with the boundary conditions, the resulting system of ordinary differential equations is as follows,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
E\frac{d\vec{c}}{dt}+K(u(t))\vec{c}-A\vec{c}=B,\quad&lt;br /&gt;
y(t)=C\vec{c},\quad&lt;br /&gt;
\vec{c}(0)=\vec{c}_0 \neq 0,&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where E and &amp;lt;math&amp;gt;K(u(t))&amp;lt;/math&amp;gt; are system matrices, &amp;lt;math&amp;gt;K(u(t))&amp;lt;/math&amp;gt; is a function of voltage that in turn depends on time. The voltage appears in the system matrix due to the boundary conditions (2). The vector &amp;lt;math&amp;gt;\vec{c} \in \mathbb{R}^n&amp;lt;/math&amp;gt; is the vector of unknown concentrations, which includes both the &amp;lt;math&amp;gt;Ox&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;Red&amp;lt;/math&amp;gt; species. The vector &amp;lt;math&amp;gt;B&amp;lt;/math&amp;gt; is the load vector, which arises as a consequence of the Dirichlet boundary conditions imposed at the bulk boundary of the electrolyte. The total current is computed as an integral (sum) over the electrode surface. &lt;br /&gt;
The matrix &amp;lt;math&amp;gt;K(u(t))&amp;lt;/math&amp;gt; has the following form,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
K(u(t))=K_1(u(t))+K_2(u(t)), &lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;K_i(u(t))=h_i D_i, \, i=1,2,&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;h_1=\exp(\beta u(t)), \, h_2=\exp(-\beta u(t))&amp;lt;/math&amp;gt;. The voltage &amp;lt;math&amp;gt;u(t)&amp;lt;/math&amp;gt; is a function of &amp;lt;math&amp;gt;\sigma&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
u(t)=\sigma t-1, \, \text{for } t \leq \frac{2}{ \sigma}, \quad&lt;br /&gt;
u(t)=-\sigma t+3, \, \text{for } \frac{2}{ \sigma} &amp;lt; t \leq \frac{4}{ \sigma},&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;\sigma&amp;lt;/math&amp;gt; can take four different values, &amp;lt;math&amp;gt;\sigma=0.5, \, 0.05, \, 0.005, \, 0.0005&amp;lt;/math&amp;gt;.  The constant &amp;lt;math&amp;gt;\beta&amp;lt;/math&amp;gt; is computed from the parameters &amp;lt;math&amp;gt;\alpha, \, z, \, F, \, R,&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;T,&amp;lt;/math&amp;gt; leading to the value &amp;lt;math&amp;gt;\beta=21.243036728240824&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Although the system is a time-varying system, it can be considered as a parametrized system with two parameters &amp;lt;math&amp;gt;h_1&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;h_2&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==Data information==&lt;br /&gt;
&lt;br /&gt;
The data of the system matrices &amp;lt;math&amp;gt;E, \ D_1, \ D_2, \ A, \ B, C&amp;lt;/math&amp;gt; as well as the initial state &amp;lt;math&amp;gt;\vec{c}_0=x_0&amp;lt;/math&amp;gt; are in MatrixMarket format (http://math.nist.gov/MatrixMarket/), and can be downloaded here [[File: matrices_SECM.tgz]]. The interesting output of the model is the current which is computed by &amp;lt;math&amp;gt;I(t)=C(5,:)\vec{c}&amp;lt;/math&amp;gt; in MATLAB notation. The interesting plot of the output is called the cyclic voltammogram, which is the plot of the current changing with the voltage &amp;lt;math&amp;gt;u(t)&amp;lt;/math&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
Fig.1 &lt;br /&gt;
[[Image:Fig.1.JPG|thumb|left|300px|]]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
[1] L. Feng, D. Koziol, E. B. Rudnyi, and J. G. Korvink, &amp;quot;Parametric Model Reduction for Fast Simulation of Cyclic Voltammograms,&amp;quot; Sensor Letters, Vol. 4, 1-10, 2006, pp.1-10. &lt;br /&gt;
&lt;br /&gt;
[2] M. V. Mirkin, &amp;quot;Theory in scanning electrochemical microscopy,&amp;quot; A. J. Bard and M. V. Mirkin, Eds. (2001). New York, John Wiley &amp;amp; Sons. pp. 145 – 199.&lt;/div&gt;</summary>
		<author><name>Will</name></author>
	</entry>
	<entry>
		<id>https://modelreduction.org/morwiki/index.php?title=Gas_Sensor&amp;diff=393</id>
		<title>Gas Sensor</title>
		<link rel="alternate" type="text/html" href="https://modelreduction.org/morwiki/index.php?title=Gas_Sensor&amp;diff=393"/>
		<updated>2011-12-08T16:08:32Z</updated>

		<summary type="html">&lt;p&gt;Will: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:benchmark]]&lt;br /&gt;
[[Category:parametric system]]&lt;br /&gt;
[[Category:linear system]]&lt;br /&gt;
[[Category:first order system]]&lt;br /&gt;
[[Category:physical parameters]]&lt;br /&gt;
[[Category:four parameters]]&lt;br /&gt;
[[Category:time invariant]]&lt;br /&gt;
&lt;br /&gt;
This is an extension of the non-parametrized model of Gas sensor in the Oberwolfach Model Reduction Benchmark Collection (http://simulation.uni-freiburg.de/downloads/benchmark Gas sensor(38880)) to a parametrized model. &lt;br /&gt;
&lt;br /&gt;
==Description of the device==&lt;br /&gt;
&lt;br /&gt;
There is a large demand for gas sensing devices in various domains. They are&lt;br /&gt;
desired in e. g. safety applications where combustible or toxic gases are present or&lt;br /&gt;
in comfort applications, such as climate controls of buildings and vehicles where&lt;br /&gt;
good air quality is required. Additionally, gas monitoring is needed in process&lt;br /&gt;
control and laboratory analytics. All of these applications demand cheap, small&lt;br /&gt;
and user-friendly gas sensing devices which show high sensitivity, selectivity and&lt;br /&gt;
stability with respect to a given application. &lt;br /&gt;
&lt;br /&gt;
A micromachined gas sensor is not only a challenge with respect to thermal&lt;br /&gt;
design but also with respect to mechanical design. Only by choosing the right&lt;br /&gt;
mechanical design a large intrinsic or thermal-induced membrane stress leading&lt;br /&gt;
to membrane deformation/ breaking of the membrane can be avoided. It is further&lt;br /&gt;
necessary to build a chemometrics calibration model which correlates the set of&lt;br /&gt;
sensor resistance measurements to the sensed gas concentration. Prior to fabrication,&lt;br /&gt;
a thermal simulation is performed to determine the heating efficiency and&lt;br /&gt;
temperature homogeneity of the gas sensitive regions. As the device is connected to circuitry for heating power&lt;br /&gt;
control and sensing resistor readout, a system-level simulation is also needed.&lt;br /&gt;
Hence, a compact thermal model must be generated. (The text above is taken from [1].)&lt;br /&gt;
&lt;br /&gt;
==Description of the model==&lt;br /&gt;
&lt;br /&gt;
The heat transfer within a hotplate is described through the governing heat transfer equation [2]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\nabla \cdot (\kappa \nabla T) + Q- \rho c_p \frac{\partial T}{\partial t}=0, \quad&lt;br /&gt;
Q=j^2R(T), \quad (1)&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;\kappa(r)&amp;lt;/math&amp;gt; is the thermal conductivity in &amp;lt;math&amp;gt;W/(m*K)&amp;lt;/math&amp;gt; at the position &amp;lt;math&amp;gt;r, \, c_p&amp;lt;/math&amp;gt; is the&lt;br /&gt;
specific heat capacity in &amp;lt;math&amp;gt;J /(kg*K), \, \rho(r)&amp;lt;/math&amp;gt; is the mass density in&lt;br /&gt;
&amp;lt;math&amp;gt;kg /m^3,&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;T(r,t)&amp;lt;/math&amp;gt; is the temperature distribution. We assume a&lt;br /&gt;
homogeneous heat generation rate over a lumped resistor:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
Q = \frac{u^2(t)}{R(T)}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
with unit &amp;lt;math&amp;gt;W/m^3&amp;lt;/math&amp;gt;.&lt;br /&gt;
We use the initial condition &amp;lt;math&amp;gt; T_0 = 273K &amp;lt;/math&amp;gt;, and the&lt;br /&gt;
Dirichlet boundary condition &amp;lt;math&amp;gt; T = 273 K &amp;lt;/math&amp;gt; at the bottom of&lt;br /&gt;
the computational domain. The convection boundary condition at the top of the membrane is&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
q=h(T-T_{air}), &lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;h&amp;lt;/math&amp;gt; is the heat transfer coefficient between the membrane and the ambient air in &amp;lt;math&amp;gt;W/(m^2 K)&amp;lt;/math&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
Assuming &amp;lt;math&amp;gt;T_{air}=0&amp;lt;/math&amp;gt;, spatial discretization of the heat transfer model in (1) leads to the parametrized system as below,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
(E_0+\rho c_p \cdot E_1) \dot{T} +(A_0 +\kappa \cdot A_1 +h \cdot A_2)T = B \frac{u^2(t)}{R(T)}, \quad&lt;br /&gt;
y=C^T \cdot T.&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here &amp;lt;math&amp;gt;R(T)&amp;lt;/math&amp;gt; is either a constant heat resistivity &amp;lt;math&amp;gt;R(T)=R_0&amp;lt;/math&amp;gt;, or &amp;lt;math&amp;gt;R(T)=R_0(1+\alpha T)&amp;lt;/math&amp;gt;, which depends linearly on the temperature. Here we use &amp;lt;math&amp;gt;R_0=274.94 \Omega&amp;lt;/math&amp;gt; and temperature coefficient &amp;lt;math&amp;gt;\alpha=1.469  \times 10^{-3}&amp;lt;/math&amp;gt;. The model was created and meshed in ANSYS. It contains a constant load vector corresponding to the constant input power of &amp;lt;math&amp;gt;2.49mW&amp;lt;/math&amp;gt;. The number of degrees of freedom is &amp;lt;math&amp;gt;n=60,020&amp;lt;/math&amp;gt;.  &lt;br /&gt;
&lt;br /&gt;
The input function &amp;lt;math&amp;gt;u(t)&amp;lt;/math&amp;gt; is a step function with the value &amp;lt;math&amp;gt;1&amp;lt;/math&amp;gt;, which disappears at the time &amp;lt;math&amp;gt;0.02s&amp;lt;/math&amp;gt;. This means between &amp;lt;math&amp;gt;0s&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;0.02s&amp;lt;/math&amp;gt; input is one and after that it is zero. However, be aware that &amp;lt;math&amp;gt;u(t)&amp;lt;/math&amp;gt; is just a factor with which the load vector B is multiplied and which corresponds to the heating power of &amp;lt;math&amp;gt;2.49mW&amp;lt;/math&amp;gt;. This means if one keeps &amp;lt;math&amp;gt;u(t)&amp;lt;/math&amp;gt; as suggested above, the device is heated with &amp;lt;math&amp;gt;2.49mW&amp;lt;/math&amp;gt; for the time length of 0.02s and after that the heating is turned off. If for whatever reason, one wants the heating power to be &amp;lt;math&amp;gt;5mW&amp;lt;/math&amp;gt;, then &amp;lt;math&amp;gt;u(t)&amp;lt;/math&amp;gt; has to be set equal to two, etc...&lt;br /&gt;
When &amp;lt;math&amp;gt;R(T)=R_0(1+\alpha T)&amp;lt;/math&amp;gt;, it is a function of the state vector &amp;lt;math&amp;gt;T&amp;lt;/math&amp;gt; and hence, the system has non-linear input. (It is also called a weak nonlinear system.)&lt;br /&gt;
&lt;br /&gt;
==Data information==&lt;br /&gt;
&lt;br /&gt;
The system matrices are in MatrixMarket format (http://math.nist.gov/MatrixMarket/) and can be downloaded here [[File: Matrices_gassensor.tgz]]. The files named by *.&amp;lt;math&amp;gt;A_i, \, i=0,1,2&amp;lt;/math&amp;gt; correspond to the system matrices &amp;lt;math&amp;gt;A_i, \, i=0,1,2&amp;lt;/math&amp;gt;, respectively. The files named by &amp;lt;math&amp;gt;*.E_i, \, i=0,1,2&amp;lt;/math&amp;gt; correspond to &amp;lt;math&amp;gt;E_i, \, i=0,1&amp;lt;/math&amp;gt;. The file named by &amp;lt;math&amp;gt;*.B&amp;lt;/math&amp;gt; corresponds to the load vector &amp;lt;math&amp;gt;B&amp;lt;/math&amp;gt; and the file named by &amp;lt;math&amp;gt;*.C&amp;lt;/math&amp;gt; corresponds to the output matrix &amp;lt;math&amp;gt;C&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
[1] T. Bechtold, &amp;quot;Model Order Reduction of Electro-Thermal MEMS&amp;quot;, PhD thesis, Department of Microsystems Engineering,&lt;br /&gt;
University of Freiburg, 2005.&lt;br /&gt;
&lt;br /&gt;
[2] T. Bechtold, D. Hohfel, E. B. Rudnyi and M. Guenther, &amp;quot;Efficient extraction of thin-film thermal parameters from    numerical models via parametric model order reduction,&amp;quot; J. Micromech. Microeng. 20(2010) 045030 (13pp).&lt;/div&gt;</summary>
		<author><name>Will</name></author>
	</entry>
	<entry>
		<id>https://modelreduction.org/morwiki/index.php?title=Synthetic_parametric_model&amp;diff=392</id>
		<title>Synthetic parametric model</title>
		<link rel="alternate" type="text/html" href="https://modelreduction.org/morwiki/index.php?title=Synthetic_parametric_model&amp;diff=392"/>
		<updated>2011-12-08T16:08:09Z</updated>

		<summary type="html">&lt;p&gt;Will: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:benchmark]]&lt;br /&gt;
[[Category:parametric system]]&lt;br /&gt;
[[Category:linear system]]&lt;br /&gt;
[[Category:time invariant]]&lt;br /&gt;
[[Category:physical parameters]]&lt;br /&gt;
[[Category:one parameter]]&lt;br /&gt;
[[Category:first order system]]&lt;br /&gt;
[[Category:synthetic model]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
On this page you will find a synthetic parametric model for which one can easily experiment with different system orders  &amp;lt;math&amp;gt; n &amp;lt;/math&amp;gt;,  values of the parameter  &amp;lt;math&amp;gt; \varepsilon &amp;lt;/math&amp;gt;,  as well as different poles and residues.&lt;br /&gt;
&lt;br /&gt;
Also, the decay of the Hankel singular values can be changed indirectly through the parameter &amp;lt;math&amp;gt; \varepsilon &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Model description ==&lt;br /&gt;
&lt;br /&gt;
The parameter &amp;lt;math&amp;gt;\varepsilon&amp;lt;/math&amp;gt; scales the real part of the system poles, that is, &amp;lt;math&amp;gt;p_i=\varepsilon a_i+jb_i&amp;lt;/math&amp;gt;. &lt;br /&gt;
For a system in pole-residue form&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt; H(s,\varepsilon) =  \sum_{i=1}^{n}\frac{r_i}{s-p_i} =  \sum_{i=1}^{n}\frac{r_i}{s-(\varepsilon a_i+jb_i)} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
we can write down the state-space realization &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt; H(s,\varepsilon) =  \widehat{C}\Big(sI-\varepsilon \widehat{A}_\varepsilon - \widehat{A}_0\Big)^{-1}\widehat{B}+D&amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
with system matrices defined as&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;\varepsilon \widehat{A}_\varepsilon + \widehat{A}_0 = \varepsilon \left[\begin{array}{ccc} a_1 &amp;amp; &amp;amp; \\ &amp;amp; \ddots &amp;amp; \\ &amp;amp; &amp;amp; a_n\end{array}\right] +\left[\begin{array}{ccc} jb_1 &amp;amp; &amp;amp; \\ &amp;amp; \ddots &amp;amp; \\ &amp;amp; &amp;amp; jb_n\end{array}\right] ,&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;\widehat{B} = [1,\ldots,1]^T,\quad \widehat{C} = [r_1,\ldots,r_n],\quad D = 0.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Notice that the system matrices have complex entries. &lt;br /&gt;
&lt;br /&gt;
For simplicity, assume that &amp;lt;math&amp;gt; n &amp;lt;/math&amp;gt; is even, &amp;lt;math&amp;gt; n=2k &amp;lt;/math&amp;gt;, and that all system poles are complex and ordered in complex conjugate pairs, i.e.&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt; p_1 = \varepsilon a_1+jb_1, p_2 = \varepsilon a_1-jb_1, \ldots, p_{n-1} = \varepsilon a_k+jb_k, p_n = \varepsilon a_k-jb_k, &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and the residues also form complex conjugate pairs &lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt; r_1 = c_1+jd_1, r_2 = c_1-jd_1, \ldots, r_{n-1} = c_k+jd_k, r_n = c_k-jd_k. &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then a realization with matrices having real entries is given by&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt; A_\varepsilon = \left[\begin{array}{ccc} A_{\varepsilon,1} &amp;amp; &amp;amp; \\ &amp;amp; \ddots &amp;amp; \\ &amp;amp; &amp;amp; A_{\varepsilon,k}\end{array}\right], \quad A_0 = \left[\begin{array}{ccc} A_{0,1} &amp;amp; &amp;amp; \\ &amp;amp; \ddots &amp;amp; \\ &amp;amp; &amp;amp; A_{0,k}\end{array}\right], \quad B = \left[\begin{array}{c} B_1 \\ \vdots \\ B_k\end{array}\right], \quad C = \left[\begin{array}{ccc} C_1 &amp;amp; \cdots &amp;amp; C_k\end{array}\right], \quad D = 0,&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
with &amp;lt;math&amp;gt; A_{\varepsilon,i} = \left[\begin{array}{cc}  a_i&amp;amp; 0  \\ 0 &amp;amp; a_i \end{array}\right] &amp;lt;/math&amp;gt;, &lt;br /&gt;
&amp;lt;math&amp;gt; A_{0,i} = \left[\begin{array}{cc}  0&amp;amp; b_i  \\ -b_i &amp;amp; 0 \end{array}\right] &amp;lt;/math&amp;gt;,&lt;br /&gt;
&amp;lt;math&amp;gt; B_{i} = \left[\begin{array}{c}  2  \\ 0 \end{array}\right] &amp;lt;/math&amp;gt;,&lt;br /&gt;
&amp;lt;math&amp;gt; C_{i} = \left[\begin{array}{cc}  c_i&amp;amp; d_i\end{array}\right] &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Numerical values ==&lt;br /&gt;
&lt;br /&gt;
We construct a system of order &amp;lt;math&amp;gt;n = 100&amp;lt;/math&amp;gt;. The numerical values for the different variables are&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;math&amp;gt;a_i &amp;lt;/math&amp;gt; equally spaced in &amp;lt;math&amp;gt; [-10^3, -10]&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;math&amp;gt;b_i &amp;lt;/math&amp;gt; equally spaced in &amp;lt;math&amp;gt;[10, 10^3]&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;math&amp;gt; c_i = 1&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;math&amp;gt; d_i = 0&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;math&amp;gt;\varepsilon&amp;lt;/math&amp;gt;&amp;lt;math&amp;gt; \in [1/50,1]&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In MATLAB, the system matrices are easily formed as follows:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;source lang=&amp;quot;matlab&amp;quot;&amp;gt;&lt;br /&gt;
 n = 100;&lt;br /&gt;
 a = -linspace(1e1,1e3,n/2).&#039;;   b = linspace(1e1,1e3,n/2).&#039;;&lt;br /&gt;
 c = ones(n/2,1);                d = zeros(n/2,1);&lt;br /&gt;
 aa(1:2:n-1,1) = a;              aa(2:2:n,1) = a;&lt;br /&gt;
 bb(1:2:n-1,1) = b;              bb(2:2:n-2,1) = 0;&lt;br /&gt;
 Ae = spdiags(aa,0,n,n);&lt;br /&gt;
 A0 = spdiags([0;bb],1,n,n) + spdiags(-bb,-1,n,n);&lt;br /&gt;
 B = 2*sparse(mod([1:n],2)).&#039;;&lt;br /&gt;
 C(1:2:n-1) = c.&#039;;               C(2:2:n) = d.&#039;;   C = sparse(C);&lt;br /&gt;
 &amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The above system matrices &amp;lt;math&amp;gt;A_\varepsilon, A_0, B, C&amp;lt;/math&amp;gt; are also available in [http://math.nist.gov/MatrixMarket/formats.html MatrixMarket] format  [[Media:Synth_matrices.tar.gz|Synth_matrices.tar.gz]].&lt;br /&gt;
&lt;br /&gt;
== Plots ==&lt;br /&gt;
&lt;br /&gt;
We plot the frequency response &amp;lt;math&amp;gt;H(s,\varepsilon) = C\big(sI-\varepsilon A_\varepsilon - A_0\big)^{-1}B&amp;lt;/math&amp;gt; and poles for parameter values &amp;lt;math&amp;gt;\varepsilon \in [1/50, 1/20, 1/10, 1/5, 1/2, 1] &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:[[Image:synth_freq_resp.png|frame|border|left|Frequency response of synthetic parametric system, for parameter values 1/50 (blue), 1/20 (green), 1/10 (red), 1/5 (teal), 1/2 (purple), 1 (yellow).]]&lt;br /&gt;
[[Image:synth_poles.png|frame|center|border|Poles of synthetic parametric system, for parameter values 1/50 (blue), 1/20 (green), 1/10 (red), 1/5 (teal), 1/2 (purple), 1 (yellow).]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In MATLAB, the plots are generated using the following commands:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;matlab&amp;quot;&amp;gt;&lt;br /&gt;
 r(1:2:n-1,1) = c+1j*d;     r(2:2:n,1) = c-1j*d;&lt;br /&gt;
 ep = [1/50; 1/20; 1/10; 1/5; 1/2; 1];                       % parameter epsilon&lt;br /&gt;
 jw = 1j*linspace(0,1.2e3,5000).&#039;;                           % frequency grid&lt;br /&gt;
 for j = 1:length(ep)&lt;br /&gt;
   p(:,j) = [ep(j)*a+1j*b; ep(j)*a-1j*b];                    % poles&lt;br /&gt;
   [jww,pp] = meshgrid(jw,p(:,j));&lt;br /&gt;
   Hjw(j,:) = (r.&#039;)*(1./(jww-pp));                           % freq. resp.&lt;br /&gt;
 end&lt;br /&gt;
 figure,  loglog(imag(jw),abs(Hjw),&#039;LineWidth&#039;,2)&lt;br /&gt;
          axis tight,    xlim([6 1200])&lt;br /&gt;
          xlabel(&#039;frequency (rad/sec)&#039;)&lt;br /&gt;
          ylabel(&#039;magnitude&#039;)&lt;br /&gt;
          title(&#039;Frequency response for different \epsilon&#039;)&lt;br /&gt;
 figure,  plot(real(p),imag(p),&#039;.&#039;)&lt;br /&gt;
          title(&#039;Poles for different \epsilon&#039;)&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Other interesting plots result for small values of the parameter. For example, for &amp;lt;math&amp;gt;\varepsilon = 1/100, 1/1000 &amp;lt;/math&amp;gt;, the peaks in the frequency response become more pronounced, since the poles move closer to the imaginary axis.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Next, for &amp;lt;math&amp;gt;\varepsilon \in [1/50, 1/20, 1/10, 1/5, 1/2, 1] &amp;lt;/math&amp;gt;, we also plot the decay of the Hankel singular values. Notice that for small values of the parameter, the decay of the Hankel singular values is very slow.&lt;br /&gt;
&lt;br /&gt;
[[Image:synth_hsv.png|frame|border|center|Hankel singular values of synthetic parametric system, for parameter values 1/50 (blue), 1/20 (green), 1/10 (red), 1/5 (teal), 1/2 (purple), 1 (yellow).]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039; [[User:Ionita|Ionita]] 14:38, 29 November 2011 (UTC) &#039;&#039;&lt;/div&gt;</summary>
		<author><name>Will</name></author>
	</entry>
	<entry>
		<id>https://modelreduction.org/morwiki/index.php?title=Anemometer&amp;diff=390</id>
		<title>Anemometer</title>
		<link rel="alternate" type="text/html" href="https://modelreduction.org/morwiki/index.php?title=Anemometer&amp;diff=390"/>
		<updated>2011-12-08T16:07:28Z</updated>

		<summary type="html">&lt;p&gt;Will: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:benchmark]]&lt;br /&gt;
[[Category:parametric system]]&lt;br /&gt;
[[Category:linear system]]&lt;br /&gt;
[[Category:time invariant]]&lt;br /&gt;
[[Category:physical parameters]]&lt;br /&gt;
[[Category:four parameters]]&lt;br /&gt;
[[Category:first order system]]&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
An anemometer is a flow sensing device, consisting of a heater and&lt;br /&gt;
temperature sensors before and after the heater, placed either&lt;br /&gt;
directly in the flow or in its vicinity. They are located on a membrane to&lt;br /&gt;
minimize heat dissipation through the&lt;br /&gt;
structure. Without any flow, the heat&lt;br /&gt;
dissipates symmetrically into the fluid. This symmetry is disturbed if&lt;br /&gt;
a flow is applied to the fluid, which leads to a convection on the&lt;br /&gt;
temperature field and therefore to a difference between the&lt;br /&gt;
temperature sensors (see Fig.1 below) from which the fluid&lt;br /&gt;
velocity can be determined.&lt;br /&gt;
&lt;br /&gt;
The physical model can be expressed by the&lt;br /&gt;
convection-diffusion partial differential equation [4]:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\rho c \frac{\partial T}{\partial t} = \nabla \cdot (\kappa&lt;br /&gt;
  \nabla T ) - \rho c v \nabla T + \dot q,&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;\rho&amp;lt;/math&amp;gt; denotes the mass density, &amp;lt;math&amp;gt;c&amp;lt;/math&amp;gt; is the specific heat,&lt;br /&gt;
&amp;lt;math&amp;gt;\kappa&amp;lt;/math&amp;gt; is the thermal conductivity, &amp;lt;math&amp;gt;v&amp;lt;/math&amp;gt; is the fluid&lt;br /&gt;
velocity, &amp;lt;math&amp;gt;T&amp;lt;/math&amp;gt; is the temperature, and &amp;lt;math&amp;gt;\dot q&amp;lt;/math&amp;gt; is the heat flow into the system&lt;br /&gt;
caused by the heater.&lt;br /&gt;
&lt;br /&gt;
The solid model has been generated and meshed in ANSYS. &lt;br /&gt;
Triangular PLANE55 elements have been used for the finite element discretization. The order of the system is &amp;lt;math&amp;gt;n = 29008&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Example with 1 parameter:&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt; dimensional ODE system has the following transfer function&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
G(p) = c((sE - A_{v0}- p(A_{v1} - A_{v0}))^{-1}b)&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
with the fluid velocity &amp;lt;math&amp;gt;p(=v) \in [0, 1]&amp;lt;/math&amp;gt; as single parameter.&lt;br /&gt;
Here &amp;lt;math&amp;gt;E&amp;lt;/math&amp;gt; is the heat capacitance matrix, &amp;lt;math&amp;gt;b&amp;lt;/math&amp;gt; is the load vector which is derived from separating the spatial and temporal variables in &amp;lt;math&amp;gt;\dot{q}&amp;lt;/math&amp;gt; and the FEM discretization w.r.t. the spatial variables. &amp;lt;math&amp;gt;A_i&amp;lt;/math&amp;gt; are the stiffness matrices with &amp;lt;math&amp;gt;i=v0&amp;lt;/math&amp;gt; for pure diffusion and &amp;lt;math&amp;gt;i=v1&amp;lt;/math&amp;gt; for diffusion and convection. Thus, for obtaining pure convection you have to compute &amp;lt;math&amp;gt;A_{v1} - A_{v0}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Example with 3 parameters:&lt;br /&gt;
&lt;br /&gt;
Here, all fluid properties are identified as parameters. Thus, we consider the following transfer function&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
  G(p_0,p_1,p_2)      =  c((s  \underbrace{(M_s +   p_0  M_f)}_{E(p_0)}    - \underbrace{( A_{d,s} + p_1   A_{d,f} +   p_2 A_c )}_{A(p_1,p_2)} )^{-1}b)&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
with parameters &amp;lt;math&amp;gt;p_0 \in [0, 1], \, p_1\in [0.1, 2], \, p_2 \in [1, 2]&amp;lt;/math&amp;gt; which are combinations of the original fluid parameters &amp;lt;math&amp;gt;\rho, \, c, \, \kappa, \, \vec v: \quad p_0 = \rho c, \, p_1=\kappa,&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;p_2 =\rho c v,&amp;lt;/math&amp;gt; see [5].&lt;br /&gt;
&lt;br /&gt;
==Provenance==&lt;br /&gt;
&lt;br /&gt;
IMTEK Freiburg, group of Jan Korvink.&lt;br /&gt;
&lt;br /&gt;
==Data information==&lt;br /&gt;
&lt;br /&gt;
Matrices are in the Matrix Market format(http://math.nist.gov/MatrixMarket/). Data for the example with one parameter: [[File: matrices_1d.tar.gz]], and data for the example with three parameters: [[File: matrices_3d.tgz]]. The matrix name is used as an extension of the matrix file. &lt;br /&gt;
The system matrices have been extracted from ANSYS models by means of mor4fem.&lt;br /&gt;
For more information about permutation, computing the matrices, output, look into readme file [[File: readme1.pdf]].&lt;br /&gt;
&lt;br /&gt;
Example with 1 parameter:&lt;br /&gt;
&lt;br /&gt;
*.B: load vector&lt;br /&gt;
*.E: damping matrix&lt;br /&gt;
*.C: permutation matrix&lt;br /&gt;
*.A: stiffness matrices&lt;br /&gt;
&amp;lt;math&amp;gt;\_v0&amp;lt;/math&amp;gt;:  diffusion&lt;br /&gt;
&amp;lt;math&amp;gt;\_v1&amp;lt;/math&amp;gt;:  diffusion and convection&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Example with 3 parameters:&lt;br /&gt;
&lt;br /&gt;
*.B: load vector&lt;br /&gt;
*.E: damping matrices (2)&lt;br /&gt;
*.A: stiffness matrices (5)&lt;br /&gt;
&lt;br /&gt;
==Related paper==&lt;br /&gt;
&lt;br /&gt;
a) About the anemometer&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[1] H. Ernst, &amp;quot;High-Resolution Thermal Measurements in Fluids,&amp;quot; PhD thesis, University of Freiburg, Germany (2001).&lt;br /&gt;
&lt;br /&gt;
[2] P. Benner, V. Mehrmann and D. Sorensen, &amp;quot;Dimension Reduction of Large-Scale Systems,&amp;quot; Lecture Notes in Computational Science and Engineering, Springer-Verlag, Berlin/Heidelberg, Germany, 45, 2005.&lt;br /&gt;
  &lt;br /&gt;
[3] C. Moosmann and A. Greiner, &amp;quot;Convective Thermal Flow Problems,&amp;quot; Chapter 16 (pages 341--343) of [2].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
b) MOR for non-parametrized anemometer&lt;br /&gt;
&lt;br /&gt;
[4] C. Moosmann, E. B. Rudnyi, A. Greiner and J. G. Korvink, &amp;quot;Model Order Reduction for Linear Convective Thermal Flow,&amp;quot;&lt;br /&gt;
Proceedings of 10th International Workshops on THERMal INvestigations of ICs and Systems, THERMINIC2004, 29 Sept - 1 Oct, 2004, Sophia Antipolis, France.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
c) MOR for parametrized anemometer&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[5] U. Baur, P. Benner, A. Greiner, J. G. Korvink, J. Lienemann and C. Moosmann, &amp;quot;Parameter preserving model order reduction for MEMS applications,&amp;quot; MCMDS Mathematical and Computer Modeling of Dynamical Systems, 17(4):297--317, 2011.&lt;br /&gt;
&lt;br /&gt;
[6] C. Moosmann, &amp;quot;ParaMOR - Model Order Reduction for parameterized MEMS applications,&amp;quot; PhD thesis, University of Freiburg, Germany (2007).&lt;br /&gt;
&lt;br /&gt;
[7] C. Moosmann, E. B. Rudnyi, A. Greiner, J. G. Korvink and M. Hornung, &amp;quot;Model Order Reduction of a Flow Meter,&amp;quot; Technical Proceedings of the 2005 Nanotechnology&lt;br /&gt;
Conference and Trade Show, Nanotech 2005, May 8-12, 2005, Anaheim, California, USA, NSTINanotech&lt;br /&gt;
2005, vol. 3, p. 684-687.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[8] E. B. Rudnyi, C. Moosmann, A. Greiner, T. Bechtold, J. G. Korvink, &amp;quot;Parameter Preserving&lt;br /&gt;
Model Reduction for MEMS System-level Simulation and Design,&amp;quot; Proceedings of MATHMOD 2006, February 8 -&lt;br /&gt;
10, 2006, Vienna University of Technology, Austria.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fig. 1 2d-model-anemometer&lt;br /&gt;
&lt;br /&gt;
Schematics: [[File:Model_Color.pdf]]&lt;br /&gt;
&lt;br /&gt;
Calculated temperature profile for anemometer function: [[File:ContourPlot30.pdf]]&lt;/div&gt;</summary>
		<author><name>Will</name></author>
	</entry>
	<entry>
		<id>https://modelreduction.org/morwiki/index.php?title=Moment-matching_PMOR_method&amp;diff=389</id>
		<title>Moment-matching PMOR method</title>
		<link rel="alternate" type="text/html" href="https://modelreduction.org/morwiki/index.php?title=Moment-matching_PMOR_method&amp;diff=389"/>
		<updated>2011-12-08T15:42:27Z</updated>

		<summary type="html">&lt;p&gt;Will: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:method]]&lt;br /&gt;
[[Category:parametric method]]&lt;br /&gt;
&lt;br /&gt;
Parametric model order reduction (PMOR) methods are designed for model order reduction of parametrized&lt;br /&gt;
systems, where the parameters of the system play an important role&lt;br /&gt;
in practical applications such as Integrated Circuit (IC) design,&lt;br /&gt;
MEMS design, Chemical engineering etc.. The parameters could be the variables describing&lt;br /&gt;
geometrical measurements, material properties, the damping of the&lt;br /&gt;
system or the component flow-rate. The reduced models are constructed such that all the&lt;br /&gt;
parameters can be preserved with acceptable accuracy. &lt;br /&gt;
Usually the time of simulating the reduced model is much shorter&lt;br /&gt;
than directly simulating the original large system. &lt;br /&gt;
&lt;br /&gt;
The method introduced here is described in [1] and [2], and applies to a linear parametrized system,&lt;br /&gt;
which has the following form in the frequency domain:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
(E_0+s_1E_1+s_2E_2+\ldots +s_pE_p)x=Bu(s_1,\ldots,s_p), \quad&lt;br /&gt;
y=L^{\mathrm{T}}x,    \quad \quad \quad \quad (1)           &lt;br /&gt;
&amp;lt;/math&amp;gt;                                              &lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;s_1, s_2, \ldots, s_{p}&amp;lt;/math&amp;gt; are the parameters of the system. They can be any scalar functions of some source parameters, like &amp;lt;math&amp;gt;s_1=e^t&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;t&amp;lt;/math&amp;gt; is time, or combinations of several physical parameters like &amp;lt;math&amp;gt;s_1=\rho v&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;\rho&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;v&amp;lt;/math&amp;gt; are two physical parameters. &amp;lt;math&amp;gt;x(t)\in \mathbb{R}^n&amp;lt;/math&amp;gt; is the state vector, &amp;lt;math&amp;gt;u \in \mathbb{R}^{d_I}&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;y \in&lt;br /&gt;
\mathbb{R}^{d_O}&amp;lt;/math&amp;gt; are the inputs and outputs of the&lt;br /&gt;
system, respectively. &lt;br /&gt;
&lt;br /&gt;
To obtain the reduced model in (2), a&lt;br /&gt;
projection matrix &amp;lt;math&amp;gt;V&amp;lt;/math&amp;gt; which is independent of all the parameters has&lt;br /&gt;
to be computed.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;V^T(E_0+s_1E_1+s_2E_2+\ldots +s_pE_p)Vx=V^TBu(s_1,\ldots,s_p), &amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;y=L^{\mathrm{T}}Vx.  \quad \quad \quad \quad  \quad \quad \quad \quad \quad \quad \quad \quad(2)&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The matrix &amp;lt;math&amp;gt;V&amp;lt;/math&amp;gt; is derived by orthogonalizing a number of moment&lt;br /&gt;
matrices of the system in (1), see [1] or [2].&lt;br /&gt;
&lt;br /&gt;
By defining &amp;lt;math&amp;gt;B_M=\tilde{E}^{-1}B, M_i=-\tilde{E}^{-1}E_i,i=1,2,\ldots,p&amp;lt;/math&amp;gt; and&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\tilde{E}=E_0+s_1^0E_1+s_2^0E_2+\cdots+s_p^0E_p,&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
we can expand &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt; in (1) at &amp;lt;math&amp;gt;s_1, s_2, \ldots, s_p&amp;lt;/math&amp;gt; around a set of&lt;br /&gt;
expansion points &amp;lt;math&amp;gt;p_0=[s_1^0,s_2^0,\cdots,s_p^0]&amp;lt;/math&amp;gt; as below,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
 x=[I-(\sigma_1M_1+\ldots +\sigma_pM_p)]^{-1}B_Mu(s_1,\ldots,s_p)&lt;br /&gt;
 =\sum\limits_{i=0}^{\infty}(\sigma_1M_1+\ldots+\sigma_pM_p)^iB_Mu(s_1,\ldots,s_p).&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here &amp;lt;math&amp;gt;\sigma_i=s_i-s_i^0, i=1,2,\ldots,p&amp;lt;/math&amp;gt;. We call the coefficients&lt;br /&gt;
in the above series expansion moment matrices of the parametrized&lt;br /&gt;
system, i.e. &amp;lt;math&amp;gt;B_M, M_1B_M, \ldots, M_pB_M, M_1^2B_M, (M_1M_2+M_2M_1)B_M, \ldots, (M_1M_p+M_pM_1)B_M, M_p^2B_M, M_1^3B_M, \ldots&amp;lt;/math&amp;gt;. The corresponding moments are those moment&lt;br /&gt;
matrices multiplied by &amp;lt;math&amp;gt;L^{\mathrm{T}}&amp;lt;/math&amp;gt; from the left. The matrix &amp;lt;math&amp;gt;V&amp;lt;/math&amp;gt; can be&lt;br /&gt;
generated by first explicitly computing some of the moment matrices&lt;br /&gt;
and then orthogonalizing them as suggested in [1].&lt;br /&gt;
The resulting &amp;lt;math&amp;gt;V&amp;lt;/math&amp;gt; is desired to expand the subspace:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\mathop{\mathrm{range}}\{V\}=\mathop{\mathrm{span}}\{B_M, \ M_1B_M,\ldots, M_pB_M,\ M_1^2B_M, \, (M_1M_2+M_2M_1)B_M, \ldots, (M_1M_p+M_pM_1)B_M, &lt;br /&gt;
 M_p^2B_M, M_1^3B_M,\ldots, M_1^rB_M, \ldots,M_p^rB_M \}.        \quad \quad \quad   \quad      (3)&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
However, &amp;lt;math&amp;gt;V&amp;lt;/math&amp;gt; does not really span the whole subspace, because the&lt;br /&gt;
latterly computed vectors in the subspace become linearly dependent&lt;br /&gt;
due to numerical instability. Therefore, with this matrix &amp;lt;math&amp;gt;V&amp;lt;/math&amp;gt; one&lt;br /&gt;
cannot get an accurate reduced model which matches all the moments&lt;br /&gt;
included in the subspace.&lt;br /&gt;
&lt;br /&gt;
Instead of directly computing the moment matrices in (3), a&lt;br /&gt;
numerically robust method is proposed in [2] ( the&lt;br /&gt;
detailed algorithm is described in [3] ), which combines&lt;br /&gt;
the recursion in (5) with the modified Gram-Schmidt&lt;br /&gt;
process to implicitly compute the moment matrices. The computed &amp;lt;math&amp;gt;V&amp;lt;/math&amp;gt;&lt;br /&gt;
is actually an orthonormal basis of the subspace as below,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\mathop{\mathrm{range}}\{V\}=\mathop{\mathrm{span}}\{R_0, R_1,\ldots, R_r \}.  \quad \quad \quad  \quad (4)&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; R_0 &amp;lt;/math&amp;gt;=[ &amp;lt;math&amp;gt;B_M  &amp;lt;/math&amp;gt; ],&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;R_1=[M_1R_0,\ldots, M_pR_0], &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;R_2=[M_1R_1,\ldots, M_pR_1], \quad \quad \quad \quad (5) &amp;lt;/math&amp;gt;                      &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vdots,&amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;R_r=[M_1R_{r-1},\ldots, M_pR_{r-1}]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \vdots.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Due to the numerical stability properties of&lt;br /&gt;
the repeated modified Gram-Schmidt process employed in&lt;br /&gt;
[2] and [3], the reduced model derived from &amp;lt;math&amp;gt;V&amp;lt;/math&amp;gt;&lt;br /&gt;
in (4) is computed in a numerically stable and accurate way.&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
[1] L. Daniel, O. C. Siong, L. S. Chay, K. H. Lee, and J.~White. &amp;quot;A&lt;br /&gt;
multiparameter moment-matching model-reduction approach for&lt;br /&gt;
generating geometrically parameterized interconnect performance&lt;br /&gt;
models,&amp;quot; IEEE Trans. Comput.-Aided Des. Integr.&lt;br /&gt;
Circuits Syst, 22(5): 678--693, 2004.&lt;br /&gt;
&lt;br /&gt;
[2] L. Feng and P. Benner, &amp;quot;A Robust Algorithm for Parametric Model&lt;br /&gt;
Order Reduction,&amp;quot; In Proc. Applied Mathematics and&lt;br /&gt;
Mechanics (ICIAM 2007)}, 7(1): 10215.01--02, 2007.&lt;br /&gt;
&lt;br /&gt;
[3] L.~Feng and P.~Benner, &amp;quot;A robust algorithm for parametric model&lt;br /&gt;
order reduction based on implicit moment matching,&amp;quot; submitted.&lt;/div&gt;</summary>
		<author><name>Will</name></author>
	</entry>
	<entry>
		<id>https://modelreduction.org/morwiki/index.php?title=Category:Benchmark&amp;diff=388</id>
		<title>Category:Benchmark</title>
		<link rel="alternate" type="text/html" href="https://modelreduction.org/morwiki/index.php?title=Category:Benchmark&amp;diff=388"/>
		<updated>2011-12-08T15:41:05Z</updated>

		<summary type="html">&lt;p&gt;Will: Created page with &amp;#039;All pages describing benchmarks for model order reduction are part of this category.&amp;#039;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;All pages describing benchmarks for model order reduction are part of this category.&lt;/div&gt;</summary>
		<author><name>Will</name></author>
	</entry>
	<entry>
		<id>https://modelreduction.org/morwiki/index.php?title=Category:Method&amp;diff=387</id>
		<title>Category:Method</title>
		<link rel="alternate" type="text/html" href="https://modelreduction.org/morwiki/index.php?title=Category:Method&amp;diff=387"/>
		<updated>2011-12-08T15:40:08Z</updated>

		<summary type="html">&lt;p&gt;Will: Created page with &amp;#039;All pages describing a model order reduction method are part of this category.&amp;#039;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;All pages describing a model order reduction method are part of this category.&lt;/div&gt;</summary>
		<author><name>Will</name></author>
	</entry>
	<entry>
		<id>https://modelreduction.org/morwiki/index.php?title=Bilinear_PMOR_method&amp;diff=384</id>
		<title>Bilinear PMOR method</title>
		<link rel="alternate" type="text/html" href="https://modelreduction.org/morwiki/index.php?title=Bilinear_PMOR_method&amp;diff=384"/>
		<updated>2011-12-08T15:37:47Z</updated>

		<summary type="html">&lt;p&gt;Will: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:method]]&lt;br /&gt;
[[Category:non-linear method]]&lt;br /&gt;
[[Category:parametric method]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The model reduction method we present here is applicable to linear parameter-varying (LPV) systems of the form&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\dot{x}(t)=Ax(t) + \sum_{i=1}^d p_i(t)A_i x(t)+B_0u_0(t),\quad y(t)=Cx(t),&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &lt;br /&gt;
&amp;lt;math&amp;gt; &lt;br /&gt;
A,A_i \in \mathbb R^{n\times n}, B_0 \in \mathbb R^{n\times m}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
and&lt;br /&gt;
&amp;lt;math&amp;gt;  C \in \mathbb R^{p\times n}.&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The main idea is that the structure of the above type of systems is quite similar to so-called bilinear control systems. Although belonging to the class of nonlinear control systems, the latter exhibit many features of linear time-invariant systems. In more detail, a bilinear control system is given as follows&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\dot{x}(t)=Ax(t) + \sum_{i=1}^m N_i x(t) u_i(t) + B u(t),&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where&lt;br /&gt;
&amp;lt;math&amp;gt; &lt;br /&gt;
A,N_i \in \mathbb R^{n\times n}, B \in \mathbb R^{n\times m}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
and&lt;br /&gt;
&amp;lt;math&amp;gt;  C \in \mathbb R^{p\times n}.&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
As one can see, there seems to be a close connection between LPV and bilinear systems which may be advantageous. To be more precise, following [2], we can interpret LPV systems as special bilinear system by simply setting &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\tilde{A}=A,\;\; \tilde{N}_i=0,\;\;i=1,\dots,m,\;\; \tilde{N}_i=A_i,\;\; i=m+1,\dots,m+d, \;\; \tilde{B}=\begin{bmatrix} B_0 &amp;amp; 0\end{bmatrix},\;\; \tilde{C}=C, \;\; \tilde{u}=\begin{bmatrix} u_0 \\ p_1(t) \\ \vdots \\ p_d(t)\end{bmatrix} .&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It is important to note that in this way the parameter dependency has been hidden in the structure of a bilinear system and if we use a bilinear model reduction method, we automatically end up with a structure-preserving model reduction method for LPV systems as well. Due to the above mentioned similarity of bilinear and linear control systems, one can generalize some useful and well-known linear concepts. For example, it is possible to extend the method of balanced truncation for bilinear systems. Here, we have to solve generalized Lyapunov equations of the form&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
AX+XA^T +\sum_{i=1}^m N_i X N_i^T + BB^T = 0, \qquad A^TY+YA +\sum_{i=1}^m N_i^T Y N_i + C^TC = 0.&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For a detailed analysis of this approach, we refer to e.g. [3]. Another possibility is to aim at a model reduction method which is optimal with respect to a certain system norm. In [1], the authors investigate a possible extension of the linear &amp;lt;math&amp;gt;H_2&amp;lt;/math&amp;gt;-norm and propose an algorithm which extends the well-known iterative rational Krylov algorithm (IRKA) to the bilinear setting specified above. &lt;br /&gt;
&lt;br /&gt;
Both methods have been tested on several LPV control systems and seem to be a reasonable alternative to existing parametric model reduction methods.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
[1] P. Benner and T. Breiten, Interpolation-based H2-model reduction of bilinear control systems, 2011, Preprint MPIMD/11-02.&lt;br /&gt;
&lt;br /&gt;
[2] P. Benner and T. Breiten, On H2-model reduction of linear parameter-varying&lt;br /&gt;
systems, In Proceedings in Applied Mathematics and Mechanics. Wiley InterScience,&lt;br /&gt;
2011.&lt;br /&gt;
&lt;br /&gt;
[3] P. Benner and T. Damm, Lyapunov Equations, Energy Functionals, and Model Order Reduction&lt;br /&gt;
of Bilinear and Stochastic Systems, SIAM J. Cont. Optim., 49 (2011), pp. 686-711.&lt;/div&gt;</summary>
		<author><name>Will</name></author>
	</entry>
	<entry>
		<id>https://modelreduction.org/morwiki/index.php?title=Gas_Sensor&amp;diff=383</id>
		<title>Gas Sensor</title>
		<link rel="alternate" type="text/html" href="https://modelreduction.org/morwiki/index.php?title=Gas_Sensor&amp;diff=383"/>
		<updated>2011-12-08T15:32:07Z</updated>

		<summary type="html">&lt;p&gt;Will: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:benchmark]]&lt;br /&gt;
[[Category:parametric]]&lt;br /&gt;
[[Category:linear system]]&lt;br /&gt;
[[Category:first order system]]&lt;br /&gt;
[[Category:physical parameters]]&lt;br /&gt;
[[Category:four parameters]]&lt;br /&gt;
[[Category:time invariant]]&lt;br /&gt;
&lt;br /&gt;
This is an extension of the non-parametrized model of Gas sensor in the Oberwolfach Model Reduction Benchmark Collection (http://simulation.uni-freiburg.de/downloads/benchmark Gas sensor(38880)) to a parametrized model. &lt;br /&gt;
&lt;br /&gt;
==Description of the device==&lt;br /&gt;
&lt;br /&gt;
There is a large demand for gas sensing devices in various domains. They are&lt;br /&gt;
desired in e. g. safety applications where combustible or toxic gases are present or&lt;br /&gt;
in comfort applications, such as climate controls of buildings and vehicles where&lt;br /&gt;
good air quality is required. Additionally, gas monitoring is needed in process&lt;br /&gt;
control and laboratory analytics. All of these applications demand cheap, small&lt;br /&gt;
and user-friendly gas sensing devices which show high sensitivity, selectivity and&lt;br /&gt;
stability with respect to a given application. &lt;br /&gt;
&lt;br /&gt;
A micromachined gas sensor is not only a challenge with respect to thermal&lt;br /&gt;
design but also with respect to mechanical design. Only by choosing the right&lt;br /&gt;
mechanical design a large intrinsic or thermal-induced membrane stress leading&lt;br /&gt;
to membrane deformation/ breaking of the membrane can be avoided. It is further&lt;br /&gt;
necessary to build a chemometrics calibration model which correlates the set of&lt;br /&gt;
sensor resistance measurements to the sensed gas concentration. Prior to fabrication,&lt;br /&gt;
a thermal simulation is performed to determine the heating efficiency and&lt;br /&gt;
temperature homogeneity of the gas sensitive regions. As the device is connected to circuitry for heating power&lt;br /&gt;
control and sensing resistor readout, a system-level simulation is also needed.&lt;br /&gt;
Hence, a compact thermal model must be generated. (The text above is taken from [1].)&lt;br /&gt;
&lt;br /&gt;
==Description of the model==&lt;br /&gt;
&lt;br /&gt;
The heat transfer within a hotplate is described through the governing heat transfer equation [2]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\nabla \cdot (\kappa \nabla T) + Q- \rho c_p \frac{\partial T}{\partial t}=0, \quad&lt;br /&gt;
Q=j^2R(T), \quad (1)&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;\kappa(r)&amp;lt;/math&amp;gt; is the thermal conductivity in &amp;lt;math&amp;gt;W/(m*K)&amp;lt;/math&amp;gt; at the position &amp;lt;math&amp;gt;r, \, c_p&amp;lt;/math&amp;gt; is the&lt;br /&gt;
specific heat capacity in &amp;lt;math&amp;gt;J /(kg*K), \, \rho(r)&amp;lt;/math&amp;gt; is the mass density in&lt;br /&gt;
&amp;lt;math&amp;gt;kg /m^3,&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;T(r,t)&amp;lt;/math&amp;gt; is the temperature distribution. We assume a&lt;br /&gt;
homogeneous heat generation rate over a lumped resistor:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
Q = \frac{u^2(t)}{R(T)}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
with unit &amp;lt;math&amp;gt;W/m^3&amp;lt;/math&amp;gt;.&lt;br /&gt;
We use the initial condition &amp;lt;math&amp;gt; T_0 = 273K &amp;lt;/math&amp;gt;, and the&lt;br /&gt;
Dirichlet boundary condition &amp;lt;math&amp;gt; T = 273 K &amp;lt;/math&amp;gt; at the bottom of&lt;br /&gt;
the computational domain. The convection boundary condition at the top of the membrane is&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
q=h(T-T_{air}), &lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;h&amp;lt;/math&amp;gt; is the heat transfer coefficient between the membrane and the ambient air in &amp;lt;math&amp;gt;W/(m^2 K)&amp;lt;/math&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
Assuming &amp;lt;math&amp;gt;T_{air}=0&amp;lt;/math&amp;gt;, spatial discretization of the heat transfer model in (1) leads to the parametrized system as below,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
(E_0+\rho c_p \cdot E_1) \dot{T} +(A_0 +\kappa \cdot A_1 +h \cdot A_2)T = B \frac{u^2(t)}{R(T)}, \quad&lt;br /&gt;
y=C^T \cdot T.&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here &amp;lt;math&amp;gt;R(T)&amp;lt;/math&amp;gt; is either a constant heat resistivity &amp;lt;math&amp;gt;R(T)=R_0&amp;lt;/math&amp;gt;, or &amp;lt;math&amp;gt;R(T)=R_0(1+\alpha T)&amp;lt;/math&amp;gt;, which depends linearly on the temperature. Here we use &amp;lt;math&amp;gt;R_0=274.94 \Omega&amp;lt;/math&amp;gt; and temperature coefficient &amp;lt;math&amp;gt;\alpha=1.469  \times 10^{-3}&amp;lt;/math&amp;gt;. The model was created and meshed in ANSYS. It contains a constant load vector corresponding to the constant input power of &amp;lt;math&amp;gt;2.49mW&amp;lt;/math&amp;gt;. The number of degrees of freedom is &amp;lt;math&amp;gt;n=60,020&amp;lt;/math&amp;gt;.  &lt;br /&gt;
&lt;br /&gt;
The input function &amp;lt;math&amp;gt;u(t)&amp;lt;/math&amp;gt; is a step function with the value &amp;lt;math&amp;gt;1&amp;lt;/math&amp;gt;, which disappears at the time &amp;lt;math&amp;gt;0.02s&amp;lt;/math&amp;gt;. This means between &amp;lt;math&amp;gt;0s&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;0.02s&amp;lt;/math&amp;gt; input is one and after that it is zero. However, be aware that &amp;lt;math&amp;gt;u(t)&amp;lt;/math&amp;gt; is just a factor with which the load vector B is multiplied and which corresponds to the heating power of &amp;lt;math&amp;gt;2.49mW&amp;lt;/math&amp;gt;. This means if one keeps &amp;lt;math&amp;gt;u(t)&amp;lt;/math&amp;gt; as suggested above, the device is heated with &amp;lt;math&amp;gt;2.49mW&amp;lt;/math&amp;gt; for the time length of 0.02s and after that the heating is turned off. If for whatever reason, one wants the heating power to be &amp;lt;math&amp;gt;5mW&amp;lt;/math&amp;gt;, then &amp;lt;math&amp;gt;u(t)&amp;lt;/math&amp;gt; has to be set equal to two, etc...&lt;br /&gt;
When &amp;lt;math&amp;gt;R(T)=R_0(1+\alpha T)&amp;lt;/math&amp;gt;, it is a function of the state vector &amp;lt;math&amp;gt;T&amp;lt;/math&amp;gt; and hence, the system has non-linear input. (It is also called a weak nonlinear system.)&lt;br /&gt;
&lt;br /&gt;
==Data information==&lt;br /&gt;
&lt;br /&gt;
The system matrices are in MatrixMarket format (http://math.nist.gov/MatrixMarket/) and can be downloaded here [[File: Matrices_gassensor.tgz]]. The files named by *.&amp;lt;math&amp;gt;A_i, \, i=0,1,2&amp;lt;/math&amp;gt; correspond to the system matrices &amp;lt;math&amp;gt;A_i, \, i=0,1,2&amp;lt;/math&amp;gt;, respectively. The files named by &amp;lt;math&amp;gt;*.E_i, \, i=0,1,2&amp;lt;/math&amp;gt; correspond to &amp;lt;math&amp;gt;E_i, \, i=0,1&amp;lt;/math&amp;gt;. The file named by &amp;lt;math&amp;gt;*.B&amp;lt;/math&amp;gt; corresponds to the load vector &amp;lt;math&amp;gt;B&amp;lt;/math&amp;gt; and the file named by &amp;lt;math&amp;gt;*.C&amp;lt;/math&amp;gt; corresponds to the output matrix &amp;lt;math&amp;gt;C&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
[1] T. Bechtold, &amp;quot;Model Order Reduction of Electro-Thermal MEMS&amp;quot;, PhD thesis, Department of Microsystems Engineering,&lt;br /&gt;
University of Freiburg, 2005.&lt;br /&gt;
&lt;br /&gt;
[2] T. Bechtold, D. Hohfel, E. B. Rudnyi and M. Guenther, &amp;quot;Efficient extraction of thin-film thermal parameters from    numerical models via parametric model order reduction,&amp;quot; J. Micromech. Microeng. 20(2010) 045030 (13pp).&lt;/div&gt;</summary>
		<author><name>Will</name></author>
	</entry>
	<entry>
		<id>https://modelreduction.org/morwiki/index.php?title=Gas_Sensor&amp;diff=382</id>
		<title>Gas Sensor</title>
		<link rel="alternate" type="text/html" href="https://modelreduction.org/morwiki/index.php?title=Gas_Sensor&amp;diff=382"/>
		<updated>2011-12-08T15:31:57Z</updated>

		<summary type="html">&lt;p&gt;Will: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:benchmark, linear, time invariant, four physical parameters, first order system]]&lt;br /&gt;
[[Category:parametric]]&lt;br /&gt;
[[Category:linear system]]&lt;br /&gt;
[[Category:first order system]]&lt;br /&gt;
[[Category:physical parameters]]&lt;br /&gt;
[[Category:four parameters]]&lt;br /&gt;
[[Category:time invariant]]&lt;br /&gt;
&lt;br /&gt;
This is an extension of the non-parametrized model of Gas sensor in the Oberwolfach Model Reduction Benchmark Collection (http://simulation.uni-freiburg.de/downloads/benchmark Gas sensor(38880)) to a parametrized model. &lt;br /&gt;
&lt;br /&gt;
==Description of the device==&lt;br /&gt;
&lt;br /&gt;
There is a large demand for gas sensing devices in various domains. They are&lt;br /&gt;
desired in e. g. safety applications where combustible or toxic gases are present or&lt;br /&gt;
in comfort applications, such as climate controls of buildings and vehicles where&lt;br /&gt;
good air quality is required. Additionally, gas monitoring is needed in process&lt;br /&gt;
control and laboratory analytics. All of these applications demand cheap, small&lt;br /&gt;
and user-friendly gas sensing devices which show high sensitivity, selectivity and&lt;br /&gt;
stability with respect to a given application. &lt;br /&gt;
&lt;br /&gt;
A micromachined gas sensor is not only a challenge with respect to thermal&lt;br /&gt;
design but also with respect to mechanical design. Only by choosing the right&lt;br /&gt;
mechanical design a large intrinsic or thermal-induced membrane stress leading&lt;br /&gt;
to membrane deformation/ breaking of the membrane can be avoided. It is further&lt;br /&gt;
necessary to build a chemometrics calibration model which correlates the set of&lt;br /&gt;
sensor resistance measurements to the sensed gas concentration. Prior to fabrication,&lt;br /&gt;
a thermal simulation is performed to determine the heating efficiency and&lt;br /&gt;
temperature homogeneity of the gas sensitive regions. As the device is connected to circuitry for heating power&lt;br /&gt;
control and sensing resistor readout, a system-level simulation is also needed.&lt;br /&gt;
Hence, a compact thermal model must be generated. (The text above is taken from [1].)&lt;br /&gt;
&lt;br /&gt;
==Description of the model==&lt;br /&gt;
&lt;br /&gt;
The heat transfer within a hotplate is described through the governing heat transfer equation [2]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\nabla \cdot (\kappa \nabla T) + Q- \rho c_p \frac{\partial T}{\partial t}=0, \quad&lt;br /&gt;
Q=j^2R(T), \quad (1)&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;\kappa(r)&amp;lt;/math&amp;gt; is the thermal conductivity in &amp;lt;math&amp;gt;W/(m*K)&amp;lt;/math&amp;gt; at the position &amp;lt;math&amp;gt;r, \, c_p&amp;lt;/math&amp;gt; is the&lt;br /&gt;
specific heat capacity in &amp;lt;math&amp;gt;J /(kg*K), \, \rho(r)&amp;lt;/math&amp;gt; is the mass density in&lt;br /&gt;
&amp;lt;math&amp;gt;kg /m^3,&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;T(r,t)&amp;lt;/math&amp;gt; is the temperature distribution. We assume a&lt;br /&gt;
homogeneous heat generation rate over a lumped resistor:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
Q = \frac{u^2(t)}{R(T)}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
with unit &amp;lt;math&amp;gt;W/m^3&amp;lt;/math&amp;gt;.&lt;br /&gt;
We use the initial condition &amp;lt;math&amp;gt; T_0 = 273K &amp;lt;/math&amp;gt;, and the&lt;br /&gt;
Dirichlet boundary condition &amp;lt;math&amp;gt; T = 273 K &amp;lt;/math&amp;gt; at the bottom of&lt;br /&gt;
the computational domain. The convection boundary condition at the top of the membrane is&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
q=h(T-T_{air}), &lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;h&amp;lt;/math&amp;gt; is the heat transfer coefficient between the membrane and the ambient air in &amp;lt;math&amp;gt;W/(m^2 K)&amp;lt;/math&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
Assuming &amp;lt;math&amp;gt;T_{air}=0&amp;lt;/math&amp;gt;, spatial discretization of the heat transfer model in (1) leads to the parametrized system as below,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
(E_0+\rho c_p \cdot E_1) \dot{T} +(A_0 +\kappa \cdot A_1 +h \cdot A_2)T = B \frac{u^2(t)}{R(T)}, \quad&lt;br /&gt;
y=C^T \cdot T.&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here &amp;lt;math&amp;gt;R(T)&amp;lt;/math&amp;gt; is either a constant heat resistivity &amp;lt;math&amp;gt;R(T)=R_0&amp;lt;/math&amp;gt;, or &amp;lt;math&amp;gt;R(T)=R_0(1+\alpha T)&amp;lt;/math&amp;gt;, which depends linearly on the temperature. Here we use &amp;lt;math&amp;gt;R_0=274.94 \Omega&amp;lt;/math&amp;gt; and temperature coefficient &amp;lt;math&amp;gt;\alpha=1.469  \times 10^{-3}&amp;lt;/math&amp;gt;. The model was created and meshed in ANSYS. It contains a constant load vector corresponding to the constant input power of &amp;lt;math&amp;gt;2.49mW&amp;lt;/math&amp;gt;. The number of degrees of freedom is &amp;lt;math&amp;gt;n=60,020&amp;lt;/math&amp;gt;.  &lt;br /&gt;
&lt;br /&gt;
The input function &amp;lt;math&amp;gt;u(t)&amp;lt;/math&amp;gt; is a step function with the value &amp;lt;math&amp;gt;1&amp;lt;/math&amp;gt;, which disappears at the time &amp;lt;math&amp;gt;0.02s&amp;lt;/math&amp;gt;. This means between &amp;lt;math&amp;gt;0s&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;0.02s&amp;lt;/math&amp;gt; input is one and after that it is zero. However, be aware that &amp;lt;math&amp;gt;u(t)&amp;lt;/math&amp;gt; is just a factor with which the load vector B is multiplied and which corresponds to the heating power of &amp;lt;math&amp;gt;2.49mW&amp;lt;/math&amp;gt;. This means if one keeps &amp;lt;math&amp;gt;u(t)&amp;lt;/math&amp;gt; as suggested above, the device is heated with &amp;lt;math&amp;gt;2.49mW&amp;lt;/math&amp;gt; for the time length of 0.02s and after that the heating is turned off. If for whatever reason, one wants the heating power to be &amp;lt;math&amp;gt;5mW&amp;lt;/math&amp;gt;, then &amp;lt;math&amp;gt;u(t)&amp;lt;/math&amp;gt; has to be set equal to two, etc...&lt;br /&gt;
When &amp;lt;math&amp;gt;R(T)=R_0(1+\alpha T)&amp;lt;/math&amp;gt;, it is a function of the state vector &amp;lt;math&amp;gt;T&amp;lt;/math&amp;gt; and hence, the system has non-linear input. (It is also called a weak nonlinear system.)&lt;br /&gt;
&lt;br /&gt;
==Data information==&lt;br /&gt;
&lt;br /&gt;
The system matrices are in MatrixMarket format (http://math.nist.gov/MatrixMarket/) and can be downloaded here [[File: Matrices_gassensor.tgz]]. The files named by *.&amp;lt;math&amp;gt;A_i, \, i=0,1,2&amp;lt;/math&amp;gt; correspond to the system matrices &amp;lt;math&amp;gt;A_i, \, i=0,1,2&amp;lt;/math&amp;gt;, respectively. The files named by &amp;lt;math&amp;gt;*.E_i, \, i=0,1,2&amp;lt;/math&amp;gt; correspond to &amp;lt;math&amp;gt;E_i, \, i=0,1&amp;lt;/math&amp;gt;. The file named by &amp;lt;math&amp;gt;*.B&amp;lt;/math&amp;gt; corresponds to the load vector &amp;lt;math&amp;gt;B&amp;lt;/math&amp;gt; and the file named by &amp;lt;math&amp;gt;*.C&amp;lt;/math&amp;gt; corresponds to the output matrix &amp;lt;math&amp;gt;C&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
[1] T. Bechtold, &amp;quot;Model Order Reduction of Electro-Thermal MEMS&amp;quot;, PhD thesis, Department of Microsystems Engineering,&lt;br /&gt;
University of Freiburg, 2005.&lt;br /&gt;
&lt;br /&gt;
[2] T. Bechtold, D. Hohfel, E. B. Rudnyi and M. Guenther, &amp;quot;Efficient extraction of thin-film thermal parameters from    numerical models via parametric model order reduction,&amp;quot; J. Micromech. Microeng. 20(2010) 045030 (13pp).&lt;/div&gt;</summary>
		<author><name>Will</name></author>
	</entry>
	<entry>
		<id>https://modelreduction.org/morwiki/index.php?title=Category:Nonzero_initial_condition&amp;diff=381</id>
		<title>Category:Nonzero initial condition</title>
		<link rel="alternate" type="text/html" href="https://modelreduction.org/morwiki/index.php?title=Category:Nonzero_initial_condition&amp;diff=381"/>
		<updated>2011-12-08T15:29:56Z</updated>

		<summary type="html">&lt;p&gt;Will: Created page with &amp;#039;Category:parametric Category:linear system Category:first order system Category:second order system Category:non-linear system&amp;#039;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:parametric]]&lt;br /&gt;
[[Category:linear system]]&lt;br /&gt;
[[Category:first order system]]&lt;br /&gt;
[[Category:second order system]]&lt;br /&gt;
[[Category:non-linear system]]&lt;/div&gt;</summary>
		<author><name>Will</name></author>
	</entry>
	<entry>
		<id>https://modelreduction.org/morwiki/index.php?title=Category:Time_varying&amp;diff=380</id>
		<title>Category:Time varying</title>
		<link rel="alternate" type="text/html" href="https://modelreduction.org/morwiki/index.php?title=Category:Time_varying&amp;diff=380"/>
		<updated>2011-12-08T15:26:52Z</updated>

		<summary type="html">&lt;p&gt;Will: Created page with &amp;#039;Category:parametric Category:linear system Category:first order system Category:second order system Category:non-linear system&amp;#039;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:parametric]]&lt;br /&gt;
[[Category:linear system]]&lt;br /&gt;
[[Category:first order system]]&lt;br /&gt;
[[Category:second order system]]&lt;br /&gt;
[[Category:non-linear system]]&lt;/div&gt;</summary>
		<author><name>Will</name></author>
	</entry>
	<entry>
		<id>https://modelreduction.org/morwiki/index.php?title=Scanning_Electrochemical_Microscopy&amp;diff=379</id>
		<title>Scanning Electrochemical Microscopy</title>
		<link rel="alternate" type="text/html" href="https://modelreduction.org/morwiki/index.php?title=Scanning_Electrochemical_Microscopy&amp;diff=379"/>
		<updated>2011-12-08T15:26:19Z</updated>

		<summary type="html">&lt;p&gt;Will: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:benchmark]]&lt;br /&gt;
[[Category:parametric]]&lt;br /&gt;
[[Category:linear system]]&lt;br /&gt;
[[Category:time varying]]&lt;br /&gt;
[[Category:two parameters]]&lt;br /&gt;
[[Category:first order system]]&lt;br /&gt;
[[Category:nonzero initial condition]]&lt;br /&gt;
&lt;br /&gt;
==Description of the process==&lt;br /&gt;
&lt;br /&gt;
Scanning Electrochemical Microscopy (SECM) has many applications in current problems in the biological field. Quantitative mathematical models have been developed for different operating modes of the SECM. Except for some very specific problems, like the diffusion-controlled current on a circular electrode far away from the border, solutions can only be obtained by numerical simulation, which is based on discretization of the model in space by an appropriate method like finite differences, finite elements, or boundary elements. After discretization, a high-dimensional system of ordinary differential equations is obtained. Its high dimensionality leads to high computational cost. &lt;br /&gt;
&lt;br /&gt;
We consider a cylindrical electrode in Fig.1. The computation domain under the 2D-axisymmetric approximation includes the electrolyte under the electrode. We assume that the concentration does not depend on the rotation angle. A single chemical reaction takes place on the electrode:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;Ox+e^-\Leftrightarrow Red, \quad \quad \quad \quad     (1) &amp;lt;/math&amp;gt;   &lt;br /&gt;
         &lt;br /&gt;
where &amp;lt;math&amp;gt;Ox&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;Red&amp;lt;/math&amp;gt; are two different species in the reaction. &lt;br /&gt;
According to the theory of SECM [2], the species transport in the electrolyte is described by diffusion only. The diffusion partial differential equation is given by the second Fick&#039;s law as follows&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\frac{dc_1}{dt}=D_1\cdot \Delta ^2c_1 , \quad&lt;br /&gt;
 \frac{dc_2}{dt}=D_2\cdot \Delta ^2c_2,&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;c_1&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;c_2&amp;lt;/math&amp;gt; are the concentration fields of species &amp;lt;math&amp;gt;Ox&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;Red&amp;lt;/math&amp;gt;, respectively. The initial conditions are &amp;lt;math&amp;gt;c_1(0)=c_{1,0}&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;c_2(0)=c_{2,0}.&amp;lt;/math&amp;gt; Conditions at the glass and the bottom of the bath are described by the Neumann boundary conditions of zero flux&lt;br /&gt;
&amp;lt;math&amp;gt;\nabla c_1\cdot \vec{n}=0&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\nabla c_2\cdot \vec{n}=0&amp;lt;/math&amp;gt;. Conditions at the border of the bulk are described by Dirichlet boundary conditions of constant concentration, equal to the initial conditions &amp;lt;math&amp;gt;c_1=c_{1,0}&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;c_2=c_{2,0}&amp;lt;/math&amp;gt;. The boundary conditions at the electrode are described by&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\nabla c_1\cdot \vec{n}=j, \,&lt;br /&gt;
\nabla c_2\cdot \vec{n}=-j.  \quad \quad \quad \quad  (2)&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here &amp;lt;math&amp;gt;j&amp;lt;/math&amp;gt; is related to the forward reaction rate &amp;lt;math&amp;gt;k_f&amp;lt;/math&amp;gt; and the backward reaction rate &amp;lt;math&amp;gt;k_b&amp;lt;/math&amp;gt; through the Buttler-Volmer equation,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
j=k_f \cdot c_1-k_b \cdot c_2.&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The reaction rates &amp;lt;math&amp;gt;k_f&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;k_b&amp;lt;/math&amp;gt; are in the following form,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
k_f=k^0\exp{(\frac{\alpha z F(v(t)-v^0)}{RT})}, &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;k_b=k^0\exp{(\frac{-(1-\alpha) z F(v(t)-v^0)}{RT})} .&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here, &amp;lt;math&amp;gt;k^0&amp;lt;/math&amp;gt; is the heterogeneous standard rate constant, which is an empirical transmission factor for a heterogeneous reaction. &amp;lt;math&amp;gt;F&amp;lt;/math&amp;gt; is the Faraday-constant, &amp;lt;math&amp;gt;R&amp;lt;/math&amp;gt; is the gas constant, &amp;lt;math&amp;gt;T&amp;lt;/math&amp;gt; is the temperature, and &amp;lt;math&amp;gt;z&amp;lt;/math&amp;gt; is the number of exchanged electrons per reaction. &amp;lt;math&amp;gt;u(t)=v(t)-v^0&amp;lt;/math&amp;gt; is the difference between the electrode potential and the reference potential. This difference, to which we refer below as voltage, is changed during the measurement of a voltammogram.&lt;br /&gt;
&lt;br /&gt;
==Description of the model==&lt;br /&gt;
&lt;br /&gt;
The control volume method has been used for the spatial discretization of (1). Together with the boundary conditions, the resulting system of ordinary differential equations is as follows,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
E\frac{d\vec{c}}{dt}+K(u(t))\vec{c}-A\vec{c}=B,\quad&lt;br /&gt;
y(t)=C\vec{c},\quad&lt;br /&gt;
\vec{c}(0)=\vec{c}_0 \neq 0,&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where E and &amp;lt;math&amp;gt;K(u(t))&amp;lt;/math&amp;gt; are system matrices, &amp;lt;math&amp;gt;K(u(t))&amp;lt;/math&amp;gt; is a function of voltage that in turn depends on time. The voltage appears in the system matrix due to the boundary conditions (2). The vector &amp;lt;math&amp;gt;\vec{c} \in \mathbb{R}^n&amp;lt;/math&amp;gt; is the vector of unknown concentrations, which includes both the &amp;lt;math&amp;gt;Ox&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;Red&amp;lt;/math&amp;gt; species. The vector &amp;lt;math&amp;gt;B&amp;lt;/math&amp;gt; is the load vector, which arises as a consequence of the Dirichlet boundary conditions imposed at the bulk boundary of the electrolyte. The total current is computed as an integral (sum) over the electrode surface. &lt;br /&gt;
The matrix &amp;lt;math&amp;gt;K(u(t))&amp;lt;/math&amp;gt; has the following form,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
K(u(t))=K_1(u(t))+K_2(u(t)), &lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;K_i(u(t))=h_i D_i, \, i=1,2,&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;h_1=\exp(\beta u(t)), \, h_2=\exp(-\beta u(t))&amp;lt;/math&amp;gt;. The voltage &amp;lt;math&amp;gt;u(t)&amp;lt;/math&amp;gt; is a function of &amp;lt;math&amp;gt;\sigma&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
u(t)=\sigma t-1, \, \text{for } t \leq \frac{2}{ \sigma}, \quad&lt;br /&gt;
u(t)=-\sigma t+3, \, \text{for } \frac{2}{ \sigma} &amp;lt; t \leq \frac{4}{ \sigma},&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;\sigma&amp;lt;/math&amp;gt; can take four different values, &amp;lt;math&amp;gt;\sigma=0.5, \, 0.05, \, 0.005, \, 0.0005&amp;lt;/math&amp;gt;.  The constant &amp;lt;math&amp;gt;\beta&amp;lt;/math&amp;gt; is computed from the parameters &amp;lt;math&amp;gt;\alpha, \, z, \, F, \, R,&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;T,&amp;lt;/math&amp;gt; leading to the value &amp;lt;math&amp;gt;\beta=21.243036728240824&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Although the system is a time-varying system, it can be considered as a parametrized system with two parameters &amp;lt;math&amp;gt;h_1&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;h_2&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==Data information==&lt;br /&gt;
&lt;br /&gt;
The data of the system matrices &amp;lt;math&amp;gt;E, \ D_1, \ D_2, \ A, \ B, C&amp;lt;/math&amp;gt; as well as the initial state &amp;lt;math&amp;gt;\vec{c}_0=x_0&amp;lt;/math&amp;gt; are in MatrixMarket format (http://math.nist.gov/MatrixMarket/), and can be downloaded here [[File: matrices_SECM.tgz]]. The interesting output of the model is the current which is computed by &amp;lt;math&amp;gt;I(t)=C(5,:)\vec{c}&amp;lt;/math&amp;gt; in MATLAB notation. The interesting plot of the output is called the cyclic voltammogram, which is the plot of the current changing with the voltage &amp;lt;math&amp;gt;u(t)&amp;lt;/math&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
Fig.1 &lt;br /&gt;
[[Image:Fig.1.JPG|thumb|left|300px|]]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
[1] L. Feng, D. Koziol, E. B. Rudnyi, and J. G. Korvink, &amp;quot;Parametric Model Reduction for Fast Simulation of Cyclic Voltammograms,&amp;quot; Sensor Letters, Vol. 4, 1-10, 2006, pp.1-10. &lt;br /&gt;
&lt;br /&gt;
[2] M. V. Mirkin, &amp;quot;Theory in scanning electrochemical microscopy,&amp;quot; A. J. Bard and M. V. Mirkin, Eds. (2001). New York, John Wiley &amp;amp; Sons. pp. 145 – 199.&lt;/div&gt;</summary>
		<author><name>Will</name></author>
	</entry>
	<entry>
		<id>https://modelreduction.org/morwiki/index.php?title=Modified_Gyroscope&amp;diff=377</id>
		<title>Modified Gyroscope</title>
		<link rel="alternate" type="text/html" href="https://modelreduction.org/morwiki/index.php?title=Modified_Gyroscope&amp;diff=377"/>
		<updated>2011-12-08T15:24:04Z</updated>

		<summary type="html">&lt;p&gt;Will: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:benchmark]]&lt;br /&gt;
[[Category:linear system]]&lt;br /&gt;
[[Category:parametric]]&lt;br /&gt;
[[Category:time invariant]]&lt;br /&gt;
[[Category:geometric parameters]]&lt;br /&gt;
[[Category:two parameters]]&lt;br /&gt;
[[Category:second order system]]&lt;br /&gt;
&lt;br /&gt;
==Description of the device==&lt;br /&gt;
The device is a MEMS gyroscope based on the butterfly gyroscope [1] developed at the Imego institute in Gothenburg, Sweden (see also: http://simulation.uni-freiburg.de/downloads/benchmark/The Butterfly Gyro (35889)). A gyroscope is a device used to measure angular rates in up to three axes. &lt;br /&gt;
&lt;br /&gt;
The basic working principle of the gyroscope can be described as follows, see also [2].  Without applied external rotation, the paddles vibrate in phase&lt;br /&gt;
with the function &amp;lt;math&amp;gt;z(t),&amp;lt;/math&amp;gt; see Fig. 1 below. Under the influence of an external rotation about the &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;-axis (drawn&lt;br /&gt;
in red), an additional force due to the Coriolis acceleration acts upon the&lt;br /&gt;
paddles. This force leads to an additional small out-of-phase vibration&lt;br /&gt;
between two paddles on the same side of the bearing. This&lt;br /&gt;
out-of phase vibration is measured as the difference of the z-displacement&lt;br /&gt;
of the nodes with the red dots. Thus, measuring the displacement of two&lt;br /&gt;
adjacent paddles, the rotation velocity can be ascertained.&lt;br /&gt;
&lt;br /&gt;
==Motivation of MOR==&lt;br /&gt;
&lt;br /&gt;
When planning for and making decisions on future improvements of the Butterfly Gyroscope, it is of importance to improve the efficiency of the gyro simulations. Repeated analysis of the sensor structure have to be conducted with respect to a number of important issues. Examples of such are sensitivity to shock, linear and angular vibration sensitivity, reaction to large rates and/or acceleration, different types of excitation load cases and the effect of force-feedback. The use of model order reduction indeed decreases run time for repeated simulations. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Description of the parametrized model==&lt;br /&gt;
&lt;br /&gt;
Two parameters are of special interest for the model. The first one is the&lt;br /&gt;
quantity that is to be sensed, the rotation velocity &amp;lt;math&amp;gt;\theta&amp;lt;/math&amp;gt; around the &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;-axes. &lt;br /&gt;
The second parameter is the width of the bearing, &amp;lt;math&amp;gt;d&amp;lt;/math&amp;gt;.&lt;br /&gt;
The parametrized system below is obtained by&lt;br /&gt;
finite element discretization of the parametrized model (in the form of partial differential equations) for the gyroscope. The details of constructing the parametrized system can be found in [2]. The system is of the following&lt;br /&gt;
form:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
M(d)\ddot{x}+D(\theta)\dot{x}+T(d)x=B&lt;br /&gt;
y=Cx.&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here, &lt;br /&gt;
&amp;lt;math&amp;gt;M(d)=(M_1+dM_2)\in \mathbb R^{n\times n}&amp;lt;/math&amp;gt; is the mass matrix, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;D(\theta)=\theta(D_1+dD_2)\in \mathbb R^{n\times n}&amp;lt;/math&amp;gt; is the damping matrix, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;T(d)=T_1+(1/d)T_2+dT_3\in \mathbb R^{n\times n}&amp;lt;/math&amp;gt; is the stiffness matrix, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;B \in \mathbb R^{n\times m_I}&amp;lt;/math&amp;gt; is the load vector, &amp;lt;math&amp;gt;C \in \mathbb R^{m_O\times n}&amp;lt;/math&amp;gt; is the output matrix, &amp;lt;math&amp;gt;x \in \mathbb R^{n}&amp;lt;/math&amp;gt; is the state vector, and &amp;lt;math&amp;gt;y \in \mathbb R^{m_O}&amp;lt;/math&amp;gt; is the output response.&lt;br /&gt;
&lt;br /&gt;
The variables &amp;lt;math&amp;gt;d&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\theta&amp;lt;/math&amp;gt; are the parameters of the system, where &lt;br /&gt;
&amp;lt;math&amp;gt;d&amp;lt;/math&amp;gt; is the width of the&lt;br /&gt;
bearing and &amp;lt;math&amp;gt;\theta&amp;lt;/math&amp;gt; is the rotation velocity along the &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;-axis.&lt;br /&gt;
&lt;br /&gt;
The interesting output &amp;lt;math&amp;gt;y&amp;lt;/math&amp;gt; of the system is &amp;lt;math&amp;gt;\delta&amp;lt;/math&amp;gt; which is the&lt;br /&gt;
difference of the displacement &amp;lt;math&amp;gt;z(t)&amp;lt;/math&amp;gt; between the two red dots on&lt;br /&gt;
the same side of the bearing (see Fig.1). The number of degrees of freedom is &amp;lt;math&amp;gt;n=17913&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
The interesting range for the parameters are: &amp;lt;math&amp;gt;\theta\in [10^{-7}, 10^{-5}]&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;d\in [1,2]&amp;lt;/math&amp;gt;. The device works in the frequency range &amp;lt;math&amp;gt;f \in [0.025, 0.25]&amp;lt;/math&amp;gt;MHz.&lt;br /&gt;
&lt;br /&gt;
==Data information==&lt;br /&gt;
&lt;br /&gt;
The system matrices &amp;lt;math&amp;gt;M_1, \, M_2, \, D_1, \, D_2, \, T_1, \, T_2&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt; T_3&amp;lt;/math&amp;gt; are in the MatrixMarket format (http://math.nist.gov/MatrixMarket/), and can be downloaded here [[File: matrices.tgz]]. &amp;lt;math&amp;gt;M_1&amp;lt;/math&amp;gt; corresponds to the file Bmass1.dat, &amp;lt;math&amp;gt;M_2&amp;lt;/math&amp;gt; corresponds to the file Bmass2.dat., &amp;lt;math&amp;gt;D_1, \, D_2&amp;lt;/math&amp;gt; correspond to the files Bdamp1.dat, Bdamp2.dat, respectively. &amp;lt;math&amp;gt;T_1, \, T_2, \, T_3&amp;lt;/math&amp;gt; correspond to the files Bstiff1.dat, Bstiff2.dat, Bstiff3.dat, respectively. &lt;br /&gt;
The load vector &amp;lt;math&amp;gt;B&amp;lt;/math&amp;gt; can be obtained from the file Bload.dat.&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
[1] J. Lienemann, D. Billger, E. B. Rudnyi, A. Greiner, J. G. Korvink, &amp;quot;MEMS Compact Modeling Meets Model Order Reduction: Examples of the&lt;br /&gt;
Application of Arnoldi Methods to Microsystem Devices,&amp;quot; Nanotech, 2004, pp. 303–306.&lt;br /&gt;
&lt;br /&gt;
[2] C. Moosmann, &amp;quot;ParaMOR &lt;br /&gt;
Model Order Reduction for parameterized MEMS applications,&amp;quot; PhD thesis, Department of Microsystems Engineering,&lt;br /&gt;
University of Freiburg, 2007.&lt;br /&gt;
&lt;br /&gt;
[3] B. Salimbahrami, R. Eid, B. Lohmann, &amp;quot;Model Reduction by Second Order&lt;br /&gt;
Krylov Subspaces: Extensions, Stability and Proportional Damping,&amp;quot;&lt;br /&gt;
IEEE International Symposium on Intelligent Control, 2006, pp. 2997–3002.&lt;br /&gt;
&lt;br /&gt;
Fig.1 &lt;br /&gt;
[[File:Gyroscope.jpg]]&lt;/div&gt;</summary>
		<author><name>Will</name></author>
	</entry>
	<entry>
		<id>https://modelreduction.org/morwiki/index.php?title=Microthruster_Unit&amp;diff=375</id>
		<title>Microthruster Unit</title>
		<link rel="alternate" type="text/html" href="https://modelreduction.org/morwiki/index.php?title=Microthruster_Unit&amp;diff=375"/>
		<updated>2011-12-08T15:21:31Z</updated>

		<summary type="html">&lt;p&gt;Will: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:benchmark]]&lt;br /&gt;
[[Category:parametric]]&lt;br /&gt;
[[Category:linear system]]&lt;br /&gt;
[[Category:first order system]]&lt;br /&gt;
[[Category:time invariant]]&lt;br /&gt;
[[Category:physical parameters]]&lt;br /&gt;
[[Category:three parameters]]&lt;br /&gt;
&lt;br /&gt;
This parametric model is collected in the Oberwolfach Model Reduction Benchmark Collection. The file describing the model is named &amp;quot;Boundary Condition Independent Thermal Model&amp;quot;. The parametric model is a 2D-axisymmetric microthruster model with 3 independent parameters. By following this [http://simulation.uni-freiburg.de/downloads/benchmark/Thermal%20Model%20%2838865%29/ link], one can have the detailed description of the parameters and the model. The data of the model can also be downloaded there.&lt;/div&gt;</summary>
		<author><name>Will</name></author>
	</entry>
	<entry>
		<id>https://modelreduction.org/morwiki/index.php?title=Microthruster_Unit&amp;diff=374</id>
		<title>Microthruster Unit</title>
		<link rel="alternate" type="text/html" href="https://modelreduction.org/morwiki/index.php?title=Microthruster_Unit&amp;diff=374"/>
		<updated>2011-12-08T15:21:19Z</updated>

		<summary type="html">&lt;p&gt;Will: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:benchmark, linear, time invariant, three physical parameters, first order system]]&lt;br /&gt;
[[Category:parametric]]&lt;br /&gt;
[[Category:linear system]]&lt;br /&gt;
[[Category:first order system]]&lt;br /&gt;
[[Category:time invariant]]&lt;br /&gt;
[[Category:physical parameters]]&lt;br /&gt;
[[Category:three parameters]]&lt;br /&gt;
&lt;br /&gt;
This parametric model is collected in the Oberwolfach Model Reduction Benchmark Collection. The file describing the model is named &amp;quot;Boundary Condition Independent Thermal Model&amp;quot;. The parametric model is a 2D-axisymmetric microthruster model with 3 independent parameters. By following this [http://simulation.uni-freiburg.de/downloads/benchmark/Thermal%20Model%20%2838865%29/ link], one can have the detailed description of the parameters and the model. The data of the model can also be downloaded there.&lt;/div&gt;</summary>
		<author><name>Will</name></author>
	</entry>
	<entry>
		<id>https://modelreduction.org/morwiki/index.php?title=Synthetic_parametric_model&amp;diff=370</id>
		<title>Synthetic parametric model</title>
		<link rel="alternate" type="text/html" href="https://modelreduction.org/morwiki/index.php?title=Synthetic_parametric_model&amp;diff=370"/>
		<updated>2011-12-08T15:16:45Z</updated>

		<summary type="html">&lt;p&gt;Will: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:benchmark]]&lt;br /&gt;
[[Category:parametric]]&lt;br /&gt;
[[Category:linear system]]&lt;br /&gt;
[[Category:time invariant]]&lt;br /&gt;
[[Category:physical parameters]]&lt;br /&gt;
[[Category:one parameter]]&lt;br /&gt;
[[Category:first order system]]&lt;br /&gt;
[[Category:synthetic model]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
On this page you will find a synthetic parametric model for which one can easily experiment with different system orders  &amp;lt;math&amp;gt; n &amp;lt;/math&amp;gt;,  values of the parameter  &amp;lt;math&amp;gt; \varepsilon &amp;lt;/math&amp;gt;,  as well as different poles and residues.&lt;br /&gt;
&lt;br /&gt;
Also, the decay of the Hankel singular values can be changed indirectly through the parameter &amp;lt;math&amp;gt; \varepsilon &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Model description ==&lt;br /&gt;
&lt;br /&gt;
The parameter &amp;lt;math&amp;gt;\varepsilon&amp;lt;/math&amp;gt; scales the real part of the system poles, that is, &amp;lt;math&amp;gt;p_i=\varepsilon a_i+jb_i&amp;lt;/math&amp;gt;. &lt;br /&gt;
For a system in pole-residue form&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt; H(s,\varepsilon) =  \sum_{i=1}^{n}\frac{r_i}{s-p_i} =  \sum_{i=1}^{n}\frac{r_i}{s-(\varepsilon a_i+jb_i)} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
we can write down the state-space realization &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt; H(s,\varepsilon) =  \widehat{C}\Big(sI-\varepsilon \widehat{A}_\varepsilon - \widehat{A}_0\Big)^{-1}\widehat{B}+D&amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
with system matrices defined as&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;\varepsilon \widehat{A}_\varepsilon + \widehat{A}_0 = \varepsilon \left[\begin{array}{ccc} a_1 &amp;amp; &amp;amp; \\ &amp;amp; \ddots &amp;amp; \\ &amp;amp; &amp;amp; a_n\end{array}\right] +\left[\begin{array}{ccc} jb_1 &amp;amp; &amp;amp; \\ &amp;amp; \ddots &amp;amp; \\ &amp;amp; &amp;amp; jb_n\end{array}\right] ,&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;\widehat{B} = [1,\ldots,1]^T,\quad \widehat{C} = [r_1,\ldots,r_n],\quad D = 0.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Notice that the system matrices have complex entries. &lt;br /&gt;
&lt;br /&gt;
For simplicity, assume that &amp;lt;math&amp;gt; n &amp;lt;/math&amp;gt; is even, &amp;lt;math&amp;gt; n=2k &amp;lt;/math&amp;gt;, and that all system poles are complex and ordered in complex conjugate pairs, i.e.&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt; p_1 = \varepsilon a_1+jb_1, p_2 = \varepsilon a_1-jb_1, \ldots, p_{n-1} = \varepsilon a_k+jb_k, p_n = \varepsilon a_k-jb_k, &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and the residues also form complex conjugate pairs &lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt; r_1 = c_1+jd_1, r_2 = c_1-jd_1, \ldots, r_{n-1} = c_k+jd_k, r_n = c_k-jd_k. &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then a realization with matrices having real entries is given by&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt; A_\varepsilon = \left[\begin{array}{ccc} A_{\varepsilon,1} &amp;amp; &amp;amp; \\ &amp;amp; \ddots &amp;amp; \\ &amp;amp; &amp;amp; A_{\varepsilon,k}\end{array}\right], \quad A_0 = \left[\begin{array}{ccc} A_{0,1} &amp;amp; &amp;amp; \\ &amp;amp; \ddots &amp;amp; \\ &amp;amp; &amp;amp; A_{0,k}\end{array}\right], \quad B = \left[\begin{array}{c} B_1 \\ \vdots \\ B_k\end{array}\right], \quad C = \left[\begin{array}{ccc} C_1 &amp;amp; \cdots &amp;amp; C_k\end{array}\right], \quad D = 0,&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
with &amp;lt;math&amp;gt; A_{\varepsilon,i} = \left[\begin{array}{cc}  a_i&amp;amp; 0  \\ 0 &amp;amp; a_i \end{array}\right] &amp;lt;/math&amp;gt;, &lt;br /&gt;
&amp;lt;math&amp;gt; A_{0,i} = \left[\begin{array}{cc}  0&amp;amp; b_i  \\ -b_i &amp;amp; 0 \end{array}\right] &amp;lt;/math&amp;gt;,&lt;br /&gt;
&amp;lt;math&amp;gt; B_{i} = \left[\begin{array}{c}  2  \\ 0 \end{array}\right] &amp;lt;/math&amp;gt;,&lt;br /&gt;
&amp;lt;math&amp;gt; C_{i} = \left[\begin{array}{cc}  c_i&amp;amp; d_i\end{array}\right] &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Numerical values ==&lt;br /&gt;
&lt;br /&gt;
We construct a system of order &amp;lt;math&amp;gt;n = 100&amp;lt;/math&amp;gt;. The numerical values for the different variables are&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;math&amp;gt;a_i &amp;lt;/math&amp;gt; equally spaced in &amp;lt;math&amp;gt; [-10^3, -10]&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;math&amp;gt;b_i &amp;lt;/math&amp;gt; equally spaced in &amp;lt;math&amp;gt;[10, 10^3]&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;math&amp;gt; c_i = 1&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;math&amp;gt; d_i = 0&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;math&amp;gt;\varepsilon&amp;lt;/math&amp;gt;&amp;lt;math&amp;gt; \in [1/50,1]&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In MATLAB, the system matrices are easily formed as follows:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;source lang=&amp;quot;matlab&amp;quot;&amp;gt;&lt;br /&gt;
 n = 100;&lt;br /&gt;
 a = -linspace(1e1,1e3,n/2).&#039;;   b = linspace(1e1,1e3,n/2).&#039;;&lt;br /&gt;
 c = ones(n/2,1);                d = zeros(n/2,1);&lt;br /&gt;
 aa(1:2:n-1,1) = a;              aa(2:2:n,1) = a;&lt;br /&gt;
 bb(1:2:n-1,1) = b;              bb(2:2:n-2,1) = 0;&lt;br /&gt;
 Ae = spdiags(aa,0,n,n);&lt;br /&gt;
 A0 = spdiags([0;bb],1,n,n) + spdiags(-bb,-1,n,n);&lt;br /&gt;
 B = 2*sparse(mod([1:n],2)).&#039;;&lt;br /&gt;
 C(1:2:n-1) = c.&#039;;               C(2:2:n) = d.&#039;;   C = sparse(C);&lt;br /&gt;
 &amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The above system matrices &amp;lt;math&amp;gt;A_\varepsilon, A_0, B, C&amp;lt;/math&amp;gt; are also available in [http://math.nist.gov/MatrixMarket/formats.html MatrixMarket] format  [[Media:Synth_matrices.tar.gz|Synth_matrices.tar.gz]].&lt;br /&gt;
&lt;br /&gt;
== Plots ==&lt;br /&gt;
&lt;br /&gt;
We plot the frequency response &amp;lt;math&amp;gt;H(s,\varepsilon) = C\big(sI-\varepsilon A_\varepsilon - A_0\big)^{-1}B&amp;lt;/math&amp;gt; and poles for parameter values &amp;lt;math&amp;gt;\varepsilon \in [1/50, 1/20, 1/10, 1/5, 1/2, 1] &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:[[Image:synth_freq_resp.png|frame|border|left|Frequency response of synthetic parametric system, for parameter values 1/50 (blue), 1/20 (green), 1/10 (red), 1/5 (teal), 1/2 (purple), 1 (yellow).]]&lt;br /&gt;
[[Image:synth_poles.png|frame|center|border|Poles of synthetic parametric system, for parameter values 1/50 (blue), 1/20 (green), 1/10 (red), 1/5 (teal), 1/2 (purple), 1 (yellow).]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In MATLAB, the plots are generated using the following commands:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;matlab&amp;quot;&amp;gt;&lt;br /&gt;
 r(1:2:n-1,1) = c+1j*d;     r(2:2:n,1) = c-1j*d;&lt;br /&gt;
 ep = [1/50; 1/20; 1/10; 1/5; 1/2; 1];                       % parameter epsilon&lt;br /&gt;
 jw = 1j*linspace(0,1.2e3,5000).&#039;;                           % frequency grid&lt;br /&gt;
 for j = 1:length(ep)&lt;br /&gt;
   p(:,j) = [ep(j)*a+1j*b; ep(j)*a-1j*b];                    % poles&lt;br /&gt;
   [jww,pp] = meshgrid(jw,p(:,j));&lt;br /&gt;
   Hjw(j,:) = (r.&#039;)*(1./(jww-pp));                           % freq. resp.&lt;br /&gt;
 end&lt;br /&gt;
 figure,  loglog(imag(jw),abs(Hjw),&#039;LineWidth&#039;,2)&lt;br /&gt;
          axis tight,    xlim([6 1200])&lt;br /&gt;
          xlabel(&#039;frequency (rad/sec)&#039;)&lt;br /&gt;
          ylabel(&#039;magnitude&#039;)&lt;br /&gt;
          title(&#039;Frequency response for different \epsilon&#039;)&lt;br /&gt;
 figure,  plot(real(p),imag(p),&#039;.&#039;)&lt;br /&gt;
          title(&#039;Poles for different \epsilon&#039;)&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Other interesting plots result for small values of the parameter. For example, for &amp;lt;math&amp;gt;\varepsilon = 1/100, 1/1000 &amp;lt;/math&amp;gt;, the peaks in the frequency response become more pronounced, since the poles move closer to the imaginary axis.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Next, for &amp;lt;math&amp;gt;\varepsilon \in [1/50, 1/20, 1/10, 1/5, 1/2, 1] &amp;lt;/math&amp;gt;, we also plot the decay of the Hankel singular values. Notice that for small values of the parameter, the decay of the Hankel singular values is very slow.&lt;br /&gt;
&lt;br /&gt;
[[Image:synth_hsv.png|frame|border|center|Hankel singular values of synthetic parametric system, for parameter values 1/50 (blue), 1/20 (green), 1/10 (red), 1/5 (teal), 1/2 (purple), 1 (yellow).]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039; [[User:Ionita|Ionita]] 14:38, 29 November 2011 (UTC) &#039;&#039;&lt;/div&gt;</summary>
		<author><name>Will</name></author>
	</entry>
	<entry>
		<id>https://modelreduction.org/morwiki/index.php?title=Synthetic_parametric_model&amp;diff=369</id>
		<title>Synthetic parametric model</title>
		<link rel="alternate" type="text/html" href="https://modelreduction.org/morwiki/index.php?title=Synthetic_parametric_model&amp;diff=369"/>
		<updated>2011-12-08T15:15:56Z</updated>

		<summary type="html">&lt;p&gt;Will: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:benchmark]]&lt;br /&gt;
[[Category:parametric]]&lt;br /&gt;
[[Category:linear]]&lt;br /&gt;
[[Category:time invariant]]&lt;br /&gt;
[[Category:physical parameters]]&lt;br /&gt;
[[Category:one parameter]]&lt;br /&gt;
[[Category:first order system]]&lt;br /&gt;
[[Category:synthetic model]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
On this page you will find a synthetic parametric model for which one can easily experiment with different system orders  &amp;lt;math&amp;gt; n &amp;lt;/math&amp;gt;,  values of the parameter  &amp;lt;math&amp;gt; \varepsilon &amp;lt;/math&amp;gt;,  as well as different poles and residues.&lt;br /&gt;
&lt;br /&gt;
Also, the decay of the Hankel singular values can be changed indirectly through the parameter &amp;lt;math&amp;gt; \varepsilon &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Model description ==&lt;br /&gt;
&lt;br /&gt;
The parameter &amp;lt;math&amp;gt;\varepsilon&amp;lt;/math&amp;gt; scales the real part of the system poles, that is, &amp;lt;math&amp;gt;p_i=\varepsilon a_i+jb_i&amp;lt;/math&amp;gt;. &lt;br /&gt;
For a system in pole-residue form&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt; H(s,\varepsilon) =  \sum_{i=1}^{n}\frac{r_i}{s-p_i} =  \sum_{i=1}^{n}\frac{r_i}{s-(\varepsilon a_i+jb_i)} &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
we can write down the state-space realization &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt; H(s,\varepsilon) =  \widehat{C}\Big(sI-\varepsilon \widehat{A}_\varepsilon - \widehat{A}_0\Big)^{-1}\widehat{B}+D&amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
with system matrices defined as&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;\varepsilon \widehat{A}_\varepsilon + \widehat{A}_0 = \varepsilon \left[\begin{array}{ccc} a_1 &amp;amp; &amp;amp; \\ &amp;amp; \ddots &amp;amp; \\ &amp;amp; &amp;amp; a_n\end{array}\right] +\left[\begin{array}{ccc} jb_1 &amp;amp; &amp;amp; \\ &amp;amp; \ddots &amp;amp; \\ &amp;amp; &amp;amp; jb_n\end{array}\right] ,&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;\widehat{B} = [1,\ldots,1]^T,\quad \widehat{C} = [r_1,\ldots,r_n],\quad D = 0.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Notice that the system matrices have complex entries. &lt;br /&gt;
&lt;br /&gt;
For simplicity, assume that &amp;lt;math&amp;gt; n &amp;lt;/math&amp;gt; is even, &amp;lt;math&amp;gt; n=2k &amp;lt;/math&amp;gt;, and that all system poles are complex and ordered in complex conjugate pairs, i.e.&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt; p_1 = \varepsilon a_1+jb_1, p_2 = \varepsilon a_1-jb_1, \ldots, p_{n-1} = \varepsilon a_k+jb_k, p_n = \varepsilon a_k-jb_k, &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and the residues also form complex conjugate pairs &lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt; r_1 = c_1+jd_1, r_2 = c_1-jd_1, \ldots, r_{n-1} = c_k+jd_k, r_n = c_k-jd_k. &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then a realization with matrices having real entries is given by&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt; A_\varepsilon = \left[\begin{array}{ccc} A_{\varepsilon,1} &amp;amp; &amp;amp; \\ &amp;amp; \ddots &amp;amp; \\ &amp;amp; &amp;amp; A_{\varepsilon,k}\end{array}\right], \quad A_0 = \left[\begin{array}{ccc} A_{0,1} &amp;amp; &amp;amp; \\ &amp;amp; \ddots &amp;amp; \\ &amp;amp; &amp;amp; A_{0,k}\end{array}\right], \quad B = \left[\begin{array}{c} B_1 \\ \vdots \\ B_k\end{array}\right], \quad C = \left[\begin{array}{ccc} C_1 &amp;amp; \cdots &amp;amp; C_k\end{array}\right], \quad D = 0,&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
with &amp;lt;math&amp;gt; A_{\varepsilon,i} = \left[\begin{array}{cc}  a_i&amp;amp; 0  \\ 0 &amp;amp; a_i \end{array}\right] &amp;lt;/math&amp;gt;, &lt;br /&gt;
&amp;lt;math&amp;gt; A_{0,i} = \left[\begin{array}{cc}  0&amp;amp; b_i  \\ -b_i &amp;amp; 0 \end{array}\right] &amp;lt;/math&amp;gt;,&lt;br /&gt;
&amp;lt;math&amp;gt; B_{i} = \left[\begin{array}{c}  2  \\ 0 \end{array}\right] &amp;lt;/math&amp;gt;,&lt;br /&gt;
&amp;lt;math&amp;gt; C_{i} = \left[\begin{array}{cc}  c_i&amp;amp; d_i\end{array}\right] &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Numerical values ==&lt;br /&gt;
&lt;br /&gt;
We construct a system of order &amp;lt;math&amp;gt;n = 100&amp;lt;/math&amp;gt;. The numerical values for the different variables are&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;math&amp;gt;a_i &amp;lt;/math&amp;gt; equally spaced in &amp;lt;math&amp;gt; [-10^3, -10]&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;math&amp;gt;b_i &amp;lt;/math&amp;gt; equally spaced in &amp;lt;math&amp;gt;[10, 10^3]&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;math&amp;gt; c_i = 1&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;math&amp;gt; d_i = 0&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;math&amp;gt;\varepsilon&amp;lt;/math&amp;gt;&amp;lt;math&amp;gt; \in [1/50,1]&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In MATLAB, the system matrices are easily formed as follows:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;source lang=&amp;quot;matlab&amp;quot;&amp;gt;&lt;br /&gt;
 n = 100;&lt;br /&gt;
 a = -linspace(1e1,1e3,n/2).&#039;;   b = linspace(1e1,1e3,n/2).&#039;;&lt;br /&gt;
 c = ones(n/2,1);                d = zeros(n/2,1);&lt;br /&gt;
 aa(1:2:n-1,1) = a;              aa(2:2:n,1) = a;&lt;br /&gt;
 bb(1:2:n-1,1) = b;              bb(2:2:n-2,1) = 0;&lt;br /&gt;
 Ae = spdiags(aa,0,n,n);&lt;br /&gt;
 A0 = spdiags([0;bb],1,n,n) + spdiags(-bb,-1,n,n);&lt;br /&gt;
 B = 2*sparse(mod([1:n],2)).&#039;;&lt;br /&gt;
 C(1:2:n-1) = c.&#039;;               C(2:2:n) = d.&#039;;   C = sparse(C);&lt;br /&gt;
 &amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The above system matrices &amp;lt;math&amp;gt;A_\varepsilon, A_0, B, C&amp;lt;/math&amp;gt; are also available in [http://math.nist.gov/MatrixMarket/formats.html MatrixMarket] format  [[Media:Synth_matrices.tar.gz|Synth_matrices.tar.gz]].&lt;br /&gt;
&lt;br /&gt;
== Plots ==&lt;br /&gt;
&lt;br /&gt;
We plot the frequency response &amp;lt;math&amp;gt;H(s,\varepsilon) = C\big(sI-\varepsilon A_\varepsilon - A_0\big)^{-1}B&amp;lt;/math&amp;gt; and poles for parameter values &amp;lt;math&amp;gt;\varepsilon \in [1/50, 1/20, 1/10, 1/5, 1/2, 1] &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:[[Image:synth_freq_resp.png|frame|border|left|Frequency response of synthetic parametric system, for parameter values 1/50 (blue), 1/20 (green), 1/10 (red), 1/5 (teal), 1/2 (purple), 1 (yellow).]]&lt;br /&gt;
[[Image:synth_poles.png|frame|center|border|Poles of synthetic parametric system, for parameter values 1/50 (blue), 1/20 (green), 1/10 (red), 1/5 (teal), 1/2 (purple), 1 (yellow).]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In MATLAB, the plots are generated using the following commands:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;matlab&amp;quot;&amp;gt;&lt;br /&gt;
 r(1:2:n-1,1) = c+1j*d;     r(2:2:n,1) = c-1j*d;&lt;br /&gt;
 ep = [1/50; 1/20; 1/10; 1/5; 1/2; 1];                       % parameter epsilon&lt;br /&gt;
 jw = 1j*linspace(0,1.2e3,5000).&#039;;                           % frequency grid&lt;br /&gt;
 for j = 1:length(ep)&lt;br /&gt;
   p(:,j) = [ep(j)*a+1j*b; ep(j)*a-1j*b];                    % poles&lt;br /&gt;
   [jww,pp] = meshgrid(jw,p(:,j));&lt;br /&gt;
   Hjw(j,:) = (r.&#039;)*(1./(jww-pp));                           % freq. resp.&lt;br /&gt;
 end&lt;br /&gt;
 figure,  loglog(imag(jw),abs(Hjw),&#039;LineWidth&#039;,2)&lt;br /&gt;
          axis tight,    xlim([6 1200])&lt;br /&gt;
          xlabel(&#039;frequency (rad/sec)&#039;)&lt;br /&gt;
          ylabel(&#039;magnitude&#039;)&lt;br /&gt;
          title(&#039;Frequency response for different \epsilon&#039;)&lt;br /&gt;
 figure,  plot(real(p),imag(p),&#039;.&#039;)&lt;br /&gt;
          title(&#039;Poles for different \epsilon&#039;)&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Other interesting plots result for small values of the parameter. For example, for &amp;lt;math&amp;gt;\varepsilon = 1/100, 1/1000 &amp;lt;/math&amp;gt;, the peaks in the frequency response become more pronounced, since the poles move closer to the imaginary axis.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Next, for &amp;lt;math&amp;gt;\varepsilon \in [1/50, 1/20, 1/10, 1/5, 1/2, 1] &amp;lt;/math&amp;gt;, we also plot the decay of the Hankel singular values. Notice that for small values of the parameter, the decay of the Hankel singular values is very slow.&lt;br /&gt;
&lt;br /&gt;
[[Image:synth_hsv.png|frame|border|center|Hankel singular values of synthetic parametric system, for parameter values 1/50 (blue), 1/20 (green), 1/10 (red), 1/5 (teal), 1/2 (purple), 1 (yellow).]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039; [[User:Ionita|Ionita]] 14:38, 29 November 2011 (UTC) &#039;&#039;&lt;/div&gt;</summary>
		<author><name>Will</name></author>
	</entry>
	<entry>
		<id>https://modelreduction.org/morwiki/index.php?title=Category:Time_invariant&amp;diff=366</id>
		<title>Category:Time invariant</title>
		<link rel="alternate" type="text/html" href="https://modelreduction.org/morwiki/index.php?title=Category:Time_invariant&amp;diff=366"/>
		<updated>2011-12-08T15:12:14Z</updated>

		<summary type="html">&lt;p&gt;Will: Created page with &amp;#039;Category:parametric Category:linear system Category:first order system Category:second order system Category:non-linear system&amp;#039;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:parametric]]&lt;br /&gt;
[[Category:linear system]]&lt;br /&gt;
[[Category:first order system]]&lt;br /&gt;
[[Category:second order system]]&lt;br /&gt;
[[Category:non-linear system]]&lt;/div&gt;</summary>
		<author><name>Will</name></author>
	</entry>
	<entry>
		<id>https://modelreduction.org/morwiki/index.php?title=Category:Parametric&amp;diff=363</id>
		<title>Category:Parametric</title>
		<link rel="alternate" type="text/html" href="https://modelreduction.org/morwiki/index.php?title=Category:Parametric&amp;diff=363"/>
		<updated>2011-12-08T15:07:59Z</updated>

		<summary type="html">&lt;p&gt;Will: Created page with &amp;#039;Category:benchmark&amp;#039;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:benchmark]]&lt;/div&gt;</summary>
		<author><name>Will</name></author>
	</entry>
</feed>