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 "Linear 1D Beam"

m (Correct dof)
 
(One intermediate revision by one other user not shown)
Line 7: Line 7:
 
[[Category:SISO]]
 
[[Category:SISO]]
 
[[Category:Sparse]]
 
[[Category:Sparse]]
  +
  +
{{Infobox
  +
|Title = Linear 1D Beam
  +
|Benchmark ID =
  +
* linear1DBeam_n14m1q1
  +
* linear1DBeam_n18m1q1
  +
* linear1DBeam_n19994m1q1
  +
* linear1DBeam_n19998m1q1
  +
|Category = oberwolfach
  +
|System-Class = LTI-SOS
  +
|nstates =
  +
* 14
  +
* 18
  +
* 19994
  +
* 19998
  +
|ninputs = 1
  +
|noutputs = 1
  +
|nparameters = 0
  +
|components = B, C, E, K, M
  +
|License = NA
  +
|Creator = [[User:Himpe]]
  +
|Editor =
  +
* [[User:Himpe]]
  +
* [[User:Mlinaric]]
  +
* [[User:Hund]]
  +
|Zenodo-link = NA
  +
}}
   
   
Line 198: Line 225:
 
title = {Linear 1{D} Beam},
 
title = {Linear 1{D} Beam},
 
howpublished = {hosted at {MORwiki} -- Model Order Reduction Wiki},
 
howpublished = {hosted at {MORwiki} -- Model Order Reduction Wiki},
url = <nowiki>{http://modelreduction.org/index.php/Linear_1D_Beam}</nowiki>,
+
url = <nowiki>{https://modelreduction.org/morwiki/Linear_1D_Beam}</nowiki>,
 
year = 2004
 
year = 2004
 
}
 
}

Latest revision as of 07:32, 17 June 2025


Linear 1D Beam
Background
Benchmark ID
  • linear1DBeam_n14m1q1
  • linear1DBeam_n18m1q1
  • linear1DBeam_n19994m1q1
  • linear1DBeam_n19998m1q1
Category

oberwolfach

System-Class

LTI-SOS

Parameters
nstates
  • 14
  • 18
  • 19994
  • 19998
ninputs

1

noutputs

1

nparameters

0

components

B, C, E, K, M

Copyright
License

NA

Creator

Christian Himpe

Editor
Location

NA


Description

Figure 1
Figure 2
Figure 3
Figure 4

Moving structures are an essential part of many microsystem devices, among them fluidic components like pumps and electrically controllable valves, sensing cantilevers, and optical structures.

Several actuation principles can be employed on microscopic length scales, the most frequent certainly the electromagnetic forces. While electrostatic actuation falls behind at the macro scale, the effect of charged bodies outperforms magnetic forces in the micro scale both in terms of performance and fabrication expense.

While the single component can easily be simulated on a usual desktop computer, the calculation of a system of many coupled devices still presents a challenge. This challenge is raised by the fact that many of these devices show a nonlinear behavior. Especially for electrostatic structures, a further difficulty is the large reach of the electrostatic forces, leading to a strong spatial coupling of charges.

Accurate modelling of such a system typically leads to high order models. The tasks of simulation, analysis and controller design of high order nonlinear control systems can be simplified by reducing the order of the original system and approximating it by a lower order model.

A application of electrostatic moving structures are e.g. RF switches or filters. Given a simple enough shape, they often can be modelled as one-dimensional beams embedded in two or three dimensional space.

Model Description

This model describes a slender beam with four degrees of freedom per node:

x Axial displacement
\theta_x Axial rotation
y Flexural displacement
\theta_z Flexural rotation

See Fig. 2 for Degree of Freedom x, Fig. 3 for Degree of Freedom \theta_x and Fig. 4 for Degrees of freedom y and \theta_z.

The beam is supported either on the left side or on both sides. For the left side (fixed) support, the force is applied on the rightmost node in y direction, whereas for the support on both sides (simply supported), a node in the middle is loaded. The damping matrix is calculated by a linear combination of the mass matrix M and the stiffness matrix K.

Origin

This benchmark is part of the Oberwolfach Benchmark Collection[1]; No. 38861.

Data

Based on the finite element discretization presented in[2], an interactive matrix generator has been created using Wolfram Research's webMathematica. However, models produced by this generator are in the DSIF[3] format, which allows for nonlinear terms. For the purpose of the benchmark collection, we have precomputed four systems and converted them to the Matrix market format which is easier to import in standard computer algebra packages.

All examples are made for a steel beam with the following properties:


Property Value
Beam length (l) 0.1 m
Material density (rho) 8000 kg/m3
Cross-sectional area (A) 7.854\cdot 10^{-7} m2
Moment of inertia (I) 4.909\cdot 10^{-14} m4
Polar moment of inertia (J) 9.817\cdot 10^{-14}
Modulus of elasticity (E) 2\cdot 10^{11} Pa
Poisson ratio (nu) 0.29
Contribution of M to damping 100
Contribution of K to damping 0.01
Support Simple, both sides

The following examples are available (all files are compressed .zip archives, Units: SI):

File Degrees of freedom Number of nodes Number of equations File size [B] Compressed size [B]
Linear1dBeam-dim1e1-LF10.zip flexural (y and \theta_z) 10 18 5935 2384
Linear1dBeam-dim1e4-LF10000.zip flexural (y and \theta_z) 10000 19998 6640324 716807
Linear1dBeam-dim1e1-LFAT5.zip flexural (y and \theta_z), axial, torsional 5 14 4045 2255
Linear1dBeam-dim1e5-LFAT5000.zip flexural (y and \theta_z), axial, torsional 5000 19994 5532532 627991

The zip files contain matrices M, E, K, B and C for the following system of equations:


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

where B is a n \times 1 matrix and C is a 1 \times n matrix with the only nonzero entry at the y DOF of the middle node.

Details of the implementation are available in a separate report. A typical input to this system is a step response; periodic on/off switching is also possible. The reduced model should thus both represent the step response as well as the possible influence of higher order harmonics. See also [4].

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 1}, C \in \mathbb{R}^{1 \times N}

System variants:

LF10: N = 18, LF100: N = 19998, LFAT5: N = 14, LFAT5000: N = 19994,

Citation

To cite this benchmark, use the following references:

  • For the benchmark itself and its data:
Oberwolfach Benchmark Collection, Linear 1D Beam. hosted at MORwiki - Model Order Reduction Wiki, 2004. http://modelreduction.org/index.php/Linear_1D_Beam
@MISC{morwiki_linear_beam,
  author =       {{Oberwolfach Benchmark Collection}},
  title =        {Linear 1{D} Beam},
  howpublished = {hosted at {MORwiki} -- Model Order Reduction Wiki},
  url =          {https://modelreduction.org/morwiki/Linear_1D_Beam},
  year =         2004
}
  • For the background on the benchmark:
@TechReport{morLieRK06,
  title =        {MST MEMS Model Order Reduction: Requirements and Benchmarks},
  author =       {J. Lienemann, E.B. Rudnyi and J.G. Korvink},
  journal =      {Linear Algebra and its Applications},
  year =         2006,
  volume =       415,
  issue =        2--3,
  pages =        {469--498},
  month =        {June},
  publisher =    {Elsevier},
  doi =          {10.1016/j.laa.2005.04.002}
}


References

  1. J.G. Korvink, E.B. Rudnyi, Oberwolfach Benchmark Collection, In: Dimension Reduction of Large-Scale Systems, Lecture Notes in Computational Science and Engineering, vol 45: 311--315, 2005.
  2. W. Weaver Jr., S.P. Timoshenko, D.H. Young, Vibration problems in engineering, 5th ed., Wiley, 1990.
  3. J. Lienemann, B. Salimbahrami, B. Lohmann, J.G. Korvink, A File Format for the Exchange of Nonlinear Dynamical ODE Systems, Dimension Reduction of Large-Scale Systems, Lecture Notes in Computational Science and Engineering, vol 45: 317--326, 2005.
  4. J. Lienemann, E.B. Rudnyi, J.G. Korvink MST MEMS model order reduction: Requirements and benchmarks, Linear Algebra and its Applications 415(2--3): 469--498, 2006.