Newmark b method for bi-linear SDOF structure with iteration

バージョン 2.0.0 (2.78 KB) 作成者: fumio hakamada
To solve bi-linear SDOF structure with iteration by Newmark b method. Reproduce example table in the text.
ダウンロード: 171
更新 2020/5/22

ライセンスの表示

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.

引用

fumio hakamada (2025). 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. に取得済み.

MATLAB リリースの互換性
作成: R2019a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersTest and Measurement についてさらに検索
タグ タグを追加

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
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