nonlinear time dependent PDE
Show older comments
Does anybody know how to solve the following nonlinear time dependent PDE?
Du/Dt+(u*Du/Dx)^2+(u^3)*D^2(u)/Dx^2+u^3;
initial condition:
u0=0
boundary conditions:
at x=0 ==> Du/Dx=10;
at x=1==> Du/Dx=0;
Any help or suggestions would be appreciated
Answers (1)
Torsten
on 23 Jan 2015
0 votes
Try MATLAB's "pdepe".
Best wishes
Torsten.
Categories
Find more on Boundary Conditions 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!