MDOF Solver of Nonclassically Damped Systems

Calculates the response of multi-degree of freedom nonclassically damped linear system subjected to dynamic forces.
ダウンロード: 690
更新 2021/12/18

ライセンスの表示

Calculates the response of multi-degree of freedom nonclassically damped linear system subjected to dynamic forces (using Newmark's method [1]).
function Result=Newmark_Linear(M,C,K,f,fs)
Input
M:mass matrix (n*n)
C:damping matrix (n*n)
K:stiffness matrix (n*n)
f:external force matrix(n,N)
fs: sampling frequency
where n is the number of degrees of freedom, N is the length of data points of dynamic force
Output:
Result: is a structure consist of
Result.Displacement: Displacement (n*N)
Result.Velocity: Velocity (n*N)
Result.Acceleration: Acceleration (n*N)
References:
[1] Chopra, Anil K. "Dynamics of Structures. Theory and Applications to." Earthquake Engineering (2017).

引用

Ayad Al-Rumaithi (2024). MDOF Solver of Nonclassically Damped Systems (https://www.mathworks.com/matlabcentral/fileexchange/71936-mdof-solver-of-nonclassically-damped-systems), MATLAB Central File Exchange. 取得済み .

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

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.0.2

modified title and description

1.0.1

Reference

1.0.0