How to solve PDE with two regions
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Suppose I've a PDE which is valid in two regions.
Can we solve this eqns with pdepe solver?
0 Kommentare
Antworten (1)
Torsten
am 10 Jan. 2023
Yes.
Choose "a" as a grid point for pdepe. Then you can solve your system as one partial differential equation for C_B by adding the source term depending on whether z < a or z >= a.
4 Kommentare
Torsten
am 11 Jan. 2023
Can we solve above system with these BC's?
Not with pdepe.
You will have to discretize your equation and your transmission conditions in space, leave the time derivative in its continuous form and solve the system of ordinary differential equations using ODE15S.
Look up "method of lines" for more details.
Siehe auch
Kategorien
Mehr zu PDE Solvers finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!