You are on page 1of 7

TRANSFERENCIA DE CALOR-ACTIVIDAD 1-CONTINUACION

Nombre: Anthony Ortiz Robayo Paralelo: 102

Ejercicio 3

Algoritmo (Primer caso):


/* The conduction heat rate through a hollow cylinder of length L and inner and outer
radii r1 and r2: */

q=(1*10^5)/(1000^3) // Heat volumetric generation rate, W/mm^3

k =5/1000 // Thermal conductivity, W/mm·K

r1 =50 // Inner radius, mm


r2 =100 // Outer radius, mm

Ts2 =Ts1-((q/(4*k))*(r2^2-r1^2))+((q/(2*k))*(r2^2)*ln(r2/r1)) // Temperature, K


Tr =Ts2+((q/(4*k))*(r2^2-r^2))-((q/(2*k))*(r2^2)*ln(r2/r)) //
Temperature, K

/* The convection heat rate from a cylindrical surface of radius r and length L to a fluid
at Tinf: */

r =50 // Radius, mm

Ts1 =(q*(r2^2-r1^2)/(h*2*r1))+Tinf // Surface temperature, K


Tinf =303.15 // Fluid temperature, K

h =1000/1000^2 // Convection coefficient, W/mm^2·K


Caso 1 q=1*10^5 W/m^3
Ts1 Ts2 h k q r r1 r2 Tinf
1 310,6 342,5 0,001 0,005 0,0001 50 50 100 303,1
2 310,6 342,5 0,001 0,005 0,0001 60 50 100 303,1
3 310,6 342,5 0,001 0,005 0,0001 70 50 100 303,1
4 310,6 342,5 0,001 0,005 0,0001 80 50 100 303,1
5 310,6 342,5 0,001 0,005 0,0001 90 50 100 303,1
6 310,6 342,5 0,001 0,005 0,0001 100 50 100 303,1

Figure 1. Tabla para q=1*10^5 W/m^3.

Caso 2 q=5*10^5 W/m^3


Ts1 Ts2 h k q r r1 r2 Tinf
1 340,6 499,7 0,001 0,005 0,0005 50 50 100 303,1
2 340,6 499,7 0,001 0,005 0,0005 60 50 100 303,1
3 340,6 499,7 0,001 0,005 0,0005 70 50 100 303,1
4 340,6 499,7 0,001 0,005 0,0005 80 50 100 303,1
5 340,6 499,7 0,001 0,005 0,0005 90 50 100 303,1
6 340,6 499,7 0,001 0,005 0,0005 100 50 100 303,1

Figure 2. Tabla para q=5*10^5 W/m^3.


Caso 3 q=1*10^6 W/m^3
Ts1 Ts2 h k q r r1 r2 Tinf
1 378,1 696,3 0,001 0,005 0,001 50 50 100 303,1
2 378,1 696,3 0,001 0,005 0,001 60 50 100 303,1
3 378,1 696,3 0,001 0,005 0,001 70 50 100 303,1
4 378,1 696,3 0,001 0,005 0,001 80 50 100 303,1
5 378,1 696,3 0,001 0,005 0,001 90 50 100 303,1
6 378,1 696,3 0,001 0,005 0,001 100 50 100 303,1

Figure 3. Tabla para q=1*10^6 W/m^3.

Grafica

Tr vs r
Temperatura interna (Tr)

650

600

550

500

450

400

350

50 55 60 65 70 75 80 85 90 95 100
Radio (r)
Tr(q=1*10^5 w /m^3) Tr(q=5*10^5 w /m^3)
Tr(q=1*10^6 w /m^3)

Figure 4.Temperatura de superficie interna vs radio


Ejercicio 4

Algoritmo:
V=1 // Air velocity, m/s
P=450 // Power per unit length, W/m

Ts =573.15 // Surface temperature, K


Tinf =313.15 // Fluid temperature, K
d=0.025 //diameter, m

h =P/(PI*d*(Ts-Tinf)) // Convection coefficient, W/m^2·K

Literal a)
d P Tinf Ts V
1 0,025 450 313,1 573,1 1

Figure 5. Coeficiente de convección para V=1 y P= 450.


d P Tinf Ts V
1 0,025 658 313,1 573,1 2

Figure 6. Coeficiente de convección para V=2 y P= 658.

d P Tinf Ts V
1 0,025 983 313,1 573,1 4

Figure 7. coeficiente de convección para V=4 y P= 983.

d P Tinf Ts V
1 0,025 1507 313,1 573,1 8

Figure 8. Coeficiente de convección para V=8 y P= 1507.


d P Tinf Ts V
1 0,025 1963 313,1 573,1 12

Figure 9. Coeficiente de convección para V=12 y P= 1963.

h (W/m^2 K) vs V (m/s)
120
96.13
100
73.799
80
h (W/m^2 K)

60 48.138

40 32.223
22.037
20

0
0 2 4 6 8 10 12 14
V (m/s)

Figure 10. Curva coeficiente de convección vs velocidad.


Literal b)
h (W/m^2
V (m/s)
K)
1 22.04
2 32.22
4 48.14
8 73.8
12 96.13
Figure 11. coeficiente de convección para cada velocida

ℎ = 𝐶𝑉 𝑛
ln(ℎ) = ln(𝐶) + 𝑛𝑙𝑛(𝑉)
32.223
ln (22.037)
𝑛= = 0.548
2
ln (1)
𝑛
𝐶 = 𝑒 ℎ/𝑉
𝐶 = 21.626

You might also like