The spider as an artist Has never been employed Though his surpassing merit Is freely certified Emily Dickinson |
The natural frequencies and mode shapes of multibody structures can be found by collecting the connection constraints into a nonlinear eigenvalue problem (NLEVP). This project provides tools for constructing such NLEVPs for networks of elastic strings, spiderwebs being typical examples. The NLEVPs in this project are similar to dynamic stiffness matrices, but they do not need to be symmetric (damping is allowed) and their derivation does not require algebra to eliminate displacement constraints.
An NLEVP maps complex scalars to square matrices. When the matrix is singular, the input is called an eigenvalue, and all corresponding null vectors of the matrix are its eigenvectors. The NLEVPs produced by this project have eigenvalues at natural frequencies of the related multibody system. The mode shapes of the structure can then be derived from the eigenvectors.
The primary purpose of this project is to provide interesting problem examples, not to provide solution methods or provide realistic natural frequencies of actual spiderwebs.
- Download the project
- Update MATLAB's working directory (or search path) to include the project directory
- Run
demo_tritare
to test your setup- A figure should display a wiggly Y-shape that is a modal vibration of a "tritare" string
- Modify
demo_tritare.m
to choose a different mode (choose a value ofj
from 1 to 24) - Rerun
demo_tritare
to see the corresponding mode shape
You may want to examine the code of demo_tritare.m
and the documentation of mode_curves.m
to see how the outputs
of NLEVP-producing functions like tritare
can be used.
Notes further explaining this codebase are in preparation. A link will be provided when ready.
This project runs in base MATLAB without any additional packages needed. It was developed with versions 2020a and 2021b but is expected to work in much older versions.