Flow Around a Sphere

Category: Fluid Analysis (CFD) | Integrated 2026-04-06
CAE visualization for flow around sphere theory - technical simulation diagram
Flow Around a Sphere

Flow Around a Sphere: Theoretical Foundations

Overview

๐Ÿง‘โ€๐ŸŽ“

Professor, how is the flow around a sphere different from that around a cylinder?


๐ŸŽ“

A sphere is a three-dimensional object, so its wake structure is inherently 3D. There is no region where a 2D calculation suffices, unlike with a cylinder. Also, the abrupt change in $C_D$ depending on Re, called the drag crisis, is practically very important. The dimples on a golf ball utilize this phenomenon.


Stokes Flow (Very Low Re)

๐Ÿง‘โ€๐ŸŽ“

First, please explain the most basic part.


๐ŸŽ“

When Re $\ll 1$, the inertial term can be neglected, and an exact solution to the Stokes equations exists.


$$ \mathbf{F}_D = 6 \pi \mu a U_\infty $$

This is Stokes' drag law. $a$ is the sphere's radius, $U_\infty$ is the freestream velocity. Rewriting it as a drag coefficient,


$$ C_D = \frac{F_D}{\frac{1}{2}\rho U_\infty^2 \pi a^2} = \frac{24}{Re}, \quad Re = \frac{2a U_\infty}{\nu} $$

๐Ÿง‘โ€๐ŸŽ“

So $C_D = 24/Re$ means the drag coefficient decreases as Re increases, right?


๐ŸŽ“

However, the absolute drag force $F_D$ increases proportionally with $U_\infty$. The reason $C_D$ decreases is that the inertial force reference $\frac{1}{2}\rho U_\infty^2$ increases even faster.


Flow Transition by Reynolds Number

๐ŸŽ“

Let's organize the classification of flow around a sphere.


Re RangeFlow StateCharacteristics
Re < 20Steady AxisymmetricNo separation ~ tiny recirculation
20 < Re < 210Steady Axisymmetric WakeGrowth of annular recirculation region
210 < Re < 270Steady Non-axisymmetricLoss of planar symmetry (regular bifurcation)
270 < Re < 800Periodic Vortex SheddingRegular shedding of hairpin vortices
800 < Re < $3 \times 10^5$Subcritical RegimeTurbulent wake, $C_D \approx 0.44$
$3 \times 10^5$ < Re < $4 \times 10^5$Drag Crisis$C_D$ drops sharply from $0.44$ โ†’ $0.1$
Re > $4 \times 10^5$Supercritical RegimeTurbulent boundary layer separation
๐Ÿง‘โ€๐ŸŽ“

Compared to a cylinder, the Re at which vortex shedding begins is higher.


๐ŸŽ“

Correct. Because a sphere is 3D, the flow can wrap around the object, delaying wake destabilization. Also, instead of a clear periodic pattern like a vortex street for a cylinder, the structure is more complex, involving the shedding of hairpin vortices.


Empirical Drag Correlation Formulas

๐Ÿง‘โ€๐ŸŽ“

How do you estimate $C_D$ at intermediate Re numbers?


๐ŸŽ“

The Schiller-Naumann correlation is commonly used.


$$ C_D = \frac{24}{Re}(1 + 0.15 Re^{0.687}), \quad Re < 800 $$

๐ŸŽ“

For a wider range, there is Morrison's formula.


$$ C_D = \frac{24}{Re} + \frac{2.6(Re/5.0)}{1+(Re/5.0)^{1.52}} + \frac{0.411(Re/2.63\times10^5)^{-7.94}}{1+(Re/2.63\times10^5)^{-8.00}} + \frac{0.25(Re/10^6)}{1+(Re/10^6)} $$

This formula provides a continuous fit from $Re = 10^{-1}$ to $10^6$, including the drag crisis.


๐Ÿง‘โ€๐ŸŽ“

Morrison's formula is quite complex. But it seems useful to be able to represent even the drag crisis.

Coffee Break Yomoyama Talk

The Paradox: Golf Ball Dimples Double the Flight Distance

If you launch a perfectly smooth sphere and a dimpled sphere at the same speed, which one flies farther? Intuition might suggest "the smooth one has less air resistance," but the answer is the opposite. The dimples induce boundary layer turbulence, pushing the separation point rearward, which drastically reduces the wake width. As a result, the drag coefficient becomes about half that of a smooth sphere. It is said that the flight distance of a typical golf ball is about twice that of a ball without dimples. This is a design that artificially induces the "drag crisis" at lower Re numbers, an aerodynamically elegant solution. When solving for a sphere's drag coefficient in CFD, the influence of surface roughness models is directly linked here.

Computational Methods for Flow Around a Sphere

Selection of Numerical Methods

๐Ÿง‘โ€๐ŸŽ“

What numerical method is suitable for calculating flow around a sphere?


๐ŸŽ“

A sphere is inherently a 3D problem, so computational cost is significantly higher compared to a cylinder.


Re RangeRecommended MethodMesh Scale Guideline
Re < 300DNS0.5 to 2 million cells
300 < Re < $10^4$LES5 to 50 million cells
$10^4$ < ReRANS (SST) / DES2 to 20 million cells

Mesh Strategy

๐Ÿง‘โ€๐ŸŽ“

How do you create a mesh for a sphere?


๐ŸŽ“

Using an O-type (spherical shell) mesh around the sphere surface is ideal.


  • First Wall Layer: $y^+ < 1$ (wall-resolved). For Re = 1000, $\Delta r / D \approx 5 \times 10^{-3}$
  • Spherical Direction Division: Finer near the equator (to track separation point movement), coarser near the poles is acceptable
  • Wake Region: Ensure at least $30D$ downstream from the sphere center. To track hairpin vortex development
  • Computational Domain Outer Radius: At least $20D$ from sphere center (blockage < 0.25%)

๐Ÿง‘โ€๐ŸŽ“

How do you handle the singularity at the poles (the problem where mesh converges to a single point)?


๐ŸŽ“

Good question. A standard spherical coordinate mesh collapses cells at the poles. Countermeasures include:


  • Cubed Sphere: Project each face of a cube onto a spherical surface. No polar singularity.
  • Unstructured Mesh: Prism layers near the sphere surface, tetrahedral/polyhedral elsewhere.
  • Overset Mesh: Cover the polar region with a separate patch.

๐ŸŽ“

Practically, STAR-CCM+'s polyhedral mesh or Fluent's poly-hexcore are convenient. They automatically generate prism layers on the sphere surface and fill the outside with polyhedral cells.


Utilizing Axisymmetric Calculations

๐Ÿง‘โ€๐ŸŽ“

For low Re, can we use an axisymmetric calculation?


๐ŸŽ“

For the range of steady axisymmetric wake at Re < 210, calculation with axisymmetric (2D cross-section + no swirl) is possible. In OpenFOAM, you can run simpleFoam with a wedge mesh (5-degree wedge shape). Computational cost is less than 1/100th of 3D.


๐ŸŽ“

However, for Re > 210, axisymmetry breaks, so full 3D calculation is absolutely necessary. It is dangerous to extrapolate to high Re just because "it worked with axisymmetric."


Coupling with Particle Tracking

๐Ÿง‘โ€๐ŸŽ“

Flow around a sphere is related to particle sedimentation and such, right?


๐ŸŽ“

Correct. The terminal velocity of a settling sphere from Stokes' law is,


$$ U_t = \frac{2(\rho_p - \rho_f) g a^2}{9 \mu} $$

๐ŸŽ“

In CFD-DEM coupling, fluid forces (drag, lift, added mass force) are applied to particles. The Schiller-Naumann or Gidaspow models are standardly used as drag models. This can be implemented using Fluent's DPM module or OpenFOAM's DPMFoam.

Related Simulators

Experience the theory firsthand with the interactive simulator for this field

All Simulators

Related fields

Thermal AnalysisV&V ยท Quality AssuranceStructural Analysis
Rate this article
Thank you for your feedback!
Helpful
More details
Report error
Helpful
0
More details
0
Report error
0
Written by NovaSolver Contributors
Anonymous Engineers & AI โ€” Sitemap
About the Authors