Higher derivatives in "PDEPE"
2 次查看(过去 30 天)
显示 更早的评论
When I want to consider "PDEPE" command for 1D PDE like Du/Dt = \nabla^4 u = \nabla \cdot \nabla^3 u, how can express the higher derivatives in f?
That is, f = \nabla^3 u. How can I modify this term with DuDx?
Thanks in advance.
0 个评论
回答(2 个)
David Ding
2017-4-27
HI Jaesung,
The "pdepe" function is suited to solve the PDE of the form shown in equation (1-3) of:
In your case, "f = \nabla^3 u" is unfortunately not in this form. MATLAB does offer ways to solve these kinds of PDEs numerically, for example, via the "pdeval" function.
0 个评论
Jaesung Lee
2017-4-30
1 个评论
Bill Greene
2017-4-30
Your equation for f_1 shows a derivative wrt y for u_2. I assume that is simply a typographical error? If that is the case, these equations look to me to be in a form acceptable to pdepe. What problem did you run into when you tried to solve them?
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 PDE Solvers 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!