Previous Up Next

2.8  Spherical bubble rise in a quiescent bath

Author
Dustin Langewisch
Command
bash bubble.sh bubble.gfs
Version
130112
Required files
bubble.gfs (view) (download)
bubble.sh bubble.gfv
Running time
2 min (4 processors)

Simulates a bubble rising in a quiescent liquid. The density and viscosity ratios are given, respectively, by ρfb=1000 and µfb=100. The bubble velocity is, in general, a function of the Archimedes number, defined as:

Ar := 
ρf 
g D3
µf
,     (1)

and the bubble shape is a function of both the Archimedes number and the Bond number (also known as the Eötvos number), defined as:

Bo = 
ρf g D2
σ
.     (2)

We take Ar = 1 and Bo = 5. For these values, the bubble’s shape remains approximately spherical. The terminal velocity can then be determined analytically from the Hadamard-Rybczynski equation:

U
Uc
 = 
Ar
18



1− 
ρb
ρf









1+
µf
µb
1+
2
3
µf
µb






    (3)

The characteristic velocity is Uc = √g D and the characteristic time is tc = D/Uc.




Previous Up Next