Coupled Partial Differential Equation

Hello, I need to solve two dimensional Partial Differential Equations:
2D PDE.jpg
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
Torsten 2019 年 6 月 3 日
Any relationship between F_j and C_j ?
Bosnian Kingdom
Bosnian Kingdom 2019 年 6 月 3 日
編集済み: Bosnian Kingdom 2019 年 6 月 3 日
C_j = C_j0 * (F_j / Ft) * (T0 / T) * (P / P0)
Where Cj0, T0, P and P0 are known.
Ft=summ of F_j
Bosnian Kingdom
Bosnian Kingdom 2019 年 6 月 5 日
Thank you for the answer, i'll try.
Zain Shabeeb
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
Bosnian Kingdom 2019 年 8 月 18 日
Hi Zain,
sorry on my late answer, but i didn't solve PDE above. Did you solve yours? I also need help.
Thanks in advance.

サインインしてコメントする。

回答 (1 件)

Torsten
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 ExchangePartial Differential Equation Toolbox についてさらに検索

質問済み:

2019 年 6 月 3 日

移動済み:

2023 年 1 月 10 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by