【源码】采用空间有限元法和时间域Newmark法求解梁的振动问题

求解欧拉-伯努利梁的振动问题(包括静载自由简支梁)。

Solve the vibration of Euler-Bernoulli beam (including calmped-free and simply-supported). 


首先,采用有限元方法对域进行离散化,生成线性二阶振ODE。

First the finite element method is used to discretize the domain and produce a linear second-order ODE.

 

然后利用Newmark方法对ODE进行时域数值积分。

Then the ODE is numerically integrated in time domain by Newmark method.


完整源码下载请点击“阅读原文”

相关文章:

  • 2022-02-28
  • 2021-06-23
  • 2021-05-18
  • 2022-12-23
  • 2021-11-29
猜你喜欢
  • 2022-01-24
  • 2021-11-22
  • 2022-12-23
  • 2021-09-08
  • 2022-12-23
  • 2021-12-18
  • 2022-12-23
相关资源
相似解决方案