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



MOR Wiki

Difference between revisions of "Convection Reaction"

(update description.)
m (Lund moved page Partial Differential Equation to Convection Reaction: name change)
(No difference)

Revision as of 10:21, 26 August 2022

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

This is a stub. Please expand.

Description

This benchmark models a chemical reaction by a convection-reaction partial differential equation on the unit square, given by:


\frac{\partial x}{\partial t} = \frac{\partial^2 x}{\partial y^2} + \frac{\partial^2 x}{\partial z^2} + 20 \frac{\partial x}{\partial z} - 180 x + f(y,z) x(t),

with Dirichlet boundary conditions and discretized with centered difference approximation.

The input vector B is composed of random elements and the output vector equals the input vector C = B^T.

More details can be found in [1], [2], [3] and [4], [5].


Origin

This benchmark is part of the SLICOT Benchmark Examples for Model Reduction[5].


Data

The system matrices A, B, C are available from the SLICOT benchmarks page: pde.zip and are stored as MATLAB .mat file.


Dimensions

System structure:


\begin{array}{rcl}
\dot{x}(t) &=& Ax(t) + Bu(t) \\
y(t) &=& Cx(t)
\end{array}

System dimensions:

A \in \mathbb{R}^{84 \times 84}, B \in \mathbb{R}^{84 \times 1}, C \in \mathbb{R}^{1 \times 84}.


Citation

To cite this benchmark, use the following references:

  • For the benchmark itself and its data:
Niconet e.V., SLICOT - Subroutine Library in Systems and Control Theory, http://www.slicot.org
@MANUAL{slicot_pde,
 title =        {{SLICOT} - Subroutine Library in Systems and Control Theory},
 organization = {Niconet e.V.},
 address =      {\url{http://www.slicot.org}},
 key =          {SLICOT}
}
  • For the background on the benchmark:
@ARTICLE{Saa88,
 author =       {Y. Saad},
 title =        {Projection and deflation method for partial pole assignment in linear state feedback},
 journal =      {IEEE Transactions on Automatic Control},
 volume =       {33},
 number =       {3},
 pages =        {290--297},
 year =         {1988},
 doi =          {10.1109/9.406}
}

References

  1. P. Raschman, M. Kuhicek, M. Maros. Waves in distributed chemical systems: Experiments and computations. In: New Approaches to Nonlinear Problems in Dynamics - Proceedings of the Asilomar Conference Ground: 271--288, SIAM, 1980.
  2. Y. Saad. Projection and deflation method for partial pole assignment in linear state feedback, IEEE Transactions on Automatic Control, 33(3): 290--297, 1988.
  3. E.J. Grimme. Krylov Projection Methods for Model Reduction. PhD Thesis, University of Illinois at Urbana-Champaign, 1998.
  4. Y. Chahlaoui, P. Van Dooren, A collection of Benchmark examples for model reduction of linear time invariant dynamical systems, Working Note 2002-2: 2002.
  5. 5.0 5.1 Y. Chahlaoui, P. Van Dooren, Benchmark Examples for Model Reduction of Linear Time-Invariant Dynamical Systems, Dimension Reduction of Large-Scale Systems, Lecture Notes in Computational Science and Engineering, vol 45: 379--392, 2005.