First order partial differential equations system - Numerical solution
古いコメントを表示
Hello everyone!
I would like to solve a first order partial differential equations (2 coupled equations) system numerically. I just want to make sure that my thoughts are correct.
So firstly, I will start by doing a discretization to each of the two equations and then I will use ode15s to solve the ordinary differential equations that I got from the first step. Am I right? Which method of discretization do you recommend me to use?
Note: My equations are similar to the linear advection equation but with a source term.
Thank you very much.
Malak
2 件のコメント
Torsten
2019 年 1 月 16 日
Start with first-order upwind.
Malak Galal
2019 年 1 月 18 日
編集済み: Malak Galal
2019 年 1 月 18 日
採用された回答
その他の回答 (3 件)
Malak Galal
2019 年 2 月 22 日
0 投票
1 件のコメント
Torsten
2019 年 2 月 22 日
Hello Malak,
nx and nt can be chosen completely independent from each other.
Best wishes
Torsten.
カテゴリ
ヘルプ センター および File Exchange で Linear Algebra についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
