In a gas-fluidized bed (with diameter and expanded bed height ), heterogeneously catalyzed chemical reactions take place involving the species , , and . The reaction scheme and associated kinetics are as follows:
The catalyst material consists of Geldart A type particles with a particle size of and a particle density of . Additional data are given in Table 1. In the extended Kunii and Levenspiel fine-particle model, the radial gas (bubble) velocity profile is taken into account as well as the radial gas dispersion. For the radial profile of the bubble rise velocity, we assume a parabolic profile given by:
where is the average bubble rise velocity. This expression approximately accounts for the fact that the preferential pathway of the bubbles is located in the central part of the gas-fluidized bed. Due to the relatively high value of the average superficial gas velocity, the axial gas dispersion can be neglected. Moreover, it can be assumed that the reactor is isothermal. The bubble-to-cloud mass transfer coefficients and the cloud-to-emulsion mass transfer coefficients can be taken as the same for the components , , and (see Table 1).
Table 1: Additional Data
| Parameter | Value |
|---|---|
| Average bubble rise velocity | |
| Reaction rate constant | |
| Reaction rate constant | |
| Bubble-to-cloud mass transfer coefficient | |
| Cloud-to-emulsion mass transfer coefficient | |
| Radial gas dispersion coefficient (i = A, B, C) | |
| Bubble phase solids holdup parameter | |
| Cloud phase solids holdup parameter | |
| Emulsion phase solids holdup parameter | |
| Inlet concentration of species | |
| Inlet concentration of species | |
| Inlet concentration of species |
Questions:
Formulate the steady-state model equations and the associated boundary conditions according to the extended Kunii and Levenspiel Fine Particle Model, taking into account the radial profile of bubble rise velocity and the radial gas dispersion.
Implement the formulated model equations in Python.
Compute the steady-state concentration profiles at the outlet of the gas-fluidized bed using the implemented Python model. Inspect the computed concentration profiles carefully and explain the qualitative shape of these profiles. Use 100 radial grid points and 200 axial grid points.
Compute the degree of chemical conversion of species and the selectivity towards the desired product . Carefully account for the radial gas (bubble) velocity profiles.
Consider the case where the bubble rise velocity is uniform and radial gas dispersion can be neglected (assuming uniform inlet conditions). Solve the resulting Ordinary Differential Equations (ODEs) and compute the degree of chemical conversion of species and the selectivity towards the desired product .
Note that all numerical implementations should be consistent with the provided equations and parameter values.