Problem

The given cantilevered beam has a quadratic cross section (a=\SI{0.01}{\meter}) with E=\SI{2.1e11}{\newton\per\meter\squared}, \nu=0.3, \rho=\SI{7860}{\kilogram\per\meter\cubed}. It is discretized using the Finite Element Method and excited at the tip with F=\SI{1}{\newton} and of varying circular frequency (\Omega=\frac{s}{\mathrm{i}} ). No damping is assumed.

Generating a Reduced Order Model (ROM) via Modal Truncation with r=15 for a length of l=\SI{1.1}{\meter} leads to a good approximation

Now, we want to generate a parametric Reduced Order Model. Therefore, we compute the reduced matrices for two samples: \mathbf{p}_1(l=\SI{1.0}{\meter}) and \mathbf{p}_2(l=\SI{1.2}{\meter}). To motivate the need for a transformation, we directly interpolate the reduced matrices obtained for the two samples to get reduced matrices for the queried parameter point \mathbf{p}(l=\SI{1.1}{\meter})

It can be seen that this gives very inaccurate results, especially for higher frequencies.

Before the transformation, most modes have the same shape but are deflected in opposite directions or change their position.


\mathbf{p}_1(l=\SI{1.0}{\meter})


\mathbf{p}_2(l=\SI{1.2}{\meter})

To circumvent this problem we now first compute a generalized coordinate system \mathbf{R} and transform the reduced matrices from the individual samples to this coordinate system following the approach of pMOR by Matrix Interpolation.

After the transformation the modes resemble the generalized coordinate system and each other.


\mathbf{p}_1(l=\SI{1.0}{\meter})


\mathbf{p}_2(l=\SI{1.2}{\meter})


This delivers a very accurate approximation of the full solution also for higher frequencies. Note that errors still occur because the reduced system matrices for the queried parameter point are obtained by linear interpolation but the dependency of the stiffness matrix on the length of the beam is cubic.

  • Keine Stichwörter