Mixed Convection
Mixed Convection: Theoretical Foundations
What is Mixed Convection?
Professor, mixed convection is a state where forced convection and natural convection occur simultaneously, right?
Exactly. When external flow (from fans or pumps) and buoyancy-driven flow coexist with comparable strength, it is called mixed convection. For example, in upward flow inside a vertical pipe with heated walls, the forced flow from the pump and the upward flow due to buoyancy superimpose.
How do we determine which one is dominant?
It is judged by the Richardson number $Ri$.
If $Ri \ll 1$, forced convection is dominant; if $Ri \gg 1$, natural convection is dominant; if $Ri \sim O(1)$, it is mixed convection. Practically, the range $0.1 < Ri < 10$ can be considered the mixed convection region.
Aiding Flow and Opposing Flow
Is the directional relationship between buoyancy and forced flow important?
It is very important. In upward flow in a heated vertical pipe, buoyancy acts in a direction that aids the flow (aiding flow). Conversely, in downward flow, buoyancy and flow are in opposite directions (opposing flow).
In aiding flow, the Nusselt number increases compared to pure forced convection. In opposing flow, flow deceleration, reverse flow, and relaminarization can occur, causing the Nusselt number to change complexly. Particularly, the relaminarization phenomenon in opposing flow is known to be difficult to predict accurately with CFD.
What about in horizontal pipes?
In horizontal pipes, buoyancy generates secondary flow (longitudinal vortices). High-temperature fluid accumulates in the upper part of the pipe cross-section, and low-temperature fluid pools in the lower part. To accurately predict this asymmetric temperature distribution, 3D calculation is essential; 2D axisymmetric approximation cannot be used.
The Richardson Number Decides "Which is Stronger?"
The Richardson number (Ri = Gr/Reยฒ), which is key in mixed convection, indicates "how many times stronger buoyancy is compared to forced flow." If Ri โช 1, forced convection is dominant and can be solved simply, but near Ri โ 1, buoyancy and inertial forces compete, causing complex flow interactions. The interior of electronic equipment enclosures often falls into this troublesome zoneโairflow is created by fans while buoyancy flow also occurs due to temperature differences on circuit boards. In practice, a stepwise approach is common: "First solve with forced convection only, and if wall temperatures become too high, add the Boussinesq term." The region where Ri โซ 1 is dominated by natural convection, such as calculations for emergency cooling when fans are stopped.
Computational Methods for Mixed Convection
Applicability Range of the Boussinesq Approximation
I've heard that handling density is crucial in CFD for mixed convection.
To correctly handle the buoyancy term, how to model the temperature dependence of density is key. The simplest is the Boussinesq approximation, which linearly approximates density as
and reflects this variation only in the buoyancy term. Density is treated as constant in other terms of the momentum equation. In Ansys Fluent, set Gravity in Operating Conditions and set Material Density to Boussinesq.
When can't the Boussinesq approximation be used?
Accuracy degrades when the temperature difference is large, around $\beta \Delta T > 0.1$~$0.2$. For air, caution is needed for $\Delta T > 30$ยฐC or so. In such cases, the nonlinear temperature dependence of density should be handled directly using ideal gas or polynomial density. Fluent's Incompressible Ideal Gas setting is convenient.
Notes on Turbulence Models
Are there any specific points to note when selecting turbulence models for mixed convection?
The buoyancy-induced turbulence generation/damping effect becomes important. In k-ฮต type models, the buoyancy production term $G_b = -g_i \frac{\mu_t}{\rho Pr_t} \frac{\partial \rho}{\partial x_i}$ is added. In Fluent, it is strongly recommended to turn ON "Full Buoyancy Effects" in the Viscous Model Options.
Also, the Transition SST model is effective for predicting relaminarization phenomena in opposing flow. Standard turbulence models cannot predict laminarization and overestimate the Nusselt number.
Are mesh requirements different from forced convection?
Wall-normal mesh requirements are similar (recommended $y^+ \approx 1$), but the mesh in the pipe cross-sectional direction must also be sufficiently fine to resolve secondary flow due to buoyancy. For horizontal pipes, at least 40~60 divisions in the cross-sectional direction are necessary. If too coarse, secondary flow cannot be resolved, and the asymmetry of the Nusselt number will be underestimated.
Boussinesq ApproximationโThe Contradiction of "Density is Constant, but Buoyancy is Calculated"
The Boussinesq approximation seems like a strange assumption at first glance. "Density ฯ is assumed constant, but only the buoyancy term uses temperature-dependent density variation"โthis appears contradictory. But actually, this approximation is physically correct. For small temperature differences ฮT (ฮT < approx. 20~30ยฐC as a guideline), the density change is sufficient to move the fluid as a buoyancy force, but its effect on inertial forces and the continuity equation is negligibly small. This separation significantly reduces nonlinearity, stabilizing the calculation. On the other hand, for large ฮT environments like inside high-temperature furnaces or building exterior walls exposed to sunlight, a "full density model (ideal gas, etc.)" that considers the full density variation is necessary. A guideline for model selection is to check that ฮฒฮT < 0.1.
Mixed Convection in Practice
Mixed Convection in Building Environments
Is mixed convection also important in HVAC design for buildings?
Extremely important. In office air conditioning, supply air from the ceiling (forced convection) coexists with buoyancy from heat sources inside the room (PCs, people, lighting). If the cold air from ceiling diffusers does not have sufficient momentum, a warm air layer (warm layer) stagnates in the upper part of the room, causing thermal stratification.
So that's predicted with CFD.
Exactly. In Fluent, for steady RANS, Realizable k-ฮต + Enhanced Wall Treatment is the standard choice for indoor environment CFD. In OpenFOAM, combine buoyantSimpleFoam with kOmegaSST. Human body heat generation is modeled as a heat source of about 80~120W, and a practical workflow includes comfort evaluation via PMV-PPD.
Thermal Design of Electronic Equipment Enclosures
Is the inside of electronic equipment enclosures also mixed convection?
In enclosures with fans, forced convection is dominant, but in fanless (natural air cooling) or fan failure scenarios, it becomes buoyancy-driven. Design-wise, both cases need to be evaluated, which is precisely a mixed convection problem.
In practice, a 3D enclosure model is created, and components are modeled as volume heat sources. Circuit boards are modeled as orthotropic (anisotropic) thermal conductors, with in-plane and out-of-plane thermal conductivities input separately. Solving solid-fluid simultaneously using STAR-CCM+ or Fluent's CHT function is standard.
I have the impression that natural convection inside enclosures is difficult to converge.
Sharp observation. Natural convection in sealed enclosures may not have a steady-state solution (at high Ra numbers, it becomes unsteady oscillatory flow). If residuals oscillate in steady-state calculations, you should switch to unsteady calculation and take a time average. In Fluent, using adaptive time stepping in Transient settings is practical.
Verification Methods
Experience the theory firsthand with the interactive simulator for this field
All Simulators