Nonlinear parabolic PDE with PDE toolbox
1 view (last 30 days)
Show older comments
Hi,
I'd like to solve the PDE
$\partial u / \partial t = r*(\partial/\partial r[r*D0*(u/u0)^n])$
where D0, C0 and n are constants and $u=u(r,t)$
using the PDE toolbox. However, I don't seem to be able to find a way to set it up - mainly finding the coefficients to specify the PDE. Is there a way to do it? Any help would be much appreciated.
Thanks!
0 Comments
Answers (1)
Alan Weiss
on 23 Nov 2015
Generally, PDE Toolbox solves problems with second-order spatial derivatives. If you can manage to convert your problem into this form, then you can specify coefficients as documented.
Good luck,
Alan Weiss
MATLAB mathematical toolbox documentation
0 Comments
See Also
Categories
Find more on Eigenvalue Problems in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!