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!