Steady state heat conduction problem

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 9K views
udvat
Messages
2
Reaction score
0
I have to solve a problem regarding "2D steady state heat conduction problem with an internal heat generation source". For boundary value, dirichlet is applied at 3 sides and neumann is at one side.


I can solve this problem when no internal heat source exists and only dirichlet is applied.
Would anyone please suggest me how can I solve the problem?
 
Physics news on Phys.org


I solved the problem my self. I would recommend the book "Heat Conduction" by Ozesik for
solving this type of problem. Its the best.

I have one queation, is it possible to get the exact solution of nonhomogeneous partial equation using matlab?
 
if we have 2D heat equation
Ut=Uxx+Uyy+g(x,y)
and we have unit squre domain
where g is source term
and
initial and boundary conditions are
U(x,y,0)=0
and U(x,y,t)=0 for all t at boundary
can you tell me how we write in MATLAB code