Large Deflections of an end-loaded beam
Version 1.7 (11,2 ko) par
Brian Jensen
This function uses elliptic integrals to find the full beam bending solution of large-deflection beams.
generalbeambending.m: This function uses elliptic integrals to find the deflected position of a nondimensionalized beam. The nondimensionalized force, force direction, and end moment are inputs, and the function returns all possible solutions to the beam bending problem for that set of loads.
BeamBendingForward.m: This script shows how to use the function for a dimensional case.
Onebeamsolution.m: This script shows how to use the function for a non-dimensional case.
The function uses the function elliptic12 written by Moiseev Igor. Full citation: Moiseev Igor (2024). Elliptic Integrals and Functions (https://www.mathworks.com/matlabcentral/fileexchange/8805-elliptic-integrals-and-functions), MATLAB Central File Exchange.
Citation pour cette source
Brian Jensen (2025). Large Deflections of an end-loaded beam (https://fr.mathworks.com/matlabcentral/fileexchange/166191-large-deflections-of-an-end-loaded-beam), MATLAB Central File Exchange. Extrait(e) le .
Compatibilité avec les versions de MATLAB
Créé avec
R2024a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS LinuxTags
Remerciements
Inspiré par : Elliptic Integrals and Functions
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Découvrir Live Editor
Créez des scripts avec du code, des résultats et du texte formaté dans un même document exécutable.
| Version | Publié le | Notes de version | |
|---|---|---|---|
| 1.7 | Version 1.7 fixes an error with the return of moments for the undeflected case. |
||
| 1.6.3 | Change the title |
||
| 1.6.2 | Added another example script. |
||
| 1.6.1 | Revised project image |
||
| 1.6.0 |
