Static analysis - Suspension bridge - A benchmark solution
This is a benchmark solution to estimate the wind-induced static displacement of a single span suspension bridge. Only the horizontal wind component normal to the bridge deck is considered.
The lateral, vertical and torsional displacement can be computed. The mode shapes and eigen-frequencies of the bridge are calculated inside a sub-folder named "eigenBridge". The static response is computed with the Matlab function "staticResponse.m" and the files that manages the call of all these functions is "Example.m".
To have an quick overview of the results see the html example attached.
You can modify the bridge properties inside the files "Example.m" and "LysefjordBridge.m".
The data for the bridge used in this example are taken from [1],[2], and [3], which are freely available on the internet.
Any comments or suggestions is warmly welcomed to improve the script.
[1] Opsahl Steigen, R. (2011). Modeling and analyzing a suspension bridge in light of deterioration of the main cable wires.
[2] Tveiten, J. (2012). Dynamic analysis of a suspension bridge.
[3] Gran, B. (2012). Konstruksjonsanalyse av en hengebro.
Citar como
E. Cheynet (2024). Static analysis - Suspension bridge - A benchmark solution (https://www.mathworks.com/matlabcentral/fileexchange/51966-static-analysis-suspension-bridge-a-benchmark-solution), MATLAB Central File Exchange. Recuperado .
Compatibilidad con la versión de MATLAB
Compatibilidad con las plataformas
Windows macOS LinuxCategorías
- MATLAB > Mathematics > Numerical Integration and Differential Equations >
- Physical Modeling > Simscape Multibody > Multibody Modeling >
- Engineering > Mechanical Engineering > Statics and Dynamics >
Etiquetas
Agradecimientos
Inspirado por: Calculation of the modal parameters of a suspension bridge
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.
staticAnalysis/
staticAnalysis/html/
Versión | Publicado | Notas de la versión | |
---|---|---|---|
3.1.0.0 | -eigenBridge is slightly modified |
||
3.0.0.0 | Added an example file + more detailed functions
|
||
2.1.0.0 | correction from wrong previous update |
||
2.0.0.0 | - Simplification and bugs correction |
||
1.0.0.0 | -description updated - picture updated |