Solving PDE using pde modeler

1 view (last 30 days)
Alhussein Osama
Alhussein Osama on 20 Nov 2021
Commented: Alhussein Osama on 21 Nov 2021
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?

Answers (1)

Sulaymon Eshkabilov
Sulaymon Eshkabilov on 21 Nov 2021
Use: meshgrid() and del2()
  3 Comments
Sulaymon Eshkabilov
Sulaymon Eshkabilov on 21 Nov 2021
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 on 21 Nov 2021
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.

Sign in to comment.

Tags

Community Treasure Hunt

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

Start Hunting!