Solving second order PDE
Ältere Kommentare anzeigen
Hi, I am trying to solve the following pde with initial condition CA(0,r)=0 and boundary conditions CA(t,0)=F(t) and CA(t,5)=0.
, where D_A and gamma_A are known constants.I tried using pdepe but was told that left boundary condition would be ignored when m=1 (cylindrical symmetry).
Then I tried discretizing space variable r before using ode15s, but was confused about how to construct the equation exactly.
Can anybody help?
2 Kommentare
darova
am 27 Jun. 2020
Can you please exaplain more about your equation?

Is it 
or 
Lotuny Lee
am 27 Jun. 2020
Bearbeitet: Lotuny Lee
am 27 Jun. 2020
Akzeptierte Antwort
Weitere Antworten (1)
J. Alex Lee
am 27 Jun. 2020
0 Stimmen
Does this help: https://www.mathworks.com/help/matlab/ref/pdepe.html
I believe that pdepe is available with base matlab.
It appeas to be able to do the space discretization automatically for you if you
1 Kommentar
Lotuny Lee
am 27 Jun. 2020
Kategorien
Mehr zu Boundary Conditions finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
