How to solve diffusion equation in spherical coordinate using Matlab?
Show older comments
PDE toolbox in Matlab expects the equations in Cartesian coordinate. In this page it says what the general shape of the equations should be: https://nl.mathworks.com/help/pde/pde-coefficients.html
that is:

I want to solve the diffusion equations:

Thus, in my case m, a, and f are zero. If we are in Cartesian coordinate then d is one and c, the diffusion constant, is for example 0.001. However, I want to solve the equations in spherical coordinates. Here is a link to Laplacian in spherical coordinate:
How can I solve the diffusion equation in the spherical coordinates in Matlab? or How can I determine the matrix of coefficienct "c" in spherical coordinates?
5 Comments
Torsten
on 20 Feb 2019
You want to solve the equation only in r-direction (1-d) ?
MM2019
on 20 Feb 2019
I want to solve it in 3d for r, phi, and theta.
Torsten
on 20 Feb 2019
If you create the 3d-geometry as a sphere and solve the equation in Cartesian coordinates, it will work. Why do you want to solve the equation on a 3d block and solve the equation in spherical coordinates ?
Yashar
on 20 Feb 2019
Rohit Jain
on 3 Oct 2023
Hello,
Did you find a solution to your problem? I am working with a similar problem, could you please share something if that's possible?
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!