Newmark b method for bi-linear SDOF structure with iteration

To solve bi-linear SDOF structure with iteration by Newmark b method. Reproduce example table in the text.
162 téléchargements
Mise à jour 22 mai 2020

Afficher la licence

The original program was developed by Mr. Christopher Wong. Thanks for his compact work. I learned a lot from the original program. The reference book in my case was Dynamics of Structures by Dr. Chopra, second ed.2001, p191. The model parameters seems to be different between 2nd and 4th edition. I tried to reproduce Table E5.6, p192. The convergence procedure in the original program was not clear. I am a beginner of Matlab. So, for the sakes of solving non-linear DSOF and practicing Matlab, I started to modify the original program of Mr. Christopher Wong. The followings are items of modification.

1) Parameters used are from 2nd edition of Dynamics of Structures by Dr. Chopra.
2) Full wave length of sine wave was used to generate yielding in both directions.
3) Compatibility conditions were considered to calculate acceleration.
4) A variable flg was introduced to specify a state of force-deformation relation, such as flg=1 elastic, flg=2 yield, flg=3 rebound elastic.
5) Rebound elastic is generated when du*du0<0 of flg=2, where du is incremental deformation.

Citation pour cette source

fumio hakamada (2024). Newmark b method for bi-linear SDOF structure with iteration (https://www.mathworks.com/matlabcentral/fileexchange/71919-newmark-b-method-for-bi-linear-sdof-structure-with-iteration), MATLAB Central File Exchange. Extrait(e) le .

Compatibilité avec les versions de MATLAB
Créé avec R2019a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Test and Measurement dans Help Center et MATLAB Answers
Tags Ajouter des tags

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
2.0.0

now, e53f.m, revised to be generalized
1)to have positive yield stiffness ky2,
2)to be applied to cyclic loads, including EQ record.

1.0.0