Re: 2D Conduction Problem
Since nobody replied, you might try here:
http://www.physicsforums.com/
Re: 2D Conduction Problem
what you need is finite differences.
i'm not that familiar with matlab but
what you need to do is take a slice of the bar (the square csa)
and divide it into a grid so that you'll have 25 smaller squares
the corner of each little square will be a node, and you have to generate an equation for each node.
for the 3 sides kept at 300 degrees, each node is obviously = 300
for the internal nodes you must write a "computational molecule" which is based on the 4 adjoining nodes (up down left and right) and the material properties (thermal conductivity)
for the top nodes (convective cooling) agian will depend on the four surronding nodes, left right and down are going to be conduction, you must also inculde an "imaginary" node above the bar which is held at 100 degress and will be convective. [newtons law of cooling]
you'll need to have a timestep and initial tempratures.
i think you could use crank nicholson
although::: if you're given this question i presume you know the steps to take to solve it, maybe you asking for specific help wrt matlab??