[ANSYS, Inc. Logo] return to home search
next up previous contents index

15.11.3 Theory

As noted above, O'Rourke's algorithm assumes that two droplets may collide only if they are in the same continuous-phase cell. This assumption can prevent droplets that are quite close to each other, but not in the same cell, from colliding, although the effect of this error is lessened by allowing some droplets that are farther apart to collide. The overall accuracy of the scheme is second-order in space.



Probability of Collision


The probability of collision of two droplets is derived from the point of view of the larger droplet, called the collector droplet and identified below with the number 1. The smaller droplet is identified in the following derivation with the number 2. The calculation is in the frame of reference of the larger droplet so that the velocity of the collector droplet is zero. Only the relative distance between the collector and the smaller droplet is important in this derivation. If the smaller droplet is on a collision course with the collector, the centers will pass within a distance of $r_1 + r_2$. More precisely, if the smaller droplet center passes within a flat circle centered around the collector of area $\pi (r_1 + r_2)^2$ perpendicular to the trajectory of the smaller droplet, a collision will take place. This disk can be used to define the collision volume, which is the area of the aforementioned disk multiplied by the distance traveled by the smaller droplet in one time step, namely $\pi (r_1 + r_2)^2 v_{\rm rel} \Delta t$.

The algorithm of O'Rourke uses the concept of a collision volume to calculate the probability of collision. Rather than calculating whether or not the position of the smaller droplet center is within the collision volume, the algorithm calculates the probability of the smaller droplet being within the collision volume. It is known that the smaller droplet is somewhere within the continuous-phase cell of volume $V$. If there is a uniform probability of the droplet being anywhere within the cell, then the chance of the droplet being within the collision volume is the ratio of the two volumes. Thus, the probability of the collector colliding with the smaller droplet is


 P_1 = \frac{\pi (r_1 + r_2)^2 v_{\rm rel} \Delta t}{V} (15.11-2)

Equation  15.11-2 can be generalized for parcels, where there are $n_1$ and $n_2$ droplets in the collector and smaller droplet parcels, respectively. The collector undergoes a mean expected number of collisions given by


 \bar{n} = \frac{n_2 \pi (r_1 + r_2)^2 v_{\rm rel} \Delta t}{V} (15.11-3)

The actual number of collisions that the collector experiences is not generally the mean expected number of collisions. The probability distribution of the number of collisions follows a Poisson distribution, according to O'Rourke, which is given by


 P(n) = e^{-\bar{n}}\frac{\bar{n}^n}{n!} (15.11-4)

where $n$ is the number of collisions between a collector and other droplets.



Collision Outcomes


Once it is determined that two parcels collide, the outcome of the collision must be determined. In general, the outcome tends to be coalescence if the droplets collide head-on, and bouncing if the collision is more oblique. In the reference frame being used here, the probability of coalescence can be related to the offset of the collector droplet center and the trajectory of the smaller droplet. The critical offset is a function of the collisional Weber number and the relative radii of the collector and the smaller droplet.

The critical offset is calculated by O'Rourke using the expression


 b_{\rm crit} = (r_1 + r_2) \sqrt{\min \left(1.0, \frac{2.4f}{\rm We}\right)} (15.11-5)

where $f$ is a function of $r_1/r_2$, defined as


 f \left(\frac{r_1}{r_2}\right) = \left(\frac{r_1}{r_2}\right... ...t(\frac{r_1}{r_2}\right)^2 + 2.7 \left(\frac{r_1}{r_2}\right) (15.11-6)

The value of the actual collision parameter, $b$, is $(r_1 + r_2)\sqrt{Y}$, where $Y$ is a random number between 0 and 1. The calculated value of $b$ is compared to $b_{\rm crit}$, and if $b < b_{\rm crit}$, the result of the collision is coalescence. Equation  15.11-4 gives the number of smaller droplets that coalesce with the collector. The properties of the coalesced droplets are found from the basic conservation laws.

In the case of a grazing collision, the new velocities are calculated based on conservation of momentum and kinetic energy. It is assumed that some fraction of the kinetic energy of the droplets is lost to viscous dissipation and angular momentum generation. This fraction is related to $b$, the collision offset parameter. Using assumed forms for the energy loss, O'Rourke derived the following expression for the new velocity:


 v'_1 = \frac{m_1 v_1 + m_2 v_2 + m_2(v_1 - v_2)}{m_1 + m_2} \left(\frac{b - b_{\rm crit}}{r_1 + r_2 - b_{\rm crit}}\right) (15.11-7)

This relation is used for each of the components of velocity. No other droplet properties are altered in grazing collisions.


next up previous contents index Previous: 15.11.2 Use and Limitations
Up: 15.11 Droplet Collision and
Next: 15.12 One-Way and Two-Way
Release 12.0 © ANSYS, Inc. 2009-01-23