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.
155 Downloads
Updated 22 May 2020

View License

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.

Cite As

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

MATLAB Release Compatibility
Created with R2019a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Test and Measurement in Help Center and MATLAB Answers
Tags Add Tags

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
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