In reactor models of fluidized beds, we typically distinguish different phases, such as the emulsion phase and bubble phase. Depending on the flow regime, additional phases like cloud and wake may also exist. To construct the reactor model, one needs to determine the balance equations for concentrations in each phase, including mass exchange between phases.
In this exercise, we consider two phases: the emulsion phase and the bubble phase. The emulsion phase is a dense particle phase where the voidage remains close to the value at minimum fluidization conditions, . At gas velocities above the minimum fluidization velocity, excess gas creates voids referred to as bubbles. For fluidized beds with fine particles (Geldart A), the emulsion phase has low permeability, causing excess gas to remain mostly in the bubbles. Consequently, bubbles rise faster than the gas velocity in the emulsion phase, .
In this exercise, you are tasked with modeling a catalytic fluidized bed. The particles are catalytically active, so conversion occurs in the emulsion phase, while most gas is transported by the bubbles. The balances for the concentration of gas species in the two phases, (bubble) and (emulsion), are:
We assume that the bubble fraction and velocities are constant over the height. Note that if this were not the case, one should carefully consider the placement of terms inside or outside the spatial derivative. The parameter denotes the bubble hold-up. For a specified overall superficial gas velocity, , a total balance for the volumetric flow rate gives:
where and are the bubble rise velocity and the superficial gas velocity in the emulsion phase, respectively.
The reaction rate occurs only in the emulsion phase. This is an apparent reaction rate that includes potential mass-transfer resistances for transport between the emulsion gas and particles. For a first-order reaction of one species, we have:
In this type of model, it is conventional to use volumetrically defined mass-transfer coefficients based on the bubble volume. This explains the appearing in front of .
Note that the following parameter values are provided:
| Quantity | Value |
|---|---|
In the standard text by Kunii and Levenspiel, many correlations for transport coefficients are provided. These are based on theoretical considerations mixed with empirical findings. For example, the bubble rise velocity in a fine-particle fluidized bed is given by:
where is the bubble diameter and is the gravitational constant.
Questions:
Using
pymrmfunctions, implement the model for a fine-particle fluidized bed.Compute the conversion as a function of height.
Investigate the influence of parameters , , and .
Note that for larger particles (Geldart B), the emulsion phase is more permeable. Excess gas uses the bubbles as a low-resistance shortcut through the bed. In this case, the rise velocity of bubbles is lower than that of the gas in the emulsion phase.