Download 2 - D STEADY STATE HEAT CONDUCTION

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

Solar water heating wikipedia , lookup

Thermal comfort wikipedia , lookup

Space Shuttle thermal protection system wikipedia , lookup

Heat pipe wikipedia , lookup

Solar air conditioning wikipedia , lookup

Underfloor heating wikipedia , lookup

Intercooler wikipedia , lookup

Heat exchanger wikipedia , lookup

Dynamic insulation wikipedia , lookup

Thermal conductivity wikipedia , lookup

Heat sink wikipedia , lookup

Building insulation materials wikipedia , lookup

Cogeneration wikipedia , lookup

Economizer wikipedia , lookup

Copper in heat exchangers wikipedia , lookup

Thermoregulation wikipedia , lookup

Heat wave wikipedia , lookup

R-value (insulation) wikipedia , lookup

Hyperthermia wikipedia , lookup

Heat equation wikipedia , lookup

Thermal conduction wikipedia , lookup

Transcript
2 - D STEADY STATE HEAT CONDUCTION
In 1-D heat conduction the controlling equation was found
to be:¶²T = 0
¶x²
In an isotropic material the same is also true in the direction
at right angles to the x-direction, so we can deduce that the
controlling equation for 2-D conduction is:¶²T +
¶x²
¶²T = 0
¶y²
We can obviously extend this to 3-D, and also include two
further possibilities:(a) thermal storage within an element; and
(b) heat generation within an element.
This would give us the general equation for non-steady
state heat conduction in an isotropic material:¶T = l
rcp
¶t
(
¶²T +
¶x²
·
¶²T + ¶²T + Q'''
rcp
¶y²
¶z²
)
l
rcp is the THERMAL DIFFUSIVITY of the material (a)
·
¶T =
Q'''
a D²T +
rcp
¶t
Exact solutions to this equation are only possible in a limited
number of well defined cases. Otherwise we must resort to
numerical (computer) solutions.
Heatran2.ppp
1
The equation for 2-D steady conditions can be solved using
finite difference techniques.
Consider the area to be divided up by a rectangular grid
where the grid lines are spaced 'a' apart:-
>
1
2
>
0
4
a
3
< a >
The temperature gradient between any two nodes is given by:T0 - T 4
a
between 4 & 0 ; T2 - T0
a
between 0 & 2
Therefore at 0:¶²T
=
¶x²
T2 - T 0
a
a
T0 - T 4
a
or
¶²T
=
¶x²
T2 + T4 - 2T0
a²
also
¶²T
=
¶y²
T1 + T3 - 2T0
a²
Heatran2.ppp
2
therefore
¶²T + ¶²T =
¶x²
¶y²
T1 + T2 + T3 + T4 - 4To = 0
a²
or
T1 + T2 + T3 + T4 - 4To = 0
or
T0 = (T1 + T2 + T3 + T4 ) / 4
This condition must be satisfied at every internal point.
If heat was being generated within the element by electrical
· = i² r where:heating then Q'''
i = current density (amps/m²); and
r = electrical resistivity (Wm)
·
a² Q'''
then T1 + T2 + T3 + T4 - 4To = l
These equations may be solved by spreadsheet iteration 'updating' each temperature 'cell' in sequence .
Alternatively an array of simultaneous equations may be set
up and solved by Gaussian elimination, either by hand (!) or
by computer.
BOUNDARY CONDITIONS
The above equations apply to interior points. Special
conditions exist on boundaries which must be dealt with .
Common boundary conditions are :(a) constant surface temperature (isothermal) ; or
(b) convective heat transfer.
Heatran2.ppp
3
On an isothermal boundary each node has the same
temperature ie T = constant.
The solution can then proceed using the above equation for
the internal points.
On a convective boundary, let the fluid temperature be T f
and the local convective surface heat transfer coefficient be
1
•
0
Tf
h
At 0 :
•
2
•
(Assume Tf > T0)
3
Heat transfer 'in' = Heat transfer 'out'
ha(Tf - T0) = la (T0a-T2) + ½la(T0a-T1) + ½la(T0a-T3)
or ½T1 + ½T3 + T2 + ha/l Tf - (2 + ha/l) T0 = 0
T0 =
or
1
1
1
ha
(
T
+
T
+
T
+
1
3
2
2
l Tf )
ha 2
2+ l
Similarly it can be shown that for :0
2
3
•
1
•
4
or
Heatran2.ppp
1
1
1
T0 =
(
T
+
T3 +
2
2
2
ha
1+ l
ha
l
Tf )
½T1 + ½T2 + T3 +T4 + ha/l Tf - (3 + ha/l) T0 = 0
•
0
•
3
½T2 + ½T3 + ha/l Tf - (1 + ha/l) T0 = 0
•
2
or
1 1
1
ha
T0 =
(
T
+
T
+
T
+
T
+
1
2
3
4
2
2
l Tf )
ha
3+ l
4
HEAT TRANSFER RATE
Solutions to the above equations give the temperature
distribution within the material. In order to find the heat
transfer rates we must sum all of the rates into (or out of )
the element.
For an isothermal boundary:.
Q = - å l (T - Tm)
·
·
For a convective boundary:-
.
Q = - å ha (Tf - T)
Heatran2.ppp
·
·
5