Two mass damper spring system in simulink

7 ビュー (過去 30 日間)
Thomas J. M.
Thomas J. M. 2015 年 10 月 2 日
コメント済み: Thomas J. M. 2015 年 10 月 3 日
How can I draw a block diagram for this system? M1=M2=1kg, b1= 1N/rad/s K1=K2= 1N/rad. All initial conditions are set to zero.
Thanks!

採用された回答

Rick Rosson
Rick Rosson 2015 年 10 月 2 日
編集済み: Rick Rosson 2015 年 10 月 2 日
You can represent each mass as a series combination of an integrator and a gain. The value of the gain will be either M or 1/M depending on how you set things up. Likewise, you can model each spring the same way, except the value of the gain will be either k or 1/k depending on your choice of input and output. Finally, the damper is just a gain without an integrator, with the value of the gain either b or 1/b.
Before trying to model the system in Simulink, it would be helpful to write down the differential equations for each element of the system. Then, using the diagram of the physical system, you can identify the equations that relate the velocities and/or forces at connection points between each pair of elements. Finally, you can figure out how to represent the entire system as a block diagram, with each input and output representing either a force or a velocity.
Remember, the constitutive relations for each component are as follows:
  • For each mass: F = m dv/dt or dv = (1/m) F dt
  • For each spring: v = (1/k) (dF/dt) or dF = k v dt
  • For the dashpot: F = bv
HTH.
  1 件のコメント
Thomas J. M.
Thomas J. M. 2015 年 10 月 3 日
Thank you for your very detailed answer! I appreciate your help, and I might be able to solve it now!
Thomas

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeGeneral Applications についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by