Static analysis - Suspension bridge - A benchmark solution

This matlab code computes the static displacement of a suspension bridge
861 download
Aggiornato 13 dic 2015

Visualizza la licenza

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.

Cita come

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. Recuperato .

Compatibilità della release di MATLAB
Creato con R2013a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

staticAnalysis/html/

Versione Pubblicato Note della release
3.1.0.0

-eigenBridge is slightly modified

3.0.0.0

Added an example file + more detailed functions
-
-description updated

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