how can i solve heat equation whit variable function ?
Mostrar comentarios más antiguos
hi
how can i do this :
dT/dx = c/U(y) * d^2T/dy^2
my full problem is :
sol1 := [diff(T(x, y), x)-1.775*10^(-5)*(diff(T(x, y), y, y))/(-1.218493440*10^11*y^2+4.244913600*10^6*y+0.33e-1) = 0, T(x, 0) = 0, (D[1](T))(0, y) = 1000, (D[1](T))(x, 0) = 2000]
thanks
5 comentarios
m
el 1 de Ag. de 2014
Michael Haderlein
el 1 de Ag. de 2014
Have you already googled and used the Matlab help? The heat equation is such a popular problem you'll most likely find a lot of examples.
Ahmet Cecen
el 1 de Ag. de 2014
It might help if you included a better formed problem statement. What are you trying to solve using the heat equation? Steady state heat profile of an object? Or are you trying to solve a symbolic equation and trying to get an explicit solution?
m
el 1 de Ag. de 2014
m
el 4 de Ag. de 2014
Respuestas (0)
Categorías
Más información sobre Physics en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!