This simulation models the gas-phase reaction NO2 + CO → NO + CO2 in an isothermal plug flow reactor (PFR) and plots the concentration of each species versus reactor volume.
The reaction rate is given by the power-law rate expression:
\( -r_{NO_2} = k \, C_{NO_2}^{\alpha} \, C_{CO}^{\beta} \)
For a plug flow reactor at steady state with constant volumetric flow rate, the mole balance on each species is:
\( \frac{dC_i}{dV} = \frac{r_i}{v_0} \)
From the stoichiometry of NO2 + CO → NO + CO2:
\( r_{NO_2} = r_{CO} = -k \, C_{NO_2}^{\alpha} \, C_{CO}^{\beta}, \qquad r_{NO} = r_{CO_2} = +k \, C_{NO_2}^{\alpha} \, C_{CO}^{\beta} \)
Because rate always has units of mol/(L s), the units of the rate constant depend on the total order \( n = \alpha + \beta \):
\( [k] = \left( \mathrm{mol/L} \right)^{1-n} \, \mathrm{s}^{-1} \)
Symbols:
The mole balances are integrated numerically (Euler method, 200 steps) from \( V = 0 \) to \( V = 50 \) L.
This simulation was generated by Professor David L. Silverstein and Dr. Loyal Murphy of the University of Mississippi using Google Gemini. It was modified for LearnChemE using Claude AI.