Solving PDE using pde modeler

1 次查看(过去 30 天)
Alhussein Osama
Alhussein Osama 2021-11-20
I'm trying to solve this PDE using pde modeler. I can't find any PDE mode that works with my equation, so what should I do to customize the PDE to solve my equation?

回答(1 个)

Sulaymon Eshkabilov
Sulaymon Eshkabilov 2021-11-21
Use: meshgrid() and del2()
  3 个评论
Sulaymon Eshkabilov
Sulaymon Eshkabilov 2021-11-21
Yes, you are right that del2 is Laplacian. Now I see your eqn is 1st order that I overlooked. With the given BCs, you can employ Gauss-Siedl method.
Alhussein Osama
Alhussein Osama 2021-11-21
I don't think it's 1st order too. We have gradient in the beginning then divergence in the end, so I think it's 2nd order.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Geometry and Mesh 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by