how to solve system of nonlinear PDE
Afficher commentaires plus anciens
how can i solve following system of PDE with matlab : 1-first equation:dx1/dt=-0.1dx1/dz-10^6*x1*exp(-11250/1.986*x2) 2-second equation : dx2/dt=-0.1dx2/dz+4.25*10^9*x1*exp(-11250/1.986*x2)+0.2*(340-x2)
1 commentaire
Azzi Abdelmalek
le 18 Oct 2012
dx/dt or dx/dz or both ?
Réponses (1)
Sachin Ganjare
le 18 Oct 2012
0 votes
You can use 'pdenonlin' function.
Refer link below:
Hope it helps!!
1 commentaire
Deepak Ramaswamy
le 22 Oct 2012
Hi,
Looks like the commenter's equation is 1-D in the "z" dimension. Therefore pdepe() seems more appropriate. Generally speaking, pdenonlin() that is available via the PDE Toolbox, is for problems described over 2-D geometry although clearly it can be used for 1-D in space problems as well (by extending geometry to 2-D).
Deepak
Catégories
En savoir plus sur Eigenvalue Problems 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!