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.
43 téléchargements
Mise à jour 9 oct. 2024

Afficher la licence

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 Linux
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!
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