How do I solve fourth order PDE numerically?
5 次查看(过去 30 天)
显示 更早的评论
I am trying to solve the beam equation ρA(∂^2y/∂t^2) + EI(∂^4y/∂x^4)+ P(∂^2y/∂x^2) = 0 with the following boundary conditions:
- y(0,t) = 0
- ∂y/∂x(0,t) = 0
- ∂^2y/∂x^2(L,t) = 0
- ∂^3y/∂x^3(L,t) = 0
where x ∈ [0,L] and ρ, A, E, I, P are constants.
0 个评论
采纳的回答
Bill Greene
2018-7-24
I have created an example, which might be of help, showing how to use the pdepe function to solve the beam equation : pdepe beam dynamics
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Boundary Conditions 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!