(Stokes description init) |
(more content) |
||
Line 10: | Line 10: | ||
==Description== |
==Description== |
||
This benchmark presents the two-dimensional instationary [[wikipedia:Stokes_flow|Stokes equation]], |
This benchmark presents the two-dimensional instationary [[wikipedia:Stokes_flow|Stokes equation]], |
||
− | which models flow of an incompressible fluid in a domain. |
+ | which models flow of an incompressible fluid in a domain <ref name="Sty03"/>,<ref name="Sty04"/>,<ref name="MehS05"/>,<ref name="Sty06"/>. |
The associated partial differential equation system is given by: |
The associated partial differential equation system is given by: |
||
:<math> |
:<math> |
||
Line 24: | Line 24: | ||
The boundary conditions are no-slip. |
The boundary conditions are no-slip. |
||
− | A finite |
+ | A finite volume discretization on a uniform, staggered grid yields the descriptor system: |
:<math> |
:<math> |
||
\begin{align} |
\begin{align} |
||
Line 42: | Line 42: | ||
\end{align} |
\end{align} |
||
</math> |
</math> |
||
− | |||
− | ==Origin== |
||
− | |||
− | |||
==Data== |
==Data== |
||
+ | This is a procedural benchmark. |
||
+ | A MATLAB m-file to generate <math>E, A, B, C</math> matrices can be found as part of the [https://www.mpi-magdeburg.mpg.de/projects/mess M.E.S.S] project, |
||
+ | under: |
||
+ | DEMOS/models/stokes/stokes_ind2.m |
||
==Dimensions== |
==Dimensions== |
||
+ | System structure: |
||
+ | :<math> |
||
+ | \begin{align} |
||
+ | E \dot{x}(t) &= Ax(t) + Bu(t) \\ |
||
+ | y(t) &= Cx(t) |
||
+ | \end{align} |
||
+ | </math> |
||
+ | |||
+ | System dimensions: |
||
+ | |||
+ | <math>E \in \mathbb{R}^{N \times N}</math>, |
||
+ | <math>A \in \mathbb{R}^{N \times N}</math>, |
||
+ | <math>B \in \mathbb{R}^{N \times 1}</math>, |
||
+ | <math>C \in \mathbb{R}^{1 \times N}</math>. |
||
==Citation== |
==Citation== |
||
+ | To cite this benchmark, use the following references: |
||
+ | * For the benchmark itself and its data: |
||
+ | ::The MORwiki Community, '''Stokes equation'''. MORwiki - Model Order Reduction Wiki, 2018. http://modelreduction.org/index.php/Stokes_equation |
||
+ | |||
+ | @MISC{morwiki_stokes, |
||
+ | author = <nowiki>{{The MORwiki Community}}</nowiki>, |
||
+ | title = {Stokes equation}, |
||
+ | howpublished = {{MORwiki} -- Model Order Reduction Wiki}, |
||
+ | url = <nowiki>{http://modelreduction.org/index.php/Stokes_equation}</nowiki>, |
||
+ | year = {20XX} |
||
+ | } |
||
+ | |||
+ | * For the background on the benchmark: |
||
+ | |||
+ | @ARTICLE{Sty04, |
||
+ | author = <nowiki>{T. Stykel}</nowiki>, |
||
+ | title = {Gramian-Based Model Reduction for Descriptor System}, |
||
+ | journal = {Mathematics of Control, Signals, and Systems}, |
||
+ | volume = {16}, |
||
+ | pages = {297--319}, |
||
+ | year = {2004}, |
||
+ | doi = {10.1007/s00498-004-014104} |
||
+ | } |
||
==References== |
==References== |
||
+ | |||
+ | <references> |
||
+ | |||
+ | <ref name="Sty03">T. Stykel. <span class="plainlinks">[https://doi.org/10.1002/pamm.200310302 Balanced truncation model reduction for descriptor systems]</span>, Proceedings in Applied Mathematics and Mechanics 3: 5--8, 2003.</ref> |
||
+ | |||
+ | <ref name="Sty04">T. Stykel. <span class="plainlinks">[https://doi.org/10.1007/s00498-004-0141-4 Gramian-Based Model Reduction for Descriptor System]</span>, Mathematics of Control, Signals, and Systems 16(4): 297--319, 2004.</ref> |
||
+ | |||
+ | <ref name="MehS05">V. Mehrmann, T. Stykel. <span class="plainlinks">[https://doi.org/10.1007/3-540-27909-1_3 Balanced Truncation Model Reduction for Large-Scale Systems in Descriptor Form]</span>, Dimension Reduction of Large-Scale Systems, Lecture Notes in Computational Science and Engineering, vol 45: 83--115, 2005.</ref> |
||
+ | |||
+ | <ref name="Sty06">T. Stykel. <span class="plainlinks">[https://doi.org/10.1016/j.laa.2004.01.015 Balanced Truncation model reduction for semidiscretized Stokes equation]</span>, Linear Algebra and its Application 415(2--3): 262--289, 2006.</ref> |
||
+ | |||
+ | </references> |
||
Revision as of 11:21, 26 June 2019
Note: This page has not been verified by our editors.
Description
This benchmark presents the two-dimensional instationary Stokes equation, which models flow of an incompressible fluid in a domain [1],[2],[3],[4]. The associated partial differential equation system is given by:
with velocity variable and pressure variable
,
on a spatial domain
,
and an external forcing term
.
The boundary conditions are no-slip.
A finite volume discretization on a uniform, staggered grid yields the descriptor system:
The matrix matrix is the discretized Laplace operator,
while
corresponds to the discrete gradient and divergence operators.
For this benchmark the compound discretization of the boundary values and external forcing
is chosen (uniformly) randomly,
whereas the output matrix
is set to:
Data
This is a procedural benchmark.
A MATLAB m-file to generate matrices can be found as part of the M.E.S.S project,
under:
DEMOS/models/stokes/stokes_ind2.m
Dimensions
System structure:
System dimensions:
,
,
,
.
Citation
To cite this benchmark, use the following references:
- For the benchmark itself and its data:
- The MORwiki Community, Stokes equation. MORwiki - Model Order Reduction Wiki, 2018. http://modelreduction.org/index.php/Stokes_equation
@MISC{morwiki_stokes, author = {{The MORwiki Community}}, title = {Stokes equation}, howpublished = {{MORwiki} -- Model Order Reduction Wiki}, url = {http://modelreduction.org/index.php/Stokes_equation}, year = {20XX} }
- For the background on the benchmark:
@ARTICLE{Sty04, author = {T. Stykel}, title = {Gramian-Based Model Reduction for Descriptor System}, journal = {Mathematics of Control, Signals, and Systems}, volume = {16}, pages = {297--319}, year = {2004}, doi = {10.1007/s00498-004-014104} }
References
- ↑ T. Stykel. Balanced truncation model reduction for descriptor systems, Proceedings in Applied Mathematics and Mechanics 3: 5--8, 2003.
- ↑ T. Stykel. Gramian-Based Model Reduction for Descriptor System, Mathematics of Control, Signals, and Systems 16(4): 297--319, 2004.
- ↑ V. Mehrmann, T. Stykel. Balanced Truncation Model Reduction for Large-Scale Systems in Descriptor Form, Dimension Reduction of Large-Scale Systems, Lecture Notes in Computational Science and Engineering, vol 45: 83--115, 2005.
- ↑ T. Stykel. Balanced Truncation model reduction for semidiscretized Stokes equation, Linear Algebra and its Application 415(2--3): 262--289, 2006.