How can I solve simultaneous PDEs using pdepe?
Show older comments
I have a set of two pdes that are interlinked. How do I use pdepe to solve the two equations simultaneously?
Accepted Answer
More Answers (2)
Bill Greene
on 8 Oct 2013
2 votes
By "two pdes that are interlinked" do you mean that you have two PDE and two dependent variables, say, u1 and u2?
If so, pdepe can definitely solve systems of this type. Take a look at example 2 on this page:
pdepe can handle systems with any reasonable number of partial differential equations.
If you have a different type of PDE system in mind, please provide more information and we may be able to point you in the right direction.
Bill
I have a similar question (I think).
Can the pdepe tool solve coupled pde's?
The example on the link you sent has a vector of coefficients for the f function that depend on DuDx. Can I enter Du(1)Dx and Du(2)Dx? Below is the general form of the equations:
Thanks in advance!
d(u1)/dt = d/dx (d(u1)/dx - d(u2)/dx))
d(u2)/dt = d/dx (d(u2)/dx - d(u2)/dx))
Categories
Find more on PDE Solvers 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!