How to solve diffusion equation in spherical coordinate using Matlab?
Mostrar comentarios más antiguos
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 comentarios
Torsten
el 20 de Feb. de 2019
You want to solve the equation only in r-direction (1-d) ?
MM2019
el 20 de Feb. de 2019
I want to solve it in 3d for r, phi, and theta.
Torsten
el 20 de Feb. de 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
el 20 de Feb. de 2019
Rohit Jain
el 3 de Oct. de 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?
Respuestas (0)
Categorías
Más información sobre Boundary Conditions en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
