How do I solve fourth order PDE numerically?

5 ビュー (過去 30 日間)
Harris M
Harris M 2018 年 7 月 19 日
回答済み: Bill Greene 2018 年 7 月 24 日
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:
  1. y(0,t) = 0
  2. ∂y/∂x(0,t) = 0
  3. ∂^2y/∂x^2(L,t) = 0
  4. ∂^3y/∂x^3(L,t) = 0
where x ∈ [0,L] and ρ, A, E, I, P are constants.

採用された回答

Bill Greene
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 件)

カテゴリ

Help Center および File ExchangeBoundary Conditions についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by