how to solve system of nonlinear PDE
Show older comments
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 Comment
Azzi Abdelmalek
on 18 Oct 2012
dx/dt or dx/dz or both ?
Answers (1)
Sachin Ganjare
on 18 Oct 2012
0 votes
You can use 'pdenonlin' function.
Refer link below:
Hope it helps!!
1 Comment
Deepak Ramaswamy
on 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
Categories
Find more on Boundary Conditions in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!