Solve heat equation with source term
显示 更早的评论
I have a system of coupled PDEs relatd to the heat equation that I am trying to solve using the 'pdepe' command in Matlab. The equations are as follows-
Here, 'T' and 'm' are the independent variables and 't' is time. A(m, T) is a function of both 'm' and 'T' while k(T) is a function of T only. B is a constant. The initial conditions are as follows-
The boundary conditions are-
I know how to use pdepe when only one independent variable is there but with two I am having trouble casting these equations in the matrix form that is expected by the solver. Any help is appreciated!
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 PDE Solvers 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!