how to solve system of nonlinear PDE
Mostrar comentarios más antiguos
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 comentario
Azzi Abdelmalek
el 18 de Oct. de 2012
dx/dt or dx/dz or both ?
Respuestas (1)
Sachin Ganjare
el 18 de Oct. de 2012
0 votos
You can use 'pdenonlin' function.
Refer link below:
Hope it helps!!
1 comentario
Deepak Ramaswamy
el 22 de Oct. de 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
Categorías
Más información sobre Boundary Conditions en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!