Solving Boundary Value Problem in 2D

I am trying to solve the 2D boundary value problem (energy equation for non-isothermal flow of non-newtonian fluids) inside a channel with rectangular cross-section. One version of that equation looks e.g. like this: a.dT/dx=d^2T/dy^2+b.exp(-T) Do the existing capabilities of Matlab offer a way for solving a BVP of this type without programming a finite difference code?

 Accepted Answer

Torsten
Torsten on 23 Nov 2017
Interpret x as time(t) and y as length(x) and use MATLAB's "pdepe".
Best wishes
Torsten.

2 Comments

Danke Torsten. I didn't know that such function exists. Is there a chance you have some examples that you can share? Saeid
Torsten
Torsten on 24 Nov 2017
Edited: Torsten on 24 Nov 2017
Here are some examples:
https://de.mathworks.com/help/matlab/ref/pdepe.html#f93-998895
Maybe the MATLAB documentation contains some more.
Best wishes
Torsten.

Sign in to comment.

More Answers (0)

Categories

Asked:

on 23 Nov 2017

Edited:

on 24 Nov 2017

Community Treasure Hunt

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

Start Hunting!