How to solve second order partial differential equations ?

20 次查看(过去 30 天)
I have set of equations which I need to solve using pdetool. I am attaching snapshot of equations. How can I solve these ?

回答(2 个)

Bill Greene
Bill Greene 2014-12-9
编辑:Bill Greene 2014-12-10
This problem is straightforward to solve using PDE Toolbox. I suggest you look at this example http://www.mathworks.com/help/pde/examples/heat-distribution-in-a-circular-cylindrical-rod.html for how to handle cylindrical geometry and this example for how to handle multiple layers http://www.mathworks.com/help/pde/examples/deflection-of-a-piezoelectric-actuator.html
You don't show any boundary conditions on the edges where x=constant. If those edges are insulated (i.e. your problem is really one-dimensional), you can use the pdepe function in core MATLAB. pdepe has an option to "automatically" handle the cylindrical coordinate system so it is particularly easy to use for this problem.
Bill

Torsten
Torsten 2014-12-9
This is a multilayer problem with internal heat sources.
As far as I know, there is no ready-to-use pdetool to solve this kind of problem.
You will have to discretize your equations, boundary conditions and transition conditions between the layers in space and solve the resulting system of ordinary differential equations in time by an ODE integrator (ODE15s).
Best wishes
Torsten.

Community Treasure Hunt

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

Start Hunting!

Translated by