Coupled Partial Differential Equation
Afficher commentaires plus anciens
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 commentaires
Torsten
le 3 Juin 2019
Any relationship between F_j and C_j ?
Bosnian Kingdom
le 3 Juin 2019
Modifié(e) : Bosnian Kingdom
le 3 Juin 2019
Bosnian Kingdom
le 5 Juin 2019
Zain Shabeeb
le 7 Juil 2019
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
le 18 Août 2019
Réponses (1)
Torsten
le 4 Juin 2019
Déplacé(e) : Steve Miller
le 10 Jan 2023
0 votes
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".
Catégories
En savoir plus sur Partial Differential Equation Toolbox dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!