Solving 1D advection equation
5 ビュー (過去 30 日間)
古いコメントを表示
I am trying to solve the following pde equation using pdepe

In addition to initial condition, is it required to specify boundary condition to solve the above equation using pdepe solver?
0 件のコメント
回答 (1 件)
Torsten
2019 年 9 月 2 日
pdepe is not suited to solve pdes without second-order spatial derivative.
You will have to discretize the above equation on your own and call ode15s to solve the resulting system of ordinary differential equations.
Look up "method-of-lines" for more details.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Eigenvalue Problems についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!