Coupled Partial Differential Equation
이전 댓글 표시
Hello, I need to solve two dimensional Partial Differential Equations:

Where z is axial and r is radial.
Ac, ɛ, Der, ρB, Rj, ΔHrxn and ri are known. I need t calculate Fi, Ci and T.
Which tool i need to use, how to start solving?
Thank in advance.
댓글 수: 5
Torsten
2019년 6월 3일
Any relationship between F_j and C_j ?
Bosnian Kingdom
2019년 6월 3일
편집: Bosnian Kingdom
2019년 6월 3일
Bosnian Kingdom
2019년 6월 5일
Zain Shabeeb
2019년 7월 7일
Hi Bosnian Kingdom,
I am trying to solve a similar system with coupled partial differential equations. I am trying to look for a sample code to incorporate my system. I would be extremely grateful if you could share your code so that I can make a start on my system.
I am not greatly experienced in MATLAB. I am not sure what kind of solver to use in the first place actually.
Thanks.
Bosnian Kingdom
2019년 8월 18일
답변 (1개)
Torsten
2019년 6월 4일
이동: Steve Miller
2023년 1월 10일
0 개 추천
Use MATLAB's "pdepe" with the relation
C_j = C_j0 * (F_j / Ft) * (T0 / T) * (P / P0)
as algebraic equation.
The time-derivatives in the examples for "pdepe" become z-derivatives in your case.
Note that you work in a cylindrical r-coordinates ; thus m = 1 for "pdepe".
카테고리
도움말 센터 및 File Exchange에서 Partial Differential Equation Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!