Microchannel Transport Processes

Microchannel Transport Processes

This project investigates coupled heat and mass transport in a pressure-driven microchannel reactor where aqueous SO₂ and H₂O₂ react to form sulfuric acid. Microreactors enable high surface-to-volume ratios and precise thermal control, making them attractive for kinetic studies and process intensification.

A first-order numerical model was developed from the conservation of momentum, energy, and species under standard microchannel assumptions. The simplified model was compared against a two-dimensional CFD simulation in ANSYS Fluent to assess accuracy, limitations, and applicability for preliminary microreactor design.

Documentation
View documentation
Group
Course Project — ME 420 (Intermediate Heat Transfer)
Role
Co-author
Skills
Heat Transfer; Mass Transport; Reaction Kinetics; Finite Difference Methods; CFD (ANSYS Fluent); Python; Microfluidics; Transport Phenomena
Year
2025

Simplified Model

To quantify coupled transport and reaction behavior in the microchannel, I developed a reduced-order model of the convection–diffusion–reaction system governing sulfuric acid formation from aqueous sulfur dioxide and hydrogen peroxide. The balanced reaction is

\[ \mathrm{SO_2 + H_2O_2 \rightarrow H_2SO_4}. \]

The objective was to predict axial temperature evolution, species concentration profiles, and reaction rate behavior while avoiding the computational expense of a fully coupled 2D CFD simulation.

Starting from conservation of momentum, energy, and species for steady, incompressible, laminar flow, and neglecting body forces, viscous dissipation, and transverse velocity, the governing equations reduce to

\[ \frac{\partial p}{\partial x} = \mu \frac{\partial^2 u}{\partial y^2}, \]

\[ \rho c_p u \frac{\partial T}{\partial x} = k \frac{\partial^2 T}{\partial y^2} + \dot{q}, \]

\[ u \frac{\partial C_i}{\partial x} = D_{AB} \frac{\partial^2 C_i}{\partial y^2} + \dot{N}_i. \]

The reaction source term follows a bimolecular Arrhenius rate law,

\[ R = k C_1 C_2, \qquad k = A e^{-E_a/(k_b T)}, \]

giving

\[ \dot{N}_i = A e^{-E_a/(k_b T)} C_1 C_2, \qquad \dot{q} = \Delta H \, A e^{-E_a/(k_b T)} C_1 C_2. \]

To reduce the system order, I assumed constant fluid properties (evaluated at 300 K), negligible entrance effects, and fully developed laminar flow. Under these conditions, the velocity profile decouples and admits the analytical solution

\[ u(y) = \frac{3}{2} u_m \left(1 - \left(\frac{y}{L}\right)^2 \right). \]

The mean velocity is determined from the laminar duct relation

\[ \frac{\Delta p}{\Delta x} = f \frac{\rho u_m^2}{2 D_h}, \qquad f Re = 69, \]

yielding

\[ u_m = 3.39~\mathrm{m/s}, \qquad Re = 79, \]

confirming deeply laminar flow. The corresponding Nusselt number is \(Nu = 3.96\), giving a convection coefficient

\[ h = 1.21 \times 10^5~\mathrm{W/m^2K}, \]

consistent with microscale heat transfer.

Rather than solving the full 2D energy PDE, I applied a cross-sectionally averaged energy balance to derive a nonlinear first-order ODE for the mean fluid temperature:

\[ \frac{dT_m}{dx} = \frac{P h}{\dot{m} c_p} (T_s - T_m) + \frac{A_c \Delta H}{\dot{m} c_p} \left( A e^{-E_a/(k T_m)} C_1 C_2 \right). \]

This equation captures the competition between convective wall cooling and exothermic reaction heating. The reduction from a 2D PDE to a 1D nonlinear ODE preserves the dominant axial physics while eliminating transverse temperature resolution.

The species equation retains its convection–diffusion structure but is solved using the analytical velocity profile:

\[ u(y) \frac{\partial C_i}{\partial x} = D_{AB} \frac{\partial^2 C_i}{\partial y^2} + A e^{-E_a/(k T_m)} C_1 C_2. \]

The final reduced-order system therefore consists of:
- An analytical laminar velocity field,
- A 1D nonlinear temperature ODE,
- A convection–diffusion–reaction species equation.

The temperature ODE is integrated using explicit fourth-order Runge–Kutta, while the species equation is discretized via finite differences with a semi-implicit scheme to maintain stability under strong reaction coupling.

This reduced-order framework transforms a fully coupled multiphysics PDE system into a computationally efficient, physically interpretable model. It enables rapid parametric exploration of reaction kinetics, wall temperature effects, and inlet concentration ratios—providing predictive insight into microchannel transport behavior while retaining the dominant thermal and chemical physics governing sulfuric acid formation.

Process

The microchannel reactor was modeled as a two-dimensional, steady, laminar system under standard microchannel assumptions: fully developed flow, negligible axial diffusion, constant properties, and fixed wall temperature. Governing momentum, energy, and species equations were simplified accordingly.

A reduced-order numerical model was implemented in Python (NumPy/SciPy) using finite-difference discretization in the transverse direction with axial marching. Species transport equations were solved implicitly to maintain stability under stiff Arrhenius kinetics, while the mean energy equation was integrated using a fourth-order Runge–Kutta (RK4) scheme. Because axial diffusion was neglected, the governing system reduced to a parabolic formulation, enabling rapid solution and efficient parametric sweeps.

All reduced-order simulations were executed on a workstation equipped with an AMD Ryzen 7 7800X3D (8 cores, 16 threads, 4.2–5.0 GHz) and 32 GB DDR5 RAM running Linux. Typical solve times were on the order of seconds to minutes depending on grid resolution.

To validate the simplified model, a corresponding CFD simulation was constructed in ANSYS Fluent using a 2D, pressure-based, steady laminar solver with multicomponent species transport and energy enabled. The domain was discretized using a structured quadrilateral mesh containing 800,800 cells to resolve transverse gradients. The Fluent simulations were executed in parallel on the same workstation CPU (8–16 logical cores utilized), with wall-clock solution times ranging from tens of minutes to several hours.

The strong agreement between the reduced-order model and CFD results demonstrates that the simplified axial-marching formulation captures the dominant transport–reaction physics while reducing computational cost by orders of magnitude.

Outcome

The reduced-order model and CFD simulation together provide a quantitative understanding of coupled transport–reaction behavior within the microchannel. For the baseline case, the mean velocity was computed as

\[ u_m = 3.39~\mathrm{m/s}, \qquad Re = 79, \]

confirming deeply laminar flow. The corresponding convection coefficient was

\[ h = 1.21 \times 10^5~\mathrm{W/m^2K}, \]

indicating extremely strong wall heat transfer relative to volumetric heat generation.

The first-order numerical solution predicts three dominant trends. First, the mean fluid temperature decreases from the inlet value of \(327~\mathrm{K}\) toward the wall temperature of \(273~\mathrm{K}\), dropping by approximately \(20~\mathrm{K}\) over the \(2000~\mu\mathrm{m}\) channel length. This cooling occurs over a thermal entrance length of approximately \(4.6 \times 10^{-4}~\mathrm{m}\), which is roughly 23% of the total channel length and therefore not negligible.

Second, the reaction rate exhibits a strong inlet spike due to Arrhenius sensitivity. Because the rate constant scales as

\[ k \sim e^{-E_a/(k_b T)}, \]

a 20 K temperature drop produces an order-of-magnitude reduction in the exponential term for typical activation energies. As a result, the cross-section-averaged reaction rate rapidly declines downstream and approaches a quasi-steady, low-value plateau once the temperature has cooled significantly.

Third, species diffusion broadens the reaction interface with axial position. The characteristic convective residence time is on the order of

\[ t_{res} \sim \frac{L}{u_m} \approx 5.9 \times 10^{-4}~\mathrm{s}, \]

indicating sub-millisecond transport through the channel. Despite this short residence time, diffusion is sufficient to produce visibly deeper interpenetration of concentration contours at downstream locations, confirming that transverse diffusion remains dynamically relevant at \(Re \approx 79\).

Parametric exploration showed that pressure, activation energy, and channel length dominate system behavior. Increasing pressure increases \(u_m\), shortens residence time, and suppresses overall conversion. In contrast, varying the heat of formation had minimal effect on temperature or reaction profiles because the small reactant concentrations and limited channel volume restrict total heat release. Even with exothermic reaction, volumetric heat generation remains small compared to wall convection.

The CFD solution, converged within 58 iterations with excellent mesh quality (minimum orthogonal quality 0.999989), confirms the same qualitative and order-of-magnitude trends. Velocity remains fully developed and laminar; temperature and reaction rate decay axially; and concentration fields broaden downstream. Although quantitative differences arise due to property libraries, entrance effects, and more detailed kinetics, most predicted values remain within the same order of magnitude.

Overall, the reduced-order model captures the correct transport scales, temperature decay magnitude (~20 K), residence time (~10⁻⁴–10⁻³ s), and dominant parametric sensitivities. The agreement with CFD validates the framework as an efficient predictive tool for microchannel transport–reaction analysis.