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!
