If CINT(vel1), CINT(vel2), PHINT(vel1) and PHINT(vel2) take their recommended default values in the two-phase IPSA model (ONEPHS=F), then the interphase drag source Sip appearing in the discretised vector momentum equations reduces to:
Sip = FIP * ( Uj - Ui) ....(1.1) |
(1.1) |
where Sip is in Newtons and FIP is the interphase drag coefficient between phases i and j in units of Newton seconds/metre.
The relationship employed for FIP is determined by the PIL variable CFIPS, as explained in Section 2 which gives an overview of the available drag models.
If STORE(CFIP) is set in the Q1 file, then FIP is placed in three-dimensional storage; it can then be used for output purposes; and it allows the arithmetic mean of local-slab and upper=slab values to be used for the W1 and W2 velocities,
The open-source Fortran embodiment of the formulae discussed here is to be found in the file gxfric.for . If the formulae described below do not meet the user's needs, there is a simple way of introducing those which will.
This is In-Form the use of which for interphase friction is described here.
If CFIPS is any constant other than a GRND flag, FIP is set as follows:
for CFIPS > 0 FIP = CFIPS*ρ1R1R2!Vol |
(2.1) |
for CFIPS <0 FIP="|CFIPS|ρ2R1R2!Vol" |
(2.2) |
where Vol is the free cell volume; Ri! is the maximum of Ri and RLOLIM, which is a lower limit on Ri. The RLOLIM practice ensures that as long as RLOLIM > 0, FIP remains finite, even though the volume fraction of either phase falls to zero.
Setting CFIPS to 1.0E10 "fixes" the phases together.
If CFIPS=GRND, GRND1, GRND2, ..... GRND10, EARTH visits GROUND ( and GREX, if USEGRX=T ) in GROUP 10, Section 1 for the value of FIP for each cell at the current IZ slab.
The array of FIP values is addressed in GROUND or GREX by means of the integer flag IFIP.
The options supplied in subroutine GXFIPS called from GREX are as follows:
CFIPS=GRND1 selects:
FIP=CFIPC*ρ1R1R2!*Vol |
(2.3) |
CFIPS=GRND2 selects:
FIP=CFIPC*ρ1R1R2!Vol*Vslip,CFIPA |
(2.4) |
CFIPS=GRND3 selects
FIP=CFIPC*ρ1R1R2!Vol*Vslip,CFIPA>CFIPB
|
(2.5) |
CFIPS=GRND4 selects
FIP=CFIPC*ρ1R1R2!Vol*{>Vslip,CFIPA<CFIPB}*(LEN1CFIPD) |
(2.6) |
CFIPS=GRND5 selects
FIP=CFIPC*ρ2R2R1!*Vol*{>Vslip,CFIPA<CFIPB}*(LEN1CFIPD)
|
(2.7) |
FIP=CFIPC*Vol
|
(2.8) |
FIP = 0.75*Cd*ρ1*R2!*R1!*Vol*>Vslip,CFIPA</Dp |
(2.9) |
Here, Cd is a dimensionless drag coefficient and Dp is the particle diameter ( defined by CFIPB ).
The PIL variable CFIPD selects the correlation employed for Cd, as follows:
CFIPD
Details of the foregoing Cd correlations are given in Sections 3 and 4 below.
If CFIPB = -Dp, the minus sign activates the removal of R1! from the FIP formula; a form which is often used for a dilute suspension of particles.
For CFIPD=4. & 6. the surface tension must also be defined via CFIPC.
CFIPD=7. selects the particle-fluidization drag model described in Section 5. This model uses a FIP formula of the form of eqn ....(2.9) only when R1 > 0.8, otherwise it uses a formula based on the well- known Ergun correlation (see for example Kuni & Levenspiel [1969]).
CFIPD=8. selects the particle-cluster fluidization drag model described in Section 6. This model extends the particle-fluidisation drag model to handle the sub-dense and sub-dilute flow regimes, as well as the dense and dilute regimes. a formula based on the well-known Ergun correlation (see or example Gao et al (2009) and Li et al (2009). The following input parameters are associated with this model: (a) CFIPC = cluster diameter; CFIPB = particle diameter.
CFIPS=GRND8 selects the same drag models as for CFIPS=GRND7, but with phase 2 as carrier and phase 1 dispersed, i.e:
FIP = 0.75*Cd*ρ2R1!R2!Vol*>Vslip,CFIPA</Dp |
(2.10) |
If the shadow volume-fraction method is to be used to represent the burning, evaporation or condensation of particles, then the full- field variable RS should be attached to phase 1 via the TERMS command.
The dispersed-solid drag model is suitable for representing the interphase drag experienced by dispersed solid spherical particles in a continuous fluid. The model determines FIP from either equation (2.9) or (2.10) above, as appropriate. These equations originate from the following relationship:
FIP = 0.5 Cd*ApρcRcVslip*Vol |
(3.1) |
where; Ap is the projected area of particles per unit volume; RHOc is the density of the continuous phase; and Rc is the volume fraction of the continuous phase. For light volume-fraction loadings of the dispersed phase, Rc is close to unity.
The drag coefficient Cd is defined by:
Cd = Fd/(0.5*A*ρc*Vslip2) |
(3.2) |
where: Fd is the total drag force due to skin friction and form drag; and A is the projected area of a particle in the flow direction:
A = (π*Dp2)/4 |
(3.3) |
Consequently, the projected area per unit volume Ap is given by:
Ap = A*np = 1.5*Rd/Dp |
(3.4) |
where Rd is the volume fraction of the dispersed phase; and np is the number of particles per unit volume (=6*Rd/[π*Dp3]).
In an incompressible fluid, Cd depends only on the geometry of the particles and the Reynolds number:
Re = Vslip*Dp/ν |
(3.5) |
where ν is the kinematic laminar viscosity of the continuous phase. For spherical particles the variation in Cd with Re suggests that the Cd variation may be divided into four regimes, as follows:
In PHOENICS the following Cd correlations have been provided as options:
Standard Drag Curve ( see below ) Stokes Drag Regime Cd = 24/Re Turbulent Drag Regime Cd = 0.44 Subcritical Regime Cd = max{0.44, 24.*(1.+0.15*Re0.687)/Re}
The correlation used for the Subcritical Regime is based on that of Schiller and Naumann [1933].
The standard drag curve is the default option and it uses the correlations of Clift et al [1978]:
Cd=24.0*(1.0+0.15*Re0.687)/Re+0.42/(1.0+4.25E4/(Re1.16)) |
(3.6) |
for Re << 3.38.105.
Cd=29.78-5.3*LOG10(Re) |
(3.7) |
for 3.38.105 <Re << 4.105.
Cd=0.1*LOG10(Re)-0.49 |
(3.8) |
for 4.105 <Re << 106.
Cd=0.19-8.0E4/Re for Re > 106 |
(3.9) |
These correlations are taken from Table 5.1 eqn(10) and Table 5.2 eqns (H),(I) and (J) of Clift et al [1978].
The limitations of the foregoing drag models are discussed below:
As was discussed already, the case of liquid drops and gas bubbles is complicated by the additional action of cleanliness, which influences the drag, and surface tension σ, which can influence the particle shape and hence the drag. The principal parameters which characterise the motion of bubbles and drops are: the Reynolds number Re; the Weber number
We = ρcVvslip2Dp/σ |
(4.1) |
and the Morton number Mo:
Mo = g(ρc-ρd)(ρcν)4/(ρc2σ3) |
(4.2) |
The Eotvos number Eo is often introduced:
Eo = gDp2*(ρc-ρd)/σ |
(4.3) |
but it may be noted that Eo = Re4*Mo/We2.
For further discussion on the various dimensionless groups and the various bubble/drop shape regimes the reader is referred to the works of Clift et al [1978], Hetsroni [1982], Kuo and Wallis [1988], Szekely [1979], Wallis [1974] and Whalley [1990].
The dispersed-fluid models embodied in PHOENICS also determine FIP from either eqn (2.9) or (2.10) above. Three models are provided, one of which presumes spherical bubbles, one which presumes ellipsoidal bubbles, and one which takes into account the various bubble shape regimes (see Clift et al [1978]). The first two models may also be used for droplets, but the last model is not applicable if the We > 8, as droplets then start breaking up.
The first option (CFIPD=5.) is the so-called "dirty-water" spherical-bubble model of Kuo and Wallis [1988]:
Cd = 6.3/Re0.385 | (4.4) |
wherein Re is given by eqn (3.5). This model is applicable provided that: Re > 100; the water is contaminated ( i.e. it contains impurities ); and the bubbles are spherical.
The second option (CFIPD=4.) is the "dirty-water" bubble-drag model of Kuo and Wallis [1988], which allows for the complete Reynolds- number range and the various shape regimes, as follows:
Cd = 16/Re | (4.5) |
for Region 1 with Re <0.49
Cd = 20.68/Re0.643 | (4.6) |
for Region 2 with 0.49 <Re < 100.
Cd = 6.3/Re0.385 |
(4.7) |
for Region 2B with Re >> 100.
However, if Re >> 100 and We > 8
Cd = 8./3. |
(4.8) |
for Region 5.
otherwise if Re >> 100 and Re > 2065.1/We2.6
Cd = We/3. |
(4.9) |
for Region 4.
The region numbers referred to above correspond to Figure 1 in the paper of Kuo and Wallis [1988], and they are discussed in detail by Wallis [1974].
The third option (CFIPD=6.) is the "clean-water" ellipsoidal-bubble model described by Clift et al [1978]:
Cd = 0.622/(1./Eo + 0.235*ρc/(ρc-ρd)) |
(4.10) |
wherein Eo is Eotvos number, and the bubble diamter Dp is taken as the volume-equivalent diameter. This model is applicable for uncontaminated bubbles with 0.1 <Eo < 40.
The drag model provided in PHOENICS for use in fluidisation processes is that employed by Patel and Cross [1989], Kuipers [1990] and Gidaspow [1994] for modelling gas-solid fluidised beds. This model switches between an Ergun-type drag coefficient in the dense-flow regime, where the void fraction is less than 0.8; and a standard-drag type correlation for spheres in the dilute regime, where the void fraction exceeds 0.8. Therefore, FIP is computed from the following equations:
Dense regime, Rc ≤0.8
FIP=[150*Rc2*ρc*ν/(Rd*Dp2) +1.75*ρc*Rd/Dp*Vslip] | (5.1) |
Dilute regime, Rc >0.8
For void fractions greater than 0.8, the model computes FIP as follows:
FIP=0.75*Cd*RcRd*ρc*Vslip/ (Dp*Rc2.65) | (5.2) |
where
Cd = max{0.44, 24.(1.+0.15Re0.687)/Re} | (5.3) |
and
Re = RcVslipDp/ν | (5.4) |
The function Rc2.65 in eqn (5.2) accounts for the presence of other particles in the fluid and corrects the drag coefficient for a single particle ( see Richardson and Zaki[1954] ). This part of the model is suitable for use in pneumatic-conveying problems.
The drag coeficient Cd becomes equal to 0.44 when Re>1000.
In the foregoing Dp is equal to Ds/h where Ds is the diameter of the equivalent-volume sphere and h is the shape factor ( see Section 2 above ). In more-refined models, several workers ( see for example Patel and Cross [1989] ) have replaced the continuous-phase viscosity in eqn (5.4) with the apparent mixture viscosity so as to account further for the extra resistance due to presence of neighbouring particles.
The particle-fluidisation drag model is activated by the following settings when phase 1 is the carrier and phase 2 is dispersed::
In this model the fluidised bed is characterised by four different flow regimes, namely: the dense regime, the sub-dense regime, the sub-dilute regime and the dilute regime. The interphase drag coefficient FIP is computed from the following formulae:
Dense regime, Rc ≤0.8
β1=[150Rc2ρcν/(RdDc2) +1.75ρcRdVslip/Dc] | (6.1) |
Sub-dense regime, Rc >0.8 and ≤ 0.933
β2=(5/72)CdRcRdρcVslip/(DcRd0.293) | (6.2) |
Sub-dilute regime, Rc >0.933 and ≤ 0.99
β3=(3/4)CdRcRdρcVslip/(DpRc2.65) | (6.3) |
Dilute regime, Rc >0.99
β4=(3/4)CdRdρcVslip/Dp | (6.4) |
where
Cd = max{0.44, 24.(1.+0.15Re0.687)/Re} | (6.5) |
and
Re = RcVslipDp/ν |
(6.6) |
A blending function is introduced to provide a smooth transition between the various flow regimes, as follows:
FIP = (1-φ1)*β1+φ1{(1-φ2)*β2 +φ2[(1-φ3*β3+φ3*β4]} | (6.7) |
where
φi = Tan-1[150 * 1.75*(Rc-Ri)]/π+0.5 | (6.8) |
where φi corresponds to the condition at the phase boundary i, i.e. where the void fraction equals 0.8, 0.933 and 0.99.
The particle-cluster fluidisation drag model is activated by the following settings when phase 1 is the carrier and phase 2 is dispersed:
Typically, the effective cluster diameter is about 1.5 to 5 times the particle diameter (see for example Gao et al (2009) and Li et al (2009)). Both Chen et al (2015) and Wu et al (2020) present a formula for estimating the effective cluster diameter.
J.Chen, H.Li, X.Lv, Q.Zhu, 'A structure-based drag model for the simulation of Geldart A and B particles in turbulent fluidized beds', Poweder Technology, 274, 112-122, (2015).
R.Clift, J.R.Grace and M.E.Weber, 'Bubbles, drops and particles', Academic Press, (1978).
J.Gao, X.Lan, Y.Fan, J.Chang, G.Wang, C.Lu and C.Xu, 'CFD modelling and validation of the turbulent fluidised bed of FCC particles', AIChE Journal, 55, 1680-1694, (2009).
D.Gidaspow, 'Multiphase flow and fluidization: Continuum and kinetic theory description', Academic Press, New York (1994).
G.Hetsroni, 'Handbook of multiphase systems', Hemisphere Publi- shing Corporation, (1982).
M.Ishii and N.Zuber, 'Drag coefficient and relative velocity in bubbly, droplet or particulate flows', AIChE Journal, Vol.25, No.5, p843, (1979).
J.M.Kay and R.M.Nedderman, 'Fluid mechanics and transfer processes', Solid particles and fluidisation, Chapter 21, pg534, Cambridge University Press, (1985).
J.T.Kuo and G.B.Wallis, 'Flow of bubbles through nozzles', Int. J.Multiphase Flow, Vol.14, No.5, p547, (1988).
J.A.M.Kuipers, 'A two-fluid micro-balance model of fluidized beds', Hengelo, The Netherlands, (1990).
D.Kuni and O.Levenspiel, 'Fluidisation engineering', J.Wiley, New York, (1969).
P.Li, X.Lan, C.Xu, G.Wang, C.Lu and J.Gao, 'Drag models for simulating gas-solid flow in the turbulent fluidisation of FCC particles', Particuology, 7, 269-277, (2009).
M.K.Patel and M.Cross, 'The modelling of fluidised beds for ore reduction', In Numerical Methods in Laminar and Turbulent Flow, p2051, Pineridge Press, (1989).
J.F.Richardson and W.N.Zaki, 'Sedimentation and fluidization', Part I, Trans. Inst. Chem. Eng., Vol.32, p35, (1954).
L.Schiller and A.Z.Naumann, Ver.Deut.Ing, 77, pg318-320, (1933).
J.Szekely, 'Fluid flow phenomena in metals processing', Academic Press, (1979).
G.B.Wallis, 'The terminal speed of single drops or bubbles in an infinite medium', Int.J.Multiphase Flow, Vol.1, p491, (1974).
P.B.Whalley, 'Boiling, condensation and gas-liquid flow', Clarendon Press, Oxford, (1990).
Y.Wu, X.Shi, J.Gao, X.Lan,'A four-zone drag model based on cluster for simulating gas-solids flow in turbulent fluidized beds', Chemical Engineering & Processing: Process Intensification 155, 108056, (2020).
Interphase friction coefficient (see INTFRC)
Interphase mass-transfer (see CMDOT)
Interphase mass-transfer rate (see INTMDT)
Interphase mass-transfer, formulae for (see CMDTA)
INTERPHASE-mass-transfer and friction
Interphase-transfer processes and properties, GROUP 10
The INTERPHASE-mass-transfer and friction
(1) General information See POLIS/lectures etc/further lectures/interphase transport
(2) Changes during 1991/2 * FN98 and FN99, have been re-written and made directly accessible to users.They are to be found in file gxsor.ftn.
* New interphase-transport laws have been added for droplet drag, mass-transfer and heat transfer, and for turbulence modulation.
For more information: see the following entries in the dictionary:-
CFIPS for new interphase-friction laws (CFIPS=GRND7 and GRND8) CINT for new interphase-transfer coefficients (CINT(phi)=GRND7 and GRND8) TURMOD for turbulence modulation
wbs