Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Reactor Model for Heterogeneous Bubble Columns

In this exercise, you are tasked with modeling mass transfer in a slurry bubble column as proposed by Maretto and Krishna (Catalysis Today, 52 (1999) 279-289). The column is described by three phases: two bubble phases (large and small) and a slurry phase. Large bubbles transport gas in a plug flow manner, while small bubbles exhibit a more turbulent flow pattern, modeled as well-mixed. Gas can dissolve from the bubble phases into the slurry phase, which consists of liquid with suspended catalyst particles. Catalytic conversion occurs within the particles.

Heterogeneous bubble-column schematic

Schematic representation of the heterogeneous bubble-column model with large bubbles, small bubbles, and slurry phase.

The balances for the phases, where subscript bb refers to large bubbles, dfdf to small bubbles, and ss to the slurry, are given as:

εbcb,it+z(Ubcb,iεbEbcb,iz)=(kla)b,i(cb,imicsl,i),(1εb)εdfcdf,it+z(Udfcdf,i(1εb)εdfEdfcdf,iz)=(kla)df,i(cdf,imicsl,i),(1εb)(1εdf)csl,it+z((1εb)(1εdf)Escsl,iz)=(kla)b,i(cb,imicsl,i)+(kla)df,i(cdf,imicsl,i)+(1εb)(1εdf)εsri.\begin{align*} \varepsilon_{b} \frac{\partial c_{b,i}}{\partial t} + \frac{\partial}{\partial z} \left( U_{b} c_{b,i} - \varepsilon_{b} E_{b} \frac{\partial c_{b,i}}{\partial z} \right) &= - \left( k_{l} a \right)_{b,i} \left( \frac{c_{b,i}}{m_{i}} - c_{sl,i} \right), \\ \left( 1 - \varepsilon_{b} \right) \varepsilon_{df} \frac{\partial c_{df,i}}{\partial t} + \frac{\partial}{\partial z} \left( U_{df} c_{df,i} - \left( 1 - \varepsilon_{b} \right) \varepsilon_{df} E_{df} \frac{\partial c_{df,i}}{\partial z} \right) &= - \left( k_{l} a \right)_{df,i} \left( \frac{c_{df,i}}{m_{i}} - c_{sl,i} \right), \\ \left( 1 - \varepsilon_{b} \right) \left( 1 - \varepsilon_{df} \right) \frac{\partial c_{sl,i}}{\partial t} + \frac{\partial}{\partial z} \left( - \left( 1 - \varepsilon_{b} \right) \left( 1 - \varepsilon_{df} \right) E_{s} \frac{\partial c_{sl,i}}{\partial z} \right) &= \left( k_{l} a \right)_{b,i} \left( \frac{c_{b,i}}{m_{i}} - c_{sl,i} \right) \\ &\quad + \left( k_{l} a \right)_{df,i} \left( \frac{c_{df,i}}{m_{i}} - c_{sl,i} \right) \\ &\quad + \left( 1 - \varepsilon_{b} \right) \left( 1 - \varepsilon_{df} \right) \varepsilon_{s} r_{i}. \end{align*}

Although only the steady state is of interest, solving the equations time-dependently might help in finding this steady state. The dispersion coefficients are numerical parameters, as we are interested in their limiting values. The large bubble phase is modeled as plug flow, so Eb=0E_{b} = 0. For the small bubble and slurry phases, a well-mixed state is assumed. This can be achieved by choosing EdfE_{df} and EsE_{s} sufficiently large. However, excessively large values may cause numerical issues, and the optimal choice can be determined through trial and error.

In the work of Maretto and Krishna, the Fischer-Tropsch reaction is considered, where CO and H2H_{2} react with the catalyst particles in the slurry to form hydrocarbons. Hold-ups, superficial velocities, and mass transfer coefficients are derived from correlations. Here, the focus is on implementing the model and investigating its behavior depending on the primary resistance to mass transfer.

Questions:

  1. Implement the slurry bubble column model for one inert tracer species.

    Note that the following parameter values should be used:

    QuantityLarge Bubble (bb)Small Bubble (dfdf)Slurry (ss)
    Holdupεb=0.096\varepsilon_{b} = 0.096εdf=0.135\varepsilon_{df} = 0.135εs=0.30\varepsilon_{s} = 0.30
    Superficial VelocityUb=0.255 m s1U_{b} = 0.255~\mathrm{m~s^{-1}}Udf=0.045 m s1U_{df} = 0.045~\mathrm{m~s^{-1}}0 m s10~\mathrm{m~s^{-1}}
    Mass Transfer Coefficient(kla)b=0.2 s1\left( k_{l} a \right)_{b} = 0.2~\mathrm{s^{-1}}(kla)df=1.2 s1\left( k_{l} a \right)_{df} = 1.2~\mathrm{s^{-1}}-
  2. Determine the cumulative residence time distribution for a tracer species introduced in the gas phase. Assume m=3m = 3 for the distribution coefficient and vary the column height up to 30 m30~\mathrm{m}.

  3. Assume the species is reactive and undergoes a first-order reaction at the catalyst particles. Perform a parameter study for the reaction rate coefficient kk of the first-order reaction.