Sei sulla pagina 1di 14

PROBLEM 8.

3
KNOWN: Temperature and velocity of water flow in a pipe of prescribed dimensions.
FIND: Pressure drop and pump power requirement for (a) a smooth pipe, (b) a cast iron pipe with a clean
surface, and (c) smooth pipe for a range of mean velocities 0.05 to 1.5 m/s.
SCHEMATIC:

ASSUMPTIONS: (1) Steady, fully developed flow.


PROPERTIES: Table A.6, Water (300 K): = 997 kg/m3, = 855 10-6 Ns/m2, = / = 8.576
10-7 m2/s.
ANALYSIS: From Eq. 8.22a and 8.22b, the pressure drop and pump power requirement are
u 2m
& = p D2 4 u
P = pV
p = f
L
m

2D

(1,2)

The friction factor, f, may be determined from Figure 8.3 or Eq. 8.20 for different relative roughness, e/D,
surfaces or from Eq. 8.21 for the smooth condition, 3000 ReD 5 106,
2
f = 0.790 ln ( ReD ) 1.64
(3)

where the Reynolds number is

u D
ReD = m =

1m s 0.25 m
8.576 107 m 2 s

= 2.915 105

(4)

(a) Smooth surface: from Eqs. (3), (1) and (2),

) ) = 0.01451
(
p = 0.01451( 997 kg m 1m s 2 0.25 m )1000 m = 2.89 10 kg s m = 0.289 bar
P = 2.89 104 N m 2 ( 0.252 m 2 4 )1m s = 1418 N m s = 1.42 kW

f = 0.790 ln 2.915 105 1.64


3

<
<

(b) Cast iron clean surface: with e = 260 m, the relative roughness is e/D = 260 10-6 m/0.25 m = 1.04
10-3. From Figure 8.3 or Eq. 8.20 with ReD = 2.92 105, find f = 0.021. Hence,

p = 0.402 bar

P = 1.97 kW

<

(c) Smooth surface: Using IHT with the expressions of part (a), the pressure drop and pump power
requirement as a function of mean velocity, um, for the range 0.05 um 1.5 m/s are computed and
plotted below.
Continued...

PROBLEM 8.3 (Cont.)

deltap (bar) or P (kW)

1
0.6
0.2
0.08
0.04

0.01
0

0.5

1.5

Mean velocity, um (m/s)


Pressure drop, deltap (bar)
Pump power, P (kW)

The pressure drop is a strong function of the mean velocity. So is the pump power since it is proportional
to both p and the mean velocity.
COMMENTS: (1) Note that L/D = 4000 >> (xfd,h/D) 10 for turbulent flow and the assumption of fully
developed conditions is justified.

(2) Surface fouling results in increased surface roughness and increases operating costs through
increasing pump power requirements.
(3) The IHT Workspace used to generate the graphical results follows.
// Pressure drop:
deltap = f * rho * um^2 * L / ( 2 * D )
deltap_bar = deltap / 1.00e5
Power = deltap * ( pi * D^2 / 4 ) * um
Power_kW = Power / 1000

// Eq (1); Eq 8.22a
// Conversion, Pa to bar units
// Eq (2); Eq 8.22b
// Useful for scaling graphical result

// Reynolds number and friction factor:


ReD = um * D / nu
f = (0.790 * ln (ReD) - 1.64 ) ^ (-2)

// Eq (3)
// Eq (4); Eq 8.21, smooth surface condition

// Properties Tool - Water:


// Water property functions :T dependence, From Table A.6
// Units: T(K), p(bars);
x=0
// Quality (0=sat liquid or 1=sat vapor)
rho = rho_Tx("Water",Tm,x)
// Density, kg/m^3
nu = nu_Tx("Water",Tm,x)
// Kinematic viscosity, m^2/s
// Assigned variables:
um = 1
Tm = 300
D = 0.25
L = 1000

// Mean velocity, m/s


// Mean temperature, K
// Tube diameter, m
// Tube length, m

PROBLEM 8.12
KNOWN: Internal flow with prescribed wall heat flux as a function of distance.
FIND: (a) Beginning with a properly defined differential control volume, the temperature distribution,
Tm(x), (b) Outlet temperature, Tm,o, (c) Sketch Tm(x), and Ts(x) for fully developed and developing flow
conditions, and (d) Value of uniform wall flux q s (instead of q s = ax) providing same outlet temperature
as found in part (a); sketch Tm(x) and Ts(x) for this heating condition.
SCHEMATIC:

ASSUMPTIONS: (1) Steady-state conditions, (2) Constant properties, (3) Incompressible liquid with
negligible viscous dissipation.
PROPERTIES: Table A.6, Water (300 K): cp = 4.179 kJ/kgK.
ANALYSIS: (a) Applying energy conservation to the control volume above,

& p dTm
dq conv = mc

(1)

where Tm(x) is the mean temperature at any cross-section and dqconv = q dx . Hence,

& p
ax = mc

dTm
.
dx

(2)

Separating and integrating with proper limits gives


x
T (x)
& p m dTm
xdx = mc
x =0
Tm,i

Tm ( x ) = Tm,i +

ax 2
& p
2mc

<

(3,4)

(b) To find the outlet temperature, let x = L, then

& p.
Tm ( L ) = Tm,o = Tm,i + aL2 2mc
Solving for Tm,o , we find

Tm,o

= 27o C +

(5)

20 W m 2 30 m 2

2 ( 450 kg h ( 3600s h ) ) 4179 J kg K

= 27o C + 17.2o C = 44.2o C .

<

(c) For linear wall heating, q s = ax , the fluid temperature distribution along the length of the tube is
quadratic as prescribed by Eq. (4). From the convection rate equation,

qs = h ( x ) D ( Ts ( x ) Tm ( x ) )

(6)

For fully developed flow conditions, h(x) = h is a constant; hence, Ts(x) - Tm(x) increases linearly with x.
For developing conditions, h(x) will decrease with increasing distance along the tube eventually
achieving the fully developed value.
Continued...

PROBLEM 8.12 (Cont.)

(d) For uniform wall heat flux heating, the overall energy balance on the tube yields

& p Tm,o Tm,i


q = qs DL = mc

Requiring that Tm,o = 44.2C from part (a), find

qs =

( 450 3600 ) kg

s 4179 J kg K ( 44.2 27 ) K

D 30 m

= 95.3 / D W m 2

<

where D is the diameter (m) of the tube which, when specified, would permit determining the required
heat flux, qs . For uniform heating, Section 8.3.2, we know that Tm(x) will be linear with distance. Ts(x)
will also be linear for fully developed conditions and appear as shown below when the flow is
developing.

COMMENTS: (1) Note that cp should be evaluated at Tm = (27 + 44)C/2 = 309 K.

(2) Why did we show Ts(0) = Tm(0) for both types of history when the flow was developing?
(3) Why must Tm(x) be linear with distance in the case of uniform wall flux heating?

PROBLEM 8.13
KNOWN: Internal flow with constant surface heat flux, q s.
FIND: (a) Qualitative temperature distributions, T(x), under developing and fully-developed
flow, (b) Exit mean temperature for both situations.
SCHEMATIC:

ASSUMPTIONS: (a) Steady-state conditions, (b) Constant properties, (c) Incompressible


flow with negligible viscous dissipation.
ANALYSIS: Based upon the analysis leading to Eq. 8.39, note for the case of constant
surface heat flux conditions,

dTm
= constant.
dx
Hence, regardless of whether the hydrodynamic or thermal boundary layer is fully developed,
it follows that
Tm ( x )

Tm,2

is linear and
will be the same for all flow conditions.

<

The surface heat flux can also be written, using Eq. 8.27, as
qs = h Ts ( x ) Tm ( x ) .
Under fully-developed flow and thermal conditions, h = hfd is a constant. When flow is
developing h > hfd. Hence, the temperature distributions appear as below.

<

PROBLEM 8.23
KNOWN: Thin-walled tube experiences sinusoidal heat flux distribution on the wall.
FIND: (a) Total rate of heat transfer from the tube to the fluid, q, (b) Fluid outlet temperature, Tm,o, (c)
Axial distribution of the wall temperature Ts(x) and (d) Magnitude and position of the highest wall
temperature, and (e) For prescribed conditions, calculate and plot the mean fluid and surface
temperatures, Tm(x) and Ts(x), respectively, as a function of distance along the tube; identify features of
the distributions; explore the effect of 25% changes in the convection coefficient on the distributions.
SCHEMATIC:

ASSUMPTIONS: (1) Steady-state conditions, (2) Applicability of Eq. 8.34, (3) Turbulent, fully
developed flow.
ANALYSIS: (a) The total rate of heat transfer from the tube to the fluid is

q = qs Pdx = qo D sin ( x L ) dx = qo D ( L ) cos ( x L ) = 2DLqo (1)


0
0
0
L

<

(b) The fluid outlet temperature follows from the overall energy balance with knowledge of the total heat
rate,

& p Tm,o Tm,i = 2DLqo


q = mc

& p
Tm,o = Tm,i + 2DLqo mc

(2)

<

(c) The axial distribution of the wall temperature can be determined from the rate equation

qs = h Ts ( x ) Tm ( x )

Ts,x = Tm,x ( x ) + qs h

(3)

where, by combining expressions of parts (a) and (b), Tm,x(x) is


x
& p Tm,x Tm,i
q Pdx = mc
o s

q D x
DLqo
1 cos ( x L )
Tm,x = Tm,i + o
sin ( x L ) dx = Tm,i +

& p 0
& p
mc
mc

(4)

Hence, substituting Eq. (4) into (3), find

Ts ( x ) = Tm,i +

DLqo
q
1 cos ( x L ) + o sin ( x L )
& p
mc
h

(5)

<

(d) To determine the location of the maximum wall temperature x where Tx( x ) = Ts,max, set

dTs ( x )
dx

=0=

q
d
DLqo
1 cos ( x L )] + o sin ( x L )
[

& p
dx
h
mc

DLqo
q
sin ( x L ) + o cos ( x L ) = 0
& p L
mc
h L

tan ( x L ) =

& p
mc
qo h
=
& p
DLqo mc
DLh
Continued...

PROBLEM 8.23 (Cont.)

x =

& p DLh
tan 1 mc

(6)

<

(7)

<

At this location, the wall temperature is

Ts,max = Ts ( x ) = Tm,i +

DLqo
q
1 cos ( x L ) + o sin ( x L )

& p
mc
h

(e) Consider the prescribed conditions for which to compute and plot Tm(x) and Ts(x),
D = 40 mm

& = 0.025 kg/s


m

h = 1000 W/m2

L=4m

cp = 4180 J/kgK

Tm,i = 25C

qo = 10,000 W/m2

Using Eqs. (4) and (5) in IHT, the results are plotted below.

45

Ts, Tm (C)

40

35

30

25
0

Distance, x (m)
Tm(x)
Ts(x); h = 1250 W/m^2.K
Ts(x); h = 1000 W/m^2.K
Ts(x); h = 750 W/m^2.K

The effect of a lower convection coefficient is to increase the wall temperature. The position of the
maximum temperature, Ts,max, moves away from the tube exit with decreasing convection coefficient.
COMMENTS: (1) Because the flow is fully developed and turbulent, assuming h is constant along the
entire length of the tube is reasonable.

(2) To determine whether the Tx(x) distribution has a maximum (rather than a minimum), you should
evaluate d2Ts(x)/dx2 to show the value is indeed negative.

PROBLEM 8.31
KNOWN: Thermal conductivity and inner and outer diameters of plastic pipe. Volumetric flow rate and inlet
and outlet temperatures of air flow through pipe. Convection coefficient and temperature of water.

FIND: Pipe length and fan power requirement.


SCHEMATIC:

ASSUMPTIONS: (1) Steady-state, (2) Negligible heat transfer from air in vertical legs of pipe, (3)
Ideal gas with negligible viscous dissipation and pressure variation, (4) Smooth interior surface, (5)
Constant properties.
PROPERTIES: Table A-4, Air (Tm,i = 29C): i = 1.155 kg / m3 . Air ( Tm = 25C ) : cp = 1007
-7
2
J/kgK, = 183.6 10 Ns/m , ka = 0.0261 W/mK, Pr = 0.707.
ANALYSIS: From Eq. (8.45a)

UAs
m& c
p

T Tm,o

= exp

T Tm,i

where, from Eqs. (3.34) and (3.35),

( UAs )1 = R tot

1
hi Di L

ln ( D o / Di )
l
+
2 Lk
h o Do L

& = 0.0289 kg / s and Re = 4m


& = i
& / Di = 13, 350, flow in the pipe is turbulent. Assuming
With m
i
D
fully developed flow throughout the pipe, and from Eq. (8.60),

k
4 / 5 0.3 0.0261W / m K 0.023
hi = a 0.023 Re D Pr
=
(13, 350 )4 / 5 ( 0.707 )0.3 = 7.20 W / m 2 K
Di
0.15m

l
1
ln ( 0.17 / 0.15 )
1
+
+
( UAs )1 =

L 7.21 W / m 2 K 0.15m 2 0.15 W / m K 1500 W / m 2 K 0.17m

UA s =

( 0.294 + 0.133 + 0.001)

T Tm,o

T Tm,i

L=

17 21
17 29

ln ( 0.333 )

= 2.335 L W / K

= exp ( 0.0802L )
0.0289 kg / s 1007 J / kg K
2.335 L

= 0.333 = exp

<

= 13.7m

0.0802

From Eqs. (8.22a) and (8.22b) and with u m,i = & i / Di2 / 4 = 1.415 m / s, the fan power is
& f
P = ( p )

i u m,i
2 Di

& = 0.0291
L
i

(1.415 m / s )2
3
13.7m 0.025 m / s = 0.077 W
2 ( 0.15m )

1.155 kg / m

<

2
where
f = (0.790 ln Re D 1.64) = 0.0291 from Eq. (8.21).
COMMENTS: (1) With L/Di = 91, the assumption of fully developed flow throughout the pipe is
justified. (2) The fan power requirement is small, and the process is economical. (3) The resistance to
heat transfer associated with convection at the outer surface is negligible.

PROBLEM 8.74
KNOWN: Inner and outer radii and thermal conductivity of a Teflon tube. Flowrate and temperature
of confined water. Heat flux at outer surface and temperature and convection coefficient of ambient
air.
FIND: Fraction of heat transfer to water
and temperature of tube outer surface.
SCHEMATIC:

ASSUMPTIONS: (1) Steady-state conditions, (2) Fully-developed flow, (3) One-dimensional


conduction, (4) Negligible tape contact and conduction resistances.
-6
PROPERTIES: Table A-6, Water (Tm = 290K): = 1080 10 kg/sm, k = 0.598 W/mK, Pr =
7.56.
ANALYSIS: The outer surface temperature follows from a surface energy balance

( 2

ro L ) q =

Ts,o T

( h o 2

ro L )

( ln ( ro / ri ) / 2 Lk ) + (1/ 2 ri Lhi )
T

) ( r / k ) ln ( rs,o/ r ) +m( r / r ) / h .
o
o i
o i
i
T

q = h o Ts,o T +
With

Ts,o Tm

& ( D ) = 4 ( 0.2kg/s ) / ( 0.02 m )1080 106 kg/s m = 11, 789


ReD = 4 m/

the flow is turbulent and Eq. 8.60 yields


0.4
h i = ( k/Di ) 0.023Re 4/5
= ( 0.598 W/m K/0.02 m )( 0.023 )(11, 789 )
D Pr

4/5

( 7.56 )0.4 = 2792 W/m2 K.

Hence

2000 W/m 2 = 25 W/m 2 K Ts,o 300K +

and solving for Ts,o,


The heat flux to the air is

Ts,o 290 K

( 0.013 m/0.35 W/m K ) ln (1.3) + (1.3) /

( 2792 W/m2 K )

Ts,o = 308.3 K.

<

qo = h o Ts,o T = 25 W/m 2 K ( 308.3 300 ) K = 207.5 W/m 2 .


Hence,

qi / q = ( 2000 207.5 ) W/m 2 /2000 W/m 2 = 0.90.

<

COMMENTS: The resistance to heat transfer by convection to the air substantially exceeds that due
to conduction in the teflon and convection in the water. Hence, most of the heat is transferred to the
water.

PROBLEM 8.80
KNOWN: Flow rate and inlet temperature of air passing through a rectangular duct of prescribed
dimensions and surface heat flux.
FIND: Air and duct surface temperatures at outlet.
SCHEMATIC:

ASSUMPTIONS: (1) Steady-state conditions, (2) Uniform surface heat flux, (3) Constant properties,
(4) Atmospheric pressure, (3) Fully developed conditions at duct exit, (6) Ideal gas with negligible
viscous dissipation and pressure variation.
-7
2
PROPERTIES: Table A-4, Air Tm 300K, 1 atm : cp = 1007 J/kgK, = 184.6 10 Ns/m ,

k = 0.0263 W/mK, Pr = 0.707.


ANALYSIS: For this uniform heat flux condition, the heat rate is

q = qs As = qs 2 ( L W ) + 2 ( L H )

q = 600 W/m 2 2 (1m 0.016m ) + 2 (1m 0.004m ) = 24 W.


From an overall energy balance

Tm,o =Tm,i +

q
24 W
= 300K +
= 379 K.
& cp
m
3 104 kg/s 1007 J/kg K

<

The surface temperature at the outlet may be determined from Newtons law of cooling, where

Ts,o = Tm,o + q/h.


From Eqs. 8.66 and 8.1

Dh =

4 A c 4 ( 0.016m 0.004m )
=
= 0.0064 m
P
2 ( 0.016m + 0.004m )

3 104 kg/s ( 0.0064m )


& Dh
u m Dh m
ReD =
=
=
= 1625.
Ac 64 106 m 2 184.6 107 N s/m 2

Hence the flow is laminar, and from Table 8.1

h=

k
0.0263 W/m K
5.33 =
5.33 = 22 W/m 2 K
Dh
0.0064 m

Ts,o = 379 K +

600 W/m 2
22 W/m 2 K

= 406 K.

<

COMMENTS: The calculations should be repeated with properties evaluated at Tm = 340 K. The

change in Tm,o would be negligible, and Ts,o would decrease slightly.

PROBLEM 8.84
KNOWN: Temperature and velocity of gas flow between parallel plates of prescribed surface
temperature and separation. Thickness and location of plate insert.
FIND: Heat flux to the plates (a) without and (b) with the insert.
SCHEMATIC:

ASSUMPTIONS: (1) Steady-state conditions, (2) Negligible radiation, (3) Gas has properties of
atmospheric air, (4) Plates are of infinite width W, (5) Fully developed flow.
3
-7
PROPERTIES: Table A-4, Air (1 atm, Tm = 1000 K): = 0.348 kg/m , = 424.4 10 kg/sm, k
= 0.0667 W/mK, Pr = 0.726.
ANALYSIS: (a) Based upon the hydraulic diameter Dh, the Reynolds number is

D h = 4 A c / P = 4 ( H W ) / 2 ( H + W ) = 2H = 80 mm

u m Dh 0.348 kg/m ( 60 m/s ) 0.08 m


ReDh =
=
= 39,360.

424.4 107 kg/s m


3

Since the flow is fully developed and turbulent, use the Dittus-Boelter correlation,
0.3 = 0.023 39,360 4 / 5 0.726 0.3 = 99.1
Nu D = 0.023 Re4/5
(
) (
)
D Pr
k
0.0667 W/m K
h=
Nu D =
99.1 = 82.6 W/m 2 K
Dh
0.08 m
q = h ( Tm Ts ) = 82.6 W/m 2 K (1000 350 ) K = 53,700 W/m 2 .
(b) From continuity,
& = ( umA ) = ( umA )
m
a
b

<

u m )b = u m )a ( A )a / ( A )b = 60 m/s ( 40/20 ) = 120 m/s.

For each of the resulting channels, Dh = 0.02 m and


3
u m Dh 0.348 kg/m (120 m/s ) 0.02 m
=
= 19, 680.
ReDh =

424.4 107 kg/s m


Since the flow is still turbulent,

Nu D = 0.023 (19, 680 )

4/5

( 0.726 )0.3 = 56.9

h=

56.9 ( 0.0667 W/m K )


0.02 m

= 189.8 W/m 2 K

q = 189.8 W/m 2 K (1000 350 ) K = 123,400 W/m 2 .


COMMENTS: From the Dittus-Boelter equation,
0.8
0.2
0.8
0.2
h b / h a = u m,b / u m,a
D h,a / Dh,b
= ( 2 ) ( 4 ) = 1.74 1.32 = 2.30.

) (

Hence, heat transfer enhancement due to the insert is primarily a result of the increase in um and
secondarily a result of the decrease in Dh.

<

PROBLEM 8.88
KNOWN: Heat exchanger to warm blood from a storage temperature 10C to 37 at 200 ml/min.
Tubing has rectangular cross-section 6.4 mm 1.6 mm sandwiched between plates maintained at
40C.
FIND: (a) Length of tubing and (b) Assessment of assumptions to indicate whether analysis under- or
over-estimates length.
SCHEMATIC:

10

ASSUMPTIONS: (1) Steady-state conditions, (2) Incompressible liquid with negligible viscous
dissipation, (3) Blood flow is fully developed, (4) Blood has properties of water, and (5) Negligible
tube wall and contact resistance.
3
PROPERTIES: Table A-6, Water ( Tm 300 K): cp,f = 4179 J/kgK, f = 1/vf = 997 kg/m , f =
-7 2
fvf = 8.58 10 m /s, k = 0.613 W/mK, Pr = 5.83.
ANALYSIS: (a) From an overall energy balance and the rate equation,

& c p Tm,o Tm,i = hAs TLMTD


q=m

(1)

where

TLMTD =

( 40 15) ( 40 37 ) = 11.7o C.
T1 T2
=
ln ( T1 / T2 )
ln ( 25 / 3)

To estimate h, find the Reynolds number for the rectangular tube,

u D
0.326 m/s 0.00256 m
ReD = m h =
= 973

8.58 107 m 2 / s
where

D h = 4 A c / P = 4 ( 6.4 mm 1.6 mm ) / 2 ( 6.4 + 1.6 ) mm = 2.56 mm

A c = ( 6.4 mm 1.6 mm ) = 1.024 105 m 2

& /A = 200 ml/60 s 106 m3 / ml /1.024 105 m 2 = 0.326 m/s.


& Ac =
u m = m/
c
Hence the flow is laminar, but assuming fully developed flow with an isothermal surface from Table
8.1 with b/a = 6.4/1.6 = 4,
hD h
4.44 0.613 W/m K
= 4.44
= 1063 W/m 2 K.
Nu D =
h=

0.00256 m

Continued

PROBLEM 8.88 (Cont.)


From Eq. (1) with

As = PL = 2 ( 6.4 + 1.6 ) 103 m L=1.6 102L

& = Ac u m = 997 kg/m3 1.024 105 m 2 0.326 m/s = 3.328 103 kg/s
m
the length of the rectangular tubing can be found from Eq. (1) as

3.328 103 kg/s 4179 J/kg K ( 37 10 ) K = 1063 W/m 2 K 1.6 10-2 Lm 2 11.7 K
L = 1.9 m.

<

(b) Consider these comments with regard to whether the analysis under- or over-estimates the length,
With xfd,h 0.05DhReD = 0.12 m and xfd,t = xfd,hPr = 0.73 m, the thermal development may
not be negligible and would contribute to increasing heat transfer; the present analysis
over predicts the length,
negligible tube wall resistance - depends upon materials of construction; if plastic,
analysis under predicts length,
negligible thermal contact resistance between tube and heating plate - if present, analysis
under predicts length.

PROBLEM 8.98
KNOWN: Heat rate per unit length at the inner surface of an annular recuperator of
prescribed dimensions. Flow rate and inlet temperature of air passing through annular region.
FIND: (a) Temperature of air leaving the recuperator, (b) Inner pipe temperature at inlet and
outlet and outer pipe temperature at inlet.
SCHEMATIC:

ASSUMPTIONS: (1) Steady-state conditions, (2) Constant properties, (3) Uniform heating
of recuperator inner surface, (4) Adiabatic outer surface, (5)Air is ideal gas with negligible
viscous dissipation and pressure variation, (6) Fully developed air flow throughout.
-7

PROPERTIES: Table A-4, Air (given): cp = 1030 J/kgK, = 270 10 Ns/m , k = 0.041
W/mK, Pr = 0.68.
ANALYSIS: (a) From an energy balance on the air
& a cp,a Ta,2 Ta,1
qi L = m

qi L
1.25 105W/m 7m
Ta,2 = Ta,1 +
= 300 K +
= 704.5 K.
& a c p,a
m
2.1 kg/s 1030 J/kg K
(b) The surface temperatures may be evaluated from Eqs. 8.67 and 8.68 with

ReD =

<

& a ( Do Di )
m
4 ( 2.1 kg/s )
&a
4m
u m Dh
=
=
=

( /4 ) Do2 Di2 ( Do + Di ) ( 4.05m ) 270 107 N s/m2

ReD = 24, 452


the flow is turbulent and from Eq. 8.60
k
0.041 W/m K
4/5
hi ho
0.023 Re 4/5
Pr 0.4 =
0.023 ( 24, 452 )
( 0.68)0.4 = 52 W/m2 K.
D
Dh
0.05 m

With

qi = qi / Di = 1.25 105 W/m/ 2m = 19,900 W/m 2

Eq. 8.67 gives

( Ts,i Tm ) = qi / hi = 19,900 W/m2 / 52 W/m2 K = 383K


Ts,i,1 = 683K

Ts,i,2 = 1087K.

<

From Eq. 8.68, with qo = 0, Ts,o Tm = 0. Hence


Ts,o,1 = Ta,1 = 300K.

<

Potrebbero piacerti anche