Solve heat equation with source term
14 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Nishant Gupta
el 16 de Jul. de 2020
Editada: Nishant Gupta
el 9 de Ag. de 2020
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-
(T0 is a constant)
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 comentarios
Respuesta aceptada
Bill Greene
el 17 de Jul. de 2020
T and m are referred to as dependent variables, not independent; x and t are the independent variables. This Example shows how to use pdepe for a problem with two dependent variables. To satisfy the requirements for pdepe input, you will need to substitute your second equation into the first to eliminate .
0 comentarios
Más respuestas (0)
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!