Coupled Particle–Reactor Model for Biomass Pyrolysis

This project, completed for the 6EMA06 Multiphase Reactor Modeling course at TU/e, presents a multi-scale model that couples intra-particle pyrolysis dynamics with a 2D fluidized bed reactor. The particle model resolves radial transport and reaction phenomena (including drying, devolatilization, and secondary cracking), and exchanges source terms with the reactor model to predict species evolution and product distribution.

The framework captures the strong dependency of pyrolysis behavior on particle size and location within the reactor. Governing equations were solved using a finite volume method in Python, with implicit backward Euler integration and Newton-Raphson iteration to resolve stiff nonlinearities. Outputs include transient intra-particle profiles and species distributions in the fluidized bed.

Particle Density vs. Time and Radius during Pyrolysis

Intra-Particle Decomposition

The particle-scale model captures the progressive loss of biomass density due to drying, tar formation, and gas evolution. This 3D surface plot shows the evolution of solid-phase density over time and radial position. A dense biomass core remains intact until local temperature and reaction rates enable full conversion, resulting in the clear propagating decomposition front.

2D Concentration Fields in Fluidized Bed

Reactor-Scale Species Profiles

Tar and gas concentrations are shown across the radial and axial dimensions in both bubble and emulsion phases after 25 s. High concentrations of tar near the wall regions indicate poor convective transport there, while gases peak along the centerline. These spatial variations emphasize the importance of hydrodynamics in influencing product yields.