Está en la página 1de 4

Ejercicio 4.

Código

/* The convection heat rate from a cylindrical surface of radius r and length L to a fluid at Tinf: */
q=10^5
r = 2*10^(-1) // Radius, m

Tinf = 303 // Fluid temperature, K


h =1000 // Convection coefficient, W/m^2·K
r2= 1*10^(-1)
r1=5*10^(-2)

k= 5 // Thermal conductivity, W/m·K

Tr=Ts2 + ((q/(4*k))*(r2^2-r^2))-((q/(2*k))*(r2^2*ln(r2/r)))
Ts1=Ts2 + ((q/(4*k))*(r2^2-r1^2))-((q/(2*k))*(r2^2*ln(r2/r1)))
(pi*q*(r2^2-r1^2))=(h*2*pi*r1*(Ts1-Tinf))

Tabla de valores
𝒘
Para q= 𝟏𝟎𝟓 [𝒎𝟑 ]

Ts1 Ts2 h k q r r1 r2 Tinf


1 310,5 342,3 1000 5 1E5 0,05 0,05 0,1 303
2 310,5 342,3 1000 5 1E5 0,055 0,05 0,1 303
3 310,5 342,3 1000 5 1E5 0,06 0,05 0,1 303
4 310,5 342,3 1000 5 1E5 0,065 0,05 0,1 303
5 310,5 342,3 1000 5 1E5 0,07 0,05 0,1 303
6 310,5 342,3 1000 5 1E5 0,075 0,05 0,1 303
7 310,5 342,3 1000 5 1E5 0,08 0,05 0,1 303
8 310,5 342,3 1000 5 1E5 0,085 0,05 0,1 303
9 310,5 342,3 1000 5 1E5 0,09 0,05 0,1 303
10 310,5 342,3 1000 5 1E5 0,095 0,05 0,1 303
11 310,5 342,3 1000 5 1E5 0,1 0,05 0,1 303

q= 𝟓 ∗ 𝟏𝟎𝟓 [𝒘/𝒎³]
Ts1 Ts2 h k q r r1 r2 Tinf
1 340,5 499,6 1000 5 5E5 0,05 0,05 0,1 303
2 340,5 499,6 1000 5 5E5 0,055 0,05 0,1 303
3 340,5 499,6 1000 5 5E5 0,06 0,05 0,1 303
4 340,5 499,6 1000 5 5E5 0,065 0,05 0,1 303
5 340,5 499,6 1000 5 5E5 0,07 0,05 0,1 303
6 340,5 499,6 1000 5 5E5 0,075 0,05 0,1 303
7 340,5 499,6 1000 5 5E5 0,08 0,05 0,1 303
8 340,5 499,6 1000 5 5E5 0,085 0,05 0,1 303
9 340,5 499,6 1000 5 5E5 0,09 0,05 0,1 303
10 340,5 499,6 1000 5 5E5 0,095 0,05 0,1 303
11 340,5 499,6 1000 5 5E5 0,1 0,05 0,1 303

q= 𝟏𝟎𝟔 [𝒘/𝒎³]
Ts1 Ts2 h k q r r1 r2 Tinf
1 378 696,1 1000 5 1E6 0,05 0,05 0,1 303
2 378 696,1 1000 5 1E6 0,055 0,05 0,1 303
3 378 696,1 1000 5 1E6 0,06 0,05 0,1 303
4 378 696,1 1000 5 1E6 0,065 0,05 0,1 303
5 378 696,1 1000 5 1E6 0,07 0,05 0,1 303
6 378 696,1 1000 5 1E6 0,075 0,05 0,1 303
7 378 696,1 1000 5 1E6 0,08 0,05 0,1 303
8 378 696,1 1000 5 1E6 0,085 0,05 0,1 303
9 378 696,1 1000 5 1E6 0,09 0,05 0,1 303
10 378 696,1 1000 5 1E6 0,095 0,05 0,1 303
11 378 696,1 1000 5 1E6 0,1 0,05 0,1 303
Graficas

Tr VS r

650

600

550
Tr

500

450

400

350

0,05 0,055 0,06 0,065 0,07 0,075 0,08 0,085 0,09 0,095 0,1
r
q= 10^5 q= 5*10^5 q= 10^6

Gráfica 1: Tr vs r, para diferentes q

Código ejercicio 5
/* The convection heat rate from a cylindrical surface of radius r and length L to a fluid at Tinf: */
q' = h * pi *d *(Ts - Tinf) // Heat flux, W/m^2
d=25*10^-3 // Diameter m
Ts = 573 // Surface temperature, K
Tinf = 313 // Fluid temperature, K
q' =1963
v=12

h vs v
100

90

80
h (W/m2*k)

70

60

50

40

30

2 4 6 8 10 12
v (m/s)
h d q' Tinf Ts v

1 96,13 0,025 1963 313 573 12

2 22,04 0,025 450 313 573 1

3 32,22 0,025 658 313 573 2

4 48,14 0,025 983 313 573 4

5 73,8 0,025 1507 313 573 8

h vs v
94,3
87,564
80,828
74,093
67,357
60,621
h (W/m2*k)

53,886
47,15

40,414

33,679

26,943

2 4 6 8 10 12
v (m/s)

Aplicando la formula respectiva

N= log(y2/y1) / log (x2/x1) = log (95/47)/log(11/4)=0.70

C= h/vn=16.68

También podría gustarte