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 "Artificial Fishtail"

Line 11: Line 11:
   
 
==Model Description==
 
==Model Description==
This model describes the silicon body of an artificial fishtail supported by a central carbon beam. The rear part of the fish-body without the fins is modeled as as a 3d FEM model using linear elasticity. In the current stage of modeling the tail is rigidly mounted in the front, the states in <math>x</math> represent the displacements of the finite element degrees of freedom. The fish-like locomotion is enabled by pumping air between two sets of pressure chambers in the left and right halves of the tail. The single input <math>u</math> of the system is thus the pumping pressure. The outputs are displacements of certain surface points. There are two variants of the model. The first has only three outputs representing the displacements of the point of interest, the rear tip of the carbon beam, in the three spatial directions. For the second variant 6 additional points on the flank are added as outputs. These show two effects. On the one hand, for purely input output related reduction methods they avoid drastic deviations on the interior states. on the other hand they show a smoothing effect for the models transfer function.
+
This model describes the silicon body of an artificial fishtail supported by a central carbon beam. The rear part of the fish-body without the fins is modeled as as a 3d FEM model using linear elasticity. In the current stage of modeling the tail is rigidly mounted in the front, the states in <math>x</math> represent the displacements of the finite element degrees of freedom. The fish-like locomotion is enabled by pumping air between two sets of pressure chambers in the left and right halves of the tail. The single input <math>u</math> of the system is thus the pumping pressure. The outputs are displacements of certain surface points. There are two variants of the model. The first has only three outputs representing the displacements of the point of interest, the rear tip of the carbon beam, in the three spatial directions. For the second variant 6 additional points on the flank are added as outputs.
  +
  +
  +
{| class="wikitable" style="margin: auto;"
  +
|+ style="caption-side:bottom;"|
  +
|-
  +
! scope="col" style="width: 12ex;" | <math>z_1</math>
  +
! scope="col" style="width: 12ex;" | <math>z_2</math>
  +
! scope="col" style="width: 12ex;" | <math>z_3</math>
  +
|-
  +
| 0.05
  +
| 0.0
  +
| 0.0
  +
|-
  +
| 0.0474526
  +
| 0.0
  +
| 0.0599584
  +
|-
  +
| 0.04032111
  +
| 0.0
  +
| 0.105274
  +
|-
  +
| 0.0326229
  +
| 0.0
  +
| 0.136726
  +
|-
  +
| 0.0250675
  +
| 0.0
  +
| 0.16107
  +
|-
  +
| 0.0168069
  +
| 0.0
  +
| 0.183588
  +
|-
  +
| 0.0
  +
| 0.0
  +
| 0.21
  +
|}
  +
  +
These show two effects. On the one hand, for purely input output related reduction methods they avoid drastic deviations on the interior states. on the other hand they show a smoothing effect for the models transfer function.
   
 
==Origin==
 
==Origin==

Revision as of 08:57, 14 February 2019

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

Description

Todays autonomous underwater vehicles (AUVs) are subject to noise polution and inefficiency due to their propulsion-driven design. The evolution of fish has, on the other hand, optimized their underwater efficiency and agility over millenia. The adaption of fish-like drive systems for AUVs is therefore an obvious choice.

Model Description

This model describes the silicon body of an artificial fishtail supported by a central carbon beam. The rear part of the fish-body without the fins is modeled as as a 3d FEM model using linear elasticity. In the current stage of modeling the tail is rigidly mounted in the front, the states in x represent the displacements of the finite element degrees of freedom. The fish-like locomotion is enabled by pumping air between two sets of pressure chambers in the left and right halves of the tail. The single input u of the system is thus the pumping pressure. The outputs are displacements of certain surface points. There are two variants of the model. The first has only three outputs representing the displacements of the point of interest, the rear tip of the carbon beam, in the three spatial directions. For the second variant 6 additional points on the flank are added as outputs.


z_1 z_2 z_3
0.05 0.0 0.0
0.0474526 0.0 0.0599584
0.04032111 0.0 0.105274
0.0326229 0.0 0.136726
0.0250675 0.0 0.16107
0.0168069 0.0 0.183588
0.0 0.0 0.21

These show two effects. On the one hand, for purely input output related reduction methods they avoid drastic deviations on the interior states. on the other hand they show a smoothing effect for the models transfer function.

Origin

The model was setup and computed at the chair of automatic control at CAU Kiel and first presented in [1].

Data

Based on the the finite element package [www.firedrakeproject.org Firedrake] and using the material parameters

Part Parameter Value Unit
\varrho_1 1.07\cdot 10^{−3} \frac{\text{kg}}{\text{m}^{3}}
Hull E_1 0.025 \cdot 10^6 \frac{\text{kg}}{\text{m}\text{s}^2}
\nu_1 0.48
\varrho_2 1.4 \cdot 10^{3} \frac{\text{kg}}{\text{m}^{3}}
Beam  E_2  2.96 \cdot 10^{10}  \frac{\text{kg}}{\text{m}\text{s}^2}
\nu_2  0.3
Rayleigh damping \alpha_r  1.0 \cdot 10^{-4} \frac{1}{s}
\beta_r  2.0 \cdot 10^{-4} \text{s}

Dimensions

System structure:


\begin{align}
M \ddot{x}(t) + E \dot{x}(t) + K x(t) &= B u(t) \\
y(t) &= C x(t)
\end{align}

System dimensions:

M \in \mathbb{R}^{N \times N}, E \in \mathbb{R}^{N \times N}, K \in \mathbb{R}^{N \times N}, B \in \mathbb{R}^{N \times M}, C \in \mathbb{R}^{P \times N}, with N=779\,232 and M=1.

The internal damping is modeled as Rayleigh damping E=\alpha_r M + \beta_r K using the coefficients from the table above.

System variants:

Citation

To cite this benchmark, use the following references:

  • For the benchmark itself and its data:
 @Misc{SieKM19,
   author =       {Siebelts, D. and Kater, A. and Meurer, T.},
   title =        {Matrices for an Artificial Fishtail},
   howpublished = {hosted at {MORwiki} -- Model Order Reduction Wiki},
   month =        feb,
   year =         2019,
   doi =          {10.5281/zenodo.2558728}
 }
  • For the background on the benchmark:
 @Article{SieKM18,
   author =       {Siebelts, D. and Kater, A. and Meurer, T.},
   title =        {Modeling and Motion Planning for an Artificial Fishtail},
   journal =      {IFAC-PapersOnLine},
   year =         2018,
   volume =       51,
   number =       2,
   pages =        {319--324},
   doi =          {10.1016/j.ifacol.2018.03.055},
   publisher =    {Elsevier {BV}}
 }

References

  1. D. Siebelts, A. Kater, T. Meurer, Modeling and motion planning for an artificial fishtail, IFAC-PapersOnLine 51 (2) (2018) 319–324.