Effect of friction stress of droplets with film on prediction of pressure changes in condensing tubes/Laseliu ir pleveles tarpusavio trinties itempiu efektas prognozuojant slegio pokycius kondensaciniuose vamzdziuose.
Saffari, H. ; Dalir, N.
Nomenclature
A--channel cross-sectional area, [m.sup.2]; a--interfacial area
concentration, [m.sup.-1]; [C.sub.D]--drag coefficient; D--diameter, m;
f--friction coefficient; G--mass flux, kg/[m.sup.2]s; g--gravitational
constant, m/[s.sup.2]; h--specific enthalpy, J/kg; [h.sub.fg]--latent
heat of vaporization, J/kg; k--thermal conductivity, W/(mK); l--length,
m; M--source terms in balance equations; m--mass, kg; P--pressure, Pa;
[DELTA]p--pressure drop, Pa; Pr--Prandtl number (Pr = [mu][C.sub.P]/k);
Q--volumetric flow rate, [m.sup.3]/s; [q.sub.V]--volumetric heat flux,
W/[m.sup.3]; Re--Reynolds number (Re = [rho]Ul/[mu]); S--perimeter, m;
T--temperature, K; t--time, s; u--velocity, m/s; x--coordinate, m;
[W.sub.d]--deposition rate of entrained droplets, kg/[m.sup.2]s;
[W.sub.e]--droplets entrainment rate, kg/[m.sup.2]s; We--Weber number.
Greek symbols
[GAMMA]--evaporation/condensation rate, kg/[m.sup.3]s;
[alpha]--volume fraction; [delta]--liquid film thickness, m;
[theta]--angle of tube inclination, rad; [mu]--dynamic viscosity, kg/ms;
v--kinematic viscosity, [m.sup.2]/s; [rho]--density, kg/[m.sup.3];
[sigma]--surface tension, N/m; [tau]--shear stress, N/[m.sup.2];
[[tau].sub.e]--evaporation relaxation time, s;
[[tau].sub.c]--condensation relaxation time, s.
Subscripts
D--droplet, h--hydraulic parameter, k--phase indicator, 0 --initial
conditions, 1--gas, 2--liquid film, 3--entrained droplets, W--wall.
1. Introduction
Steam condensation inside vertical tubes is applied in various heat
exchangers in power and chemical industry. For instance, an important
task in the design of an air heater is to predict the pressure change
along the downward flow of condensing steam inside the tube. This
pressure change determines the pressure of condensate at the condensing
tube outlet and the pressure drop that must be provided in order to
remove the drained condensate from the outlet header to the condensate
line for its removal.
For condensation inside vertical or near vertical tubes, annular
flow is the dominant flow regime. To analyze this condensation
mechanistic (phenomenological) models have often been used. One of these
phenomenological models is the two-fluid model, in which the liquid film
flowing adjacent to the wall and the gas phase flowing in the tube
cross-section core comprise the two fluids. However, the two-fluid model
is not complete because it is reported that in condensation the droplets
entrain from the liquid film to the gas core and deposit from the gas
core to the liquid film [1]. Thus, there is another fluid flowing inside
the gas core, which is due to the entrained droplets (or the dispersed
phase). This introduces the three-fluid model, which comprises the gas
phase in the tube cross-section core (k = 1), the liquid film flowing
adjacent to the wall (k = 2) and the entrained droplets (dispersed
phase, k = 3) flowing inside the gas phase (or vapor core). The
three-fluid model functions reasonably well for condensation inside
vertical tubes.
To attain such goal, the conservation equations of mass, momentum
and energy are written for each fluid (with the index k), then steady
one-dimensional conditions are considered (the one-dimension is along
the tube length or along the condensation direction). Apart from nine
conservation equations (mass, momentum and energy equations for k = 1,
2, 3), another equation is obtained from the fact that the sum of the
volume fractions of the three fluids must be unity. These ten equations
are used to obtain ten unknowns (ten state variables). In the
conservation equations, the interfacial transfer phenomena between the
fluid pairs that are in contact and also between the liquid film and
wall are calculated by suitable closure relations.
The conservation equations along with volume fraction equation are
changed, by some arithmetic operations, to ten first-order ordinary
differential equations (ODEs) which give the derivatives of ten
variables (parameters or state variables). These ten ODEs comprise a
system of ODEs which should be solved together as they are coupled. When
dealing with condensation, the ODE system is stiff. It means that while
one of the state variables has a very limited range of variation (for
example [alpha]), there is another state variable which varies in a
large range (for example p) and so stiff ODE solvers should be used.
Here for the solution of system of stiff ODEs, MATLAB stiff ODE solvers,
namely ode23s and ode15s have been used. In the numerical procedure, the
initial conditions are flow parameters at the inlet of the condensing
tube (dependent variables [h.sub.k,0], [[alpha].sub.k,0], [u.sub.k,0],
[p.sub.0]).
The problem is that a downward flowing pure and saturated water
vapor (steam) enters to a vertical tube with known initial conditions
and condensation of the steam happens inside the vertical tube (Fig. 1).
The flow regime is annular and entrainment and deposition are not
negligible. Then a three-fluid model is developed to predict the
pressure changes in the tube. Use of the previous correlations for the
steam-liquid film interfacial friction shows discrepancies between
calculated and measured (experimental) pressure changes. Although the
correlation of Stevanovic et al. [2] provides good agreement, it has
some deficiencies. One of these deficiencies corrected in this paper is
introduction of the friction stress between entrained droplets and
liquid film. Calculated pressure changes provide even much better
agreement by taking the above correction into account.
[FIGURE 1 OMITTED]
2. Modeling approach
2.1. Governing equations
The three-fluid model conservation equations have the following
general form for steady one-dimensional flow conditions [1, 2]
d([[alpha].sub.k][[rho].sub.k][u.sub.k])/dx = [M.sub.k] (1)
d([[alpha].sub.k][[rho].sub.k][u.sup.2.sub.k])/dx = [[alpha].sub.k]
dp/dx = [M.sub.3+k] (2)
d([[alpha].sub.k][[rho].sub.k][h.sub.k][u.sub.k])/dx = [M.sub.6+k]
(3)
where M represents mass, momentum and energy source terms as
presented below, and index k = 1 denotes gas phase, k = 2 liquid film
and k = 3 entrained droplets. The volume balance is added as
[3.summation over (k=1)] [[alpha].sub.k] = 1 (4)
(This means that the sum of volume fractions of the fluids must be
unity). The above system of conservation equations is transformed into a
form suitable for the numerical integration as follows [2]
[dh.sub.k]/dx = [M.sub.6+k] -
[h.sub.k][M.sub.k]/[[alpha].sub.k][[rho].sub.k][u.sub.k] (5)
[MATHEMATICAL EXPRESSION NOT REPRODUCIBLE IN ASCII] (6)
[MATHEMATICAL EXPRESSION NOT REPRODUCIBLE IN ASCII] (7)
[MATHEMATICAL EXPRESSION NOT REPRODUCIBLE IN ASCII] (8)
The final set of balance equations are equations (5)-(8). These
equations are implemented in the MATLAB code in the order of (5), (8),
(7) and (6) and solved as an initial value problem where the initial
conditions are the parameters values at tube inlet.
The source terms in conservation equations are as follows [2, 3]:
Mass balance source terms:
[MATHEMATICAL EXPRESSION NOT REPRODUCIBLE IN ASCII] (9)
Momentum balance source terms:
[MATHEMATICAL EXPRESSION NOT REPRODUCIBLE IN ASCII] (10)
Energy balance source terms:
[MATHEMATICAL EXPRESSION NOT REPRODUCIBLE IN ASCII] (11)
with [h.sub.l,sat] = [h.sub.f](p), [h.sub.g,sat] = [h.sub.g](p).
2.2. Constitutive equations and comments
The deposition rate [W.sub.d], is calculated at each position from
the relationship [W.sub.d] = [k.sub.d]C x [k.sub.d] and C are estimated
from the following correlation (Sugawara correlation [3])
[k.sub.d] = 0.009[u.sub.1][(C /
[[rho].sub.1]).sup.-0.5][Re.sub.1.sup.-0.2] [Sc.sub.1.sup.-2/3] (12)
[MATHEMATICAL EXPRESSION NOT REPRODUCIBLE IN ASCII] (13)
The entrainment rate [W.sub.e], is estimated from the following
correlation (Sugawara correlation [3])
[W.sub.e] = 1.07 [[tau].sub.21][DELTA][h.sub.eq]/[sigma]
[u.sub.1][[mu].sub.3]/[sigma] [([[rho].sub.3]/[[rho].sub.1]).sup.0.4]
(14)
with
[DELTA][h.sub.eq] = [k.sub.s], [Re.sub.1] > [10.sup.5]
[DELTA][h.sub.eq] = [k.sub.s][2.136 log([Re.sub.1]) - 9.68],
[Re.sub.1] < [10.sup.5],
where
[k.sub.s] = 0.57[delta] + 21.73 x [10.sup.3] [[delta].sup.2] - 38.8
x [10.sup.6] [[delta].sup.3] + 55.68 x [10.sup.9] [[delta].sup.4].
The shear stress between the wall and liquid film is defined as
[[tau].sub.2W] = [f.sub.2W] [[rho].sub.2][absolute value of
[u.sub.2]][u.sub.2]/2 (15)
where the liquid film-wall interfacial friction coefficient and the
liquid film Reynolds number are
[f.sub.2W] = C/[Re.sup.n.sub.2], [Re.sub.2] =
[[rho].sub.2][u.sub.2][D.sub.h,2]/[[mu].sub.2] (16)
for turbulent flow (Blasius correlation, [4, 5]), C = 0.079, n =
0.25, [Re.sub.2] > 1600, and for laminar flow, C = 16, n = 1,
[Re.sub.2] [less than or equal to] 1600.
The liquid film--gas phase shear stress is defined as
[[tau].sub.12] = [f.sub.12] [[rho].sub.1]/2 [absolute value of
[u.sub.1] - [u.sub.2]]([u.sub.1] - [u.sub.2]) (17)
Correlations for gas phase-liquid film interfacial friction
coefficient are as follows:
Modified Wallis correlation [6]
[f.sub.12] = 0.079/[Re.sup.0.25.sub.1](1 + 300 [delta]/D) (18)
and Reynolds number for the gas flow is [Re.sub.1] =
[[rho].sub.1][u.sub.1][D.sub.h,13]/[[mu].sub.1].
Alipchenkov et al. correlation [7]
[f.sub.12] = 025/[(1.82 log [Re.sub.1] - 1.64).sup.2] + 1.5
[delta]/D (19)
where [Re.sub.1] is defined as in case of Wallis correlation.
Levitan correlation [8]
[f.sub.12] = 0.001[([[rho].sub.2]/[[rho].sub.1]).sup.0.4] (1 + 300
[delta]/D) (20)
Stevanovic et al. correlation [2]
[f.sub.12] = 0.079/[Re.sup.0.25.sub.1] + 46.35
[delta]/D[([[rho].sub.1]/[[rho].sub.2]).sup.0.8] (21)
The gas phase- droplets shear stress is defined as
[[tau].sub.13] = 1/8 [C.sub.D][[rho].sub.1][absolute value of
[u.sub.1] - [u.sup.3]]([u.sub.1] - [u.sub.3]) (22)
where the drag coefficient is (Clift et al. [9])
[C.sub.D] = 24/[Re.sub.D](1 + 0.15[Re.sup.0.687.sub.D]) + 0.42/1 +
4.25 x [10.sup.4] [Re.sup.-1.16.sub.D] (23)
and the droplet Reynolds number is [Re.sub.D] = [absolute value of
[u.sub.1] - [u.sub.3]] [D.sub.D][[rho].sub.1]/[[mu].sub.1].
The mean droplet diameter is determined by critical Weber number
[10]
[MATHEMATICAL EXPRESSION NOT REPRODUCIBLE IN ASCII] (24)
where we have Y = [sigma]We/[rho][([u.sub.1] - [u.sub.3]).sup.2],
and We = 0.799.
Evaporation and condensation rate. To the calculation of the
evaporation rate the nonequilibrium relaxation method is used, whereby
it is assumed that during flashing (pressure undershoots) the volumetric
evaporation rate follows [11, 12]:
Evaporation rate:
[MATHEMATICAL EXPRESSION NOT REPRODUCIBLE IN ASCII] (25)
Condensation rate
[MATHEMATICAL EXPRESSION NOT REPRODUCIBLE IN ASCII] (26)
where [[tau].sub.e] = [[tau].sub.c] = -0.99(1 - [[alpha].sub.1]) +
1 are phase change relaxation times and also we have r = [h.sub.fg](p),
h' = [h.sub.f](p) = [h.sub.l,sat](p).
Interfacial area concentrations are calculated between liquid
film-wall, liquid film-gas and droplets-gas [13].
The tube flow cross section is A = [pi][D.sup.2]/4 and the liquid
film-wall perimeter and the liquid film-gas phase perimeter are
[S.sub.2W] = [pi]D, [S.sup.12] = [pi]D[square root of 1 -
[[alpha].sub.2]] (27)
The liquid film-wall interfacial area concentration is
[a.sub.2W] = [S.sub.2W]/A 4/D (28)
The liquid film-gas interfacial area concentration is
[a.sub.12] = [S.sub.12]/A 4[square root of 1 - [[alpha].sub.2]]/D
(29)
Droplets-gas interfacial area concentration is
[a.sub.13] = 6 [[alpha].sub.3]/[D.sub.D] (30)
where [D.sub.D] is the droplet mean diameter.
The mean liquid film thickness i [delta] = 0.5D(1 - [square root of
1 - [[alpha].sub.2]]).
The hydraulic diameter of the gas phase core is
[D.sub.h,13] = 4(1 - [[alpha].sub.2])A/[S.sub.12] = D[square root
of 1 - [[alpha].sub.2]] (31)
Also the hydraulic diameter of the liquid film flow is
[D.sub.h,2] = 4[[alpha].sub.2]A/[S.sub.2W] = D[[alpha].sub.2] (32)
Friction stress of droplets with liquid film. The correction
considered in this paper for the three-fluid model prediction of
pressure changes in condensing vertical tubes assuming annular flow is
the introduction of the friction stress between droplets and liquid
film. The model attained is named the modified three-fluid model, which
is in fact the correlation of Stevanovic et al. for gas phase-liquid
film interfacial friction coefficient with correction friction stress of
droplets with film. To evaluate the friction stress of the droplets with
the film, [[tau].sub.23], we can invoke the correlation between the
intensities of turbulent fluctuations of the velocities of the dispersed
(droplets) and carrier (liquid film) phases in the approximation of
homogeneous turbulence [14]
[MATHEMATICAL EXPRESSION NOT REPRODUCIBLE IN ASCII] (33)
where <[v'.sup.2]> and <[u'.sup.2]> are the
intensities of velocity fluctuations of the dispersed and carrier
phases, [f.sub.u] is the coefficient of response of the particles to the
turbulent velocity fluctuations of the carrier phase and [T.sub.Lp] is
the time of interaction between the particles and the energy-containing
eddies. The above equation is used to derive the following formula for
the droplets-film friction stress
[[tau].sub.23] = [[alpha].sup.3][[rho].sub.3][([u.sub.3] -
[u.sub.2]).sup.2]/[[alpha].sub.1][[rho].sub.1][([u.sub.1] -
[u.sub.2]).sup.2] [f.sub.u][[tau].sub.12] (34)
The eddy-droplet interaction time is determined by the following
approximations [15]
[MATHEMATICAL EXPRESSION NOT REPRODUCIBLE IN ASCII] (35)
here St [equivalent to] [[tau].sub.u] / [T.sub.E] is the Stokes
number that quantifies the droplet inertia and thereby measures the
degree of coupling between the gas and dispersed phases, [T.sub.L] is
Lagrangian integral time scale of turbulence, [T.sub.E] is Eulerian time
macroscale of turbulence in the moving coordinate system, [gamma] =
[absolute value of [u.sub.1] - [u.sub.2]] / [u.sub.1*], is the drift
parameter, and [u.sub.1*] = [square root of [[tau].sub.12] /
[[rho].sub.1]] is the friction velocity. As it follows from (35), for
inertialess particles (St = [gamma] = 0), [T.sub.Lp] coincides with the
Lagrangian time scale [T.sub.L]. In the absence of the mean drift
([gamma] = 0), [T.sub.Lp] monotonically increases with increasing St
from the Lagrangian time scale [T.sub.L] for St = 0 to the Eulerian
macro-scale for St = 1. As the drift parameter [gamma] increases,
[T.sub.Lp] decreases monotonically. The time scales of turbulence
averaged over the channel cross-section are taken as [T.sub.L] =
[0.04D.sub.h,13] / [u.sup.1*] and [T.sub.E] = [0.1D.sub.h,13] /
[u.sub.1*], where [D.sub.h,13] = D[square root of 1 - [[alpha].sub.2]]
is the equivalent diameter of the gas-dispersed core. [[tau].sub.u] is
the dynamic response time of a droplet and is given as [[tau].sub.u] =
4([[rho].sub.3] + [C.sub.vm][[rho].sub.1])[D.sub.D]/3[[rho].sub.1][C.sub.D][absolute value of [u.sub.1] - [u.sub.3]], here [C.sub.D] is the
droplet drag coefficient (determined in [[tau].sub.13]), [C.sub.vm] =
0.5 is the virtual mass coefficient and DD is the droplet mean diameter.
Virtual Mass Force. The virtual mass force occurs only when one of
the phases accelerates with respect to the other phase. It results from
the fact that the motion of the discontinuous phase results in the
acceleration of the continuous phase as well. In terms of magnitude, the
virtual mass force is significant only if the gas phase is dispersed,
and only in rather extreme flow acceleration conditions (e.g., choked
flow) [1].
In condensing vertical tubes, the virtual mass force is in fact a
measure of the influence of the velocity of the entrained droplets on
the velocity of the gas phase. Here the gas phase flow is continuous and
the flow of the entrained droplets is dispersed, and therefore the
magnitude of the virtual mass force is not significant, and so it is not
considered.
3. Results and discussion
The experimental data are obtained from Kreydin et al. [16]. The
tube diameter is 0.0132 m and the tube length is 2.93 m. Total pressure
changes in condensing annular flow are shown in terms of the total mass
flux (or steam inlet mass flux, G). The range of changes of G is from 0
to 500 kg/[m.sup.2]s and in the written code in MATLAB, the values of 0,
50, 100, 150, 200, 300, 400 and 500 kg/[m.sub.2]s are implemented. The
cooling heat flux applied to the tube wall for condensing the steam is
uniform (constant) along the tube length. In the cases of mass fluxes of
300 kg/[m.sub.2]s and 500 kg/[m.sup.2]s, the condensing heat fluxes are
-68 W/[cm.sup.2] and -112 W/[cm.sup.2] respectively. The condensation of
steam takes place inside the tube, i.e., pure saturated steam enters the
tube and sub-cooled water (and saturated steam) exits the tube.
Therefore, as the tube length is constant, the mass flux is proportional
to the condensing heat flux, i.e., the higher mass fluxes mean the
higher condensing heat fluxes.
In the present study, the calculated (by three-fluid model) and
measured (experiments by Kreydin et al. [16]) total pressure changes
(differences between outlet and inlet pressures) are plotted against the
total mass fluxes (steam inlet mass fluxes) for different steam-liquid
film interfacial friction correlations and the steam inlet pressure of
1.08 MPa in Fig. 2. As it can be seen, the modified three-fluid model
(correlation of Stevanovic et al. [2] with proposed
correction--introduction of shear stress of droplets with liquid film)
provides much better agreement with the experimental data of Kreydin et
al. [16]. The average value of absolute error for the predictions of the
modified three-fluid model is 0.0678 kPa while the average value of
absolute error for the predictions of the Stevanovic et al. correlation
is 0.1429 kPa. Also the relative difference of the results of the
modified three-fluid model with experimental data is 20% and the
relative difference of the data of Stevanovic et al. correlation with
experimental results is 50%. Therefore, the agreement of the results of
the modified three-fluid model with experimental data is 30% better than
the agreement of the results of Stevanovic et al. correlation with
experimental data. It should be noted that the main difference between
the modified three-fluid model and Stevanovic et al. correlation is in
the region with total mass fluxes higher than approximately 120
kg/[m.sup.2]s, where the modified three-fluid model predicts higher
total pres sure changes than Stevanovic et al. correlation (there is no
experimental data of Kreydin et al. [16] for this region).
In this paper, the modified three-fluid model predictions are
compared only with predictions of Stevanovic et al. correlation because
among the available correlations (modified Wallis correlation,
Alipchenkov et al. correlation, Levitan correlation and Stevanovic et
al. correlation), the predictions of Stevanovic et al. correlation
provide better agreement with Kreydin et al. [16] experimental data.
According to Fig. 2, when the total mass flux (inlet mass flux) is
lower than 60 kg/[m.sup.2]s (i.e. the total mass flux is in low mass
flux limit), the pressure change is positive, and when the total mass
flux increases (such that the mass fluxes do not go beyond the ranges of
the low mass flux limit), this positive pressure change increases. When
the total mass flux (inlet mass flux) is higher than 100 kg/[m.sup.2]s
(i.e. the total mass flux is in high mass flux limit), the pressure
change is negative, and also when the total mass flux increases, this
negative pressure change increases (the positive pressure drop
increases).
[FIGURE 2 OMITTED]
If three momentum conservation equations are written and summed up
for the three fluids, we have [2]
dp/dx = -[a.sub.2W][[tau].sub.2W] - [[rho].sub.g] sin [theta] -
d/dx ([3.summation over
(k=1)][[alpha].sub.k][[rho].sub.k][u.sup.2.sub.k]) (36)
where the two-phase flow density is
[rho] = [[alpha].sub.1][[rho].sub.1] + [[alpha].sub.2][[rho].sub.2]
+ [[alpha].sub.3][[rho].sub.3] = [3.summation over (k=1)]
[[alpha].sub.k][[rho].sub.k] (37)
It means that the total pressure gradient is composed of three
terms, namely, frictional, gravitational and acceleration pressure
gradients. The first term on the right-hand side of Eq. (36) represents
the frictional pressure drop (i.e. the liquid film friction on the
wall), the second term represents the gravitational pressure change (for
the downward condensing flow in vertical tube the inclination angle is
[theta] = -[pi]/2), and the third term represents the acceleration
pressure change (the pressure change due to the acceleration or
deceleration of the flow in the tube).
The calculated total pressure change and its three terms,
frictional, gravitational and acceleration pressure changes are also
plotted against the total mass flux for steam inlet pressure of 1.08 MPa
in Fig. 3. It can be seen that for lower mass fluxes (lower than 60
kg/[m.sup.2]s) the gravitational pressure change is dominant, and as a
result of that the pressure increases from the tube inlet to outlet (the
gravitational pressure change term, for a down-ward condensing flow in
vertical tube, will be [DELTA][p.sub.g] = (-[rho]g sin [theta])L =
[rho]gL in the total pressure change and therefore it results in the
increase of total pressure change), which gives the reason for the total
pressure change being positive in Fig. 2 in the low mass flux limit. For
higher mass fluxes (higher than 100 kg/[m.sup.2]s) the frictional
pressure change is dominant, and consequently the pressure decreases
from the tube inlet to outlet (the value of the frictional pressure
change term is [DELTA][p.sub.g] = (-[a.sub.2W][[tau].sub.2W])L [less
than or equal to] 0 in the total pressure change, and therefore it
results in the decrease of total pressure change), which gives the
reason for total pressure change being negative in Fig. 2 in the high
mass flux limit.
[FIGURE 3 OMITTED]
In condensing vertical tubes, there should be enough pressure drops
in order to remove the condensate from the tube outlet. Therefore, the
aim is to have a negative pressure change (or a positive pressure drop).
With the help of Figs. 2 and 3, we can figure out the range of the total
mass flux for which the pressure change is negative (or the pressure
drop is positive), and therefore choose a value of the mass flux for the
vertical condensing tube for which there is a negative pressure change.
In fact, in the industrial applications of the vertical condensing
tubes, which are the various heat exchangers in power and chemical
industry such as air heaters in steam boilers, air-cooled condensers,
and steam condensers within the passive systems of nuclear power plants,
we need an inlet mass flux for a specified value of the total pressure
drop. Figs. 2 and 3 can help to obtain the values of inlet mass fluxes
with the modified three-fluid model giving the best results.
4. Conclusions
The pressure changes of condensing annular flow in vertical tube
have been predicted using three-fluid model. Use of the previous
correlations for the steam-liquid film interfacial friction shows
discrepancies between calculated and measured pressure changes. Although
the correlation of Stevanovic et al. [2] provides good agreement, it has
some deficiencies. One of these deficiencies corrected in this paper is
the introduction of the friction stress between entrained droplets and
liquid film. In this study, the calculated pressure changes provide even
much better agreement by taking the above correction into account such
that the agreement of the predictions of the modified three-fluid model
with measured data is 30% better than the agreement of the predictions
of Stevanovic et al. correlation with measured data.
The conservation equations are written for each fluid and then
steady one-dimensional conditions are considered. Apart from nine
conservation equations (mass, momentum and energy equations for k = 1,
2, 3), another equation (volume fraction equation) is also obtained.
These ten equations are used to obtain ten state variables. In the
conservation equations, the interfacial transfer phenomena are
calculated by suitable closure relations.
The conservation equations along with volume fraction equation are
changed by some arithmetic operations to ten first-order ODEs which give
the derivatives of ten state variables. These ten ODEs comprise a system
of stiff ODEs which should be solved together as they are coupled. Here
for the solution of the system of stiff ODEs MATLAB stiff ODE solvers,
namely ode23s and ode15s, are used. The results obtained are as follows.
1. The modified three-fluid model (Stevanovic et al. correlation
with correction--introduction of friction stress of droplets with liquid
film) provides much better agreement with measured data compared with
other correlations. The main difference between the modified three-fluid
model and Stevanovic et al. correlation is in the region with total mass
fluxes higher than 120 kg/[m.sup.2]s, where the modified three-fluid
model predicts higher total pressure changes than Stevanovic et al.
correlation.
2. When the total mass flux is in low mass flux limit, the pressure
change is positive, and when the mass flux increases, this positive
pressure change increases. When the total mass flux is in high mass flux
limit, the pressure change is negative, and when the total mass flux
increases, this negative pressure change increases.
3. For lower mass fluxes (lower than 60 kg/[m.sup.2]s) the
gravitational pressure change is dominant, and as a result of that the
pressure increases from the tube inlet to outlet. For higher mass fluxes
(higher than 100 kg/[m.sup.2]s) the frictional pressure change is
dominant, and consequently the pressure decreases from the tube inlet to
outlet.
4. For the applications of the vertical condensing tubes in
industry, the inlet mass flux is needed for a specified value of the
total pressure change, for which the modified three-fluid model can be
used giving the best results.
Received August 03, 2010
Accepted January 17, 2011
References
[1.] Ghiaasiaan, S.M. 2008. Two-Phase Flow, Boiling and
Condensation in Conventional and Miniature Systems, 1st Edition.
Cambridge University Press. 613p.
[2.] Stevanovic, V.D.; Stanojevic, M.; Radic, D.; Jovanovic, M.
2008. Three-fluid model predictions of pressure changes in condensing
vertical tubes, Int. J. of Heat and Mass Transfer 51: 3736-3744.
[3.] Sugawara, S. and Miyamoto, Y. 1990. FIDAS: Detailed
sub-channel analysis code on the three-fluid and three-field model,
Nuclear Engineering and Design 120: 147-161.
[4.] White, F.M. 1991. Viscous Fluid Flow. New York: McGraw-Hill.
422p.
[5.] Sinkunas, S.; Kiela, A. 2010. Effect of liquid physical
properties variability on film thickness, Mechanika 1(81): 25-29.
[6.] Wallis, G.B. 1969. One-Dimensional Two-Phase Flow. New York:
McGraw-Hill. 322p.
[7.] Alipchenkov, V.M.; Nigmatulin, R.I.; Soloviev, S.L.; Stonik,
O.G.; Zaichik, L.I.; and Zeigarnik, Y.A. 2004. A three-fluid model of
two-phase dispersed-annular flow, Int. J. of Heat and Mass Transfer 47:
5323-5338.
[8.] Levitan, L.L. 1987. Dry-out in annular-dispersed flow,
Advances in thermal-hydraulics of two-phase flows in energy plants.
Moscow: Nauka. 146p. (in Russian).
[9.] Clift, R.; Grace, J.R.; Weber, M.E. 1978. Bubbles, Drops and
Particles. New York: Academic Press. 111p.
[10.] Sugawara, S. 1990. Droplet deposition and entrainment
modeling based on the three-fluid model, Nuclear Engineering and Design
122: 67-84.
[11.] Downar-Zapolski, Z.; Bilicki, Z.; Bolle, L. and Franco, J.
1996. The non-equilibrium relaxation model for one-dimensional flashing
liquid flow, Int. J. of Multiphase Flow 22: 473-483.
[12.] Sinkunas, S.; Kiela, A. 2009. Effect of temperature gradient
on heat transfer and friction in laminar liquid film, Mechanika 1(75):
31-35.
[13.] Hazuku, T.; Takamasa, T.; Hibiki, T.; Ishii, M. 2007.
Interfacial area concentration in annular two-phase flow, Int. J. of
Heat and Mass Transfer 50: 2986-2995.
[14.] Hinze, J.O. 1975. Turbulence. New York: McGraw-Hill. 453p.
[15.] Zaichik, L.I. and Alipchenkov, V.M. 1999. Interaction time of
turbulent eddies and colliding particles, Thermophys. Aeromech. 6:
493-501.
[16.] Kreydin, B.L.; Kreydin, I.L.; Lokshin, V.A. 1985.
Experimental research of the total pressure drop in the condensing steam
downward flow inside a vertical tube, Therm. Eng. 32(7): 42-43 (in
Russian).
H. Saffari, School of Mechanical Engineering, Iran University of
Science and Technology (IUST), Tehran, Iran, 16887, E-mail:
saffari@iust.ac.ir
N. Dalir, School of Mechanical Engineering, Iran University of
Science and Technology (IUST), Tehran, Iran, 16887, E-mail:
ne.dalir@gmail.com