How to solve diffusion equation in spherical coordinate using Matlab?
古いコメントを表示
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 件のコメント
Torsten
2019 年 2 月 20 日
You want to solve the equation only in r-direction (1-d) ?
MM2019
2019 年 2 月 20 日
I want to solve it in 3d for r, phi, and theta.
Torsten
2019 年 2 月 20 日
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
2019 年 2 月 20 日
Rohit Jain
2023 年 10 月 3 日
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?
回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Boundary Conditions についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
