Solving PDE involving boundary condition with partial derivatives with respect to space and time.
Show older comments
Dear all,
I am trying to solve the following PDE (one-dimension diffusion):

with the following boundary condition :

I read the documentation here : http://www.mathworks.com/help/matlab/math/partial-differential-equations.html?refresh=true#f1-697925 and I saw that it works for boundary conditions that can be expressed as :

I don't know how to express my boundary condition under this form, since it contains two partial derivatives. How to address this problem properly?
Thank you.
PS: I have quite a few libraries available, but not the PDE toolbox.
3 Comments
Torsten
on 17 Dec 2015
It's a very unusual boundary condition.
Neither pdepe nor the PDE toolbox will be able to handle it.
Where does it come from ? Are you sure it is adequate ?
Best wishes
Torsten.
Cedric
on 17 Dec 2015
So your question is not how to fully solve your differential equation, but rather how to treat this kind of problems numerically with MATLAB?
Accepted Answer
More Answers (0)
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!



