Actividad 2 Araujo
Actividad 2 Araujo
Actividad 2 Araujo
1. The temperature distribution across a wall 0.3 m thick at a certain instant of time i s ,
where T is in degrees Celsius and x is in meters, a = 200°C, b = -200°C/m, and c =
30°C/m2. The wall has a thermal conductivity of 1 W/m - K , T(x)=200°C. (a) On a unit
surface área basis, determine the rate of heat transfer into and out of the wall and the
rate of change of energy stored by the wall. (b) I f the cold surface is exposed to a fluid
at 100°C, what is the convection coeffícient?
r(x)=200-200x+30x2
,^ y/2
^2 w/^^v^ \]¡
2. A long bar of rectangular cross section, 0.4m x 0.6m on a side and having a thermal
conductivity of 1.5 W/m-K, is subjected to the boundary conditions shown below. Two
of the sides are maintained at a uniform temperature of 200°C. One of the sides is
adiabatic, and the remaining side is subjected to a convection process with T = 30°C and
h = 50W/m2-K. Using an appropriate numerical technique with a grid spacing of O.lm,
determine the temperature distribution in the bar and the heat transfer rate between the
bar and the fluid per unit length of the bar
100% ¿oíc jtccc asee
Uniform temperature,
r=200°C ' '1 ,
> 1
o.
5
Insulated
> 11 < 1 1
7'
Uniform temperature, ^m«]fc/
r=200°C
# j^¿twtM.Vvto(. ^cdiiMtoe^ /cTÍáoétuOu^
i - V ' / l . ^-2-/z, ^ ^
3
H
0 i
o o • O <D <o o
/I- 1 o £)
o <o O o
o i o L o i O <o o O
o o l O o 1
o o o ^ o a c9 O O
o o o i. <o o O .O
o o o o o 1 o 1 o
o o o o o \
o o o o ^ o o
o o o o o o
^ ^ o
o o ^ oo o o
o o
o c o o o
o o o ^
o0 o o o
o o
o
8
O
c o
•VoO
o
O
-ZOO
2
3. A composite spherical shell of inner radius r l = 0.25 m is constructed from lead of outer radius
r2 = 0.30 m and AISI302 stainless steel of outer radius r3 = 0.31 m. The cavity is
fílled with radioactive wastes that genérate heat at a rate of q = 5x105 W/m3. It is proposed to
' submerge the container in oceanic waters that are at a temperature of Too = 10°C and provide
a uniform convection coeffícient of h = 500 W/m2-K at the outer surface of the container. Are
there any problems associated with this proposal?
Stoinhss
sfed
Rodioactive wastes
V/í(2>^3)L<^Z^ 0,3>
7 J
1
L
//variables y constantes//
r1=0.25
r2=0.3
r3=0.31
Tinf=10+273
T1=500
k1=35.3
k2=15.1
qv=500000
//Ecuaciones//
q=qv*((4/3)*pi*r1^3)
Rpb=(1/(4*pi*k1))*((1/r1)-1/r2)
Rst=(1/(4*pi*k2))*((1/r2)-1/r3)
Rconv=1/(4*pi*(r3^2)*h)
Rfinal=Rpb+Rst+Rconv
q=(T1-Tinf)/Rfinal
Se varia el valor de h
Posteriormente se define h y variamos desde 100 a 1000 en pasos de 100
𝑾
𝒒′ = 𝟔𝟎𝟑. 𝟎𝟎
𝒎
Luego,
Código:
//Input data
Ts1=800 //Surface temperature, K
Tinf=298 //Fluid temperature, K
Tsur=298 //Surroundings temperature, K
k=0.089 //Thermal conductivity, W/m ·K
//Properties
h=25 //Convection coefficient, W/m^2·K
eps=0.8 //Emissivity
sigma = 5.67e-8 //Stefan-Boltzmann constant, W/m^2·K^4
//Geometrical Parameters
r1=0.06 //Radius, m
r2=0.20 //Radius, m
r=r2-r1 //Radius, m
//Equations
hr = eps*sigma*(Ts2 + Tsur) *(Ts2^2 + Tsur^2)
((Ts1-Ts2)/(ln(r2/r1)/(2*pi*k))) =((Ts2-Tinf)/(1/(2*pi*r2*h))) +((Ts2-Tsur)/(1/(2*pi*r2*hr)))
q' = 2*pi*r2*(h*(Ts2 - Tinf) + hr*(Ts2 - Tsur))
Tabla
//Properties
h=25 //Convection coefficient, W/m^2·K
eps=0.8 //Emissivity
sigma = 5.67e-8 //Stefan-Boltzmann constant, W/m^2·K^4
//Geometrical Parameters
r1=0.06 //Radius, m
r2=0.1 //Radius, m
r=0.06 //Radius, m
x = (r - r1)/ (r2 - r1)
//Equations
hr = eps*sigma*(Ts2 + Tsur)*(Ts2^2 + Tsur^2)
((Ts1-Ts2)/(ln(r2/r1)/(2*pi*k))) = ((Ts2-Tinf)/(1/(2*pi*r2*h))) + ((Ts2-Tsur)/(1/(2*pi*r2*hr)))
q'=2*pi*r2*(h*(Ts2-Tinf) + hr*(Ts2-Tsur))
Tr = (((Ts1-Ts2)/(ln(r1/r2))) *(ln(r/r2))) +Ts2
Tabla:
r hr q' Tr Ts2 x eps h k r1 r2 Sigma Tinf Ts1 Tsur
1 0.06 4.951 230.3 800.0 304.1 0 0.8 25 0.089 0.06 0.2 5.67E-8 298 800 298
2 0.07 4.951 230.3 736.5 304.1 0.0714 0.8 25 0.089 0.06 0.2 5.67E-8 298 800 298
3 0.08 4.951 230.3 681.5 304.1 0.1429 0.8 25 0.089 0.06 0.2 5.67E-8 298 800 298
4 0.09 4.951 230.3 633.0 304.1 0.2143 0.8 25 0.089 0.06 0.2 5.67E-8 298 800 298
5 0.10 4.951 230.3 589.6 304.1 0.2857 0.8 25 0.089 0.06 0.2 5.67E-8 298 800 298
6 0.11 4.951 230.3 550.4 304.1 0.3571 0.8 25 0.089 0.06 0.2 5.67E-8 298 800 298
7 0.12 4.951 230.3 514.5 304.1 0.4286 0.8 25 0.089 0.06 0.2 5.67E-8 298 800 298
8 0.13 4.951 230.3 481.5 304.1 0.5000 0.8 25 0.089 0.06 0.2 5.67E-8 298 800 298
9 0.14 4.951 230.3 451.0 304.1 0.5714 0.8 25 0.089 0.06 0.2 5.67E-8 298 800 298
10 0.15 4.951 230.3 422.6 304.1 0.6429 0.8 25 0.089 0.06 0.2 5.67E-8 298 800 298
11 0.16 4.951 230.3 396.0 304.1 0.7143 0.8 25 0.089 0.06 0.2 5.67E-8 298 800 298
12 0.17 4.951 230.3 371.1 304.1 0.7857 0.8 25 0.089 0.06 0.2 5.67E-8 298 800 298
13 0.18 4.951 230.3 347.5 304.1 0.8571 0.8 25 0.089 0.06 0.2 5.67E-8 298 800 298
14 0.19 4.951 230.3 325.2 304.1 0.9286 0.8 25 0.089 0.06 0.2 5.67E-8 298 800 298
15 0.20 4.951 230.3 304.1 304.1 1 0.8 25 0.089 0.06 0.2 5.67E-8 298 800 298
Gráfico:
Distribución de temperatura para distintos valores de r2
Donde,
𝑟2 = 0.20 𝑚 → 𝑐𝑢𝑟𝑣𝑎 𝑑𝑒 𝑐𝑜𝑙𝑜𝑟 𝑎𝑧𝑢𝑙
𝑟2 = 0.14 𝑚 → 𝑐𝑢𝑟𝑣𝑎 𝑑𝑒 𝑐𝑜𝑙𝑜𝑟 𝑟𝑜𝑗𝑜
𝑟2 = 0.10 𝑚 → 𝑐𝑢𝑟𝑣𝑎 𝑑𝑒 𝑐𝑜𝑙𝑜𝑟 𝑙𝑖𝑙𝑎