【源码】采用空间有限元法和时间域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.


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

相关文章: