Stabilization of a Smart Beam with a Tip Mass

a project with a background image

This demonstration project explore a magnetizable smart (piezoelectric) beam model of unit length subjected to a dynamic tip load. There are significant interactions between electromagnetic and acoustic waves, characterized by differences in wave propagation speeds. The yellow strips on the top and bottom surfaces of the beam represent electrodes that are perfectly bonded to the piezoelectric material. The blue section represents a tip mass m which dynamically couples with the beam’s strain at the tip. Use the sliders to adjust default material parameters. The initialization code has detailed instructions. The system employs a non-collocated observer-controller design. Two controllers positioned at the right end manage mechanical and electromagnetic vibrations using applied voltage and strain controllers, while the observer dynamics at the left tip guide these controllers. The first two gauges track error terms—the difference between observation and control systems—measuring the left tip velocity and total current. The third and fourth gauges represent controller dynamics, showing the right tip velocity and η -dynamics which describe the combined effects of the tip load and controllers. Simulations are performed over a 1 0-second interval for preset initial conditions. This Demonstration highlights the efficacy of the observer-controller system in stabilizing both mechanical and electromagnetic vibrations, validating theoretical results[1, 2]. Through the applied voltage and strain controllers, the system achieves rapid stabilization, underscoring the potential practical applications of the proposed control strategy in advanced piezoelectric devices.

Caption photos easily. On the left, a road goes through a tunnel. Middle, leaves artistically fall in a hipster photoshoot. Right, in another hipster photoshoot, a lumberjack grasps a handful of pine needles.
This image can also have a caption. It's like magic.

You can also put regular text between your rows of images, even citations (missing reference). Say you wanted to write a bit about your project before you posted the rest of the images. You describe how you toiled, sweated, bled for your project, and then… you reveal its glory in the next row of images.

You can also have artistically styled 2/3 + 1/3 images, like these.

The code is simple. Just wrap your images with <div class="col-sm"> and place them inside <div class="row"> (read more about the Bootstrap Grid system). To make images responsive, add img-fluid class to each; for rounded corners and shadows use rounded and z-depth-1 classes. Here’s the code for the last row of images above:

<div class="row justify-content-sm-center">
    <div class="col-sm-8 mt-3 mt-md-0">
        {% include figure.html path="assets/img/6.jpg" title="example image" class="img-fluid rounded z-depth-1" %}
    </div>
    <div class="col-sm-4 mt-3 mt-md-0">
        {% include figure.html path="assets/img/11.jpg" title="example image" class="img-fluid rounded z-depth-1" %}
    </div>
</div>

References