Batch Absorption Group R5
Batch Absorption Group R5
Batch Absorption
CH22B019 N. Pranavi
CH22B021 Siddhartha R
CH22B022 P. Ganesh
1. Objective
● To study gas absorption of CO₂ in water and ethanol solvents.
● To calculate solubility and bulk mass transfer coefficient at room temperature for the absorption
of CO₂ gas in water and ethanol solvents.
2. Introduction
Absorption is a mass transfer process where atoms, molecules, or ions from one phase (gas,
liquid, or solid) enter another phase. It can be classified as physical (no chemical reaction) or
chemical (involving chemical reactions). Gas absorption involves dissolving a gas into a liquid, with
mass transfer occurring from the gas phase to the liquid phase. The reverse process, gas desorption,
transfers mass from the liquid to the gas phase.
We use the Ideal gas law to fit the data. It is the equation of state of a hypothetical ideal gas.
It is a good approximation of the behavior of many gases under many conditions, although it may
have its limitations. It was first stated by Emile Clapeyron in 1834 as a combination of Boyle’s law,
Charles’s law and Avogadro’s law. It (used to calculate C from P data) is given as
𝑃𝑉 = 𝑛𝑅𝑇 => 𝐶 = 𝑛/𝑉 = 𝑃/𝑅𝑇 (1)
Where P is the pressure of the gas,
V is the volume of the gas,
n is the amount of gas (in moles),
R is the universal gas constant,
T is the absolute temperature of the gas.
We also used the Peng–Robinson equation of state to fit the data for our experiment by
calculating the C values. This equation of state is used for real gases and it is represented as follows:
𝑅𝑇 𝑎×α
𝑃 = 𝑉𝑚 − 𝑏
− 2 2 (2)
(𝑉𝑚 + 2𝑏𝑉𝑚 − 𝑏 )
We got the expressions for the constants from literature and they are provided below
2 2
0.45724 𝑅 𝑇𝑐
𝑎 = 𝑃𝑐
(3)
0.07780 𝑅 𝑇𝑐
𝑏 = 𝑃𝑐
(4)
0.5 2
α = (1 + κ(1 − 𝑇𝑟 )) (5)
2
κ = 0. 37464 + 1. 54226ω − 0. 26992ω , when ω <= 0. 49 (6)
3 4
κ = 0. 379642 + 1. 48503ω − 0. 164423ω + 0. 016666ω , when ω > 0. 49 (7)
𝑇
𝑇𝑟 = 𝑇𝑐
(8)
Figure 2: Line Diagram of Experimental Setup
We also show the set-up used while performing the experiment in the laboratory. All the components
provided above can easily be found in the following figure (figure 3) too.
CH 3522: Unit Operations Lab
Figure 3: Setup used in Laboratory
6. Procedure
Reactor volume measurement:
1. First, we measure the volume of the absorption vessel by filling it completely with water, and
measuring the volume of water.
2. Volume of the vessel is found to be 135 mL.
In the following two tables, the data for the pressure of CO₂ in the vessel (batch system) containing CO₂
& a solvent is provided with the corresponding time it was measured. In the case of CO₂ absorption in
ethanol the room temperature was set to be 27 ̊C.
4 1.55 20 1.10
5 1.45 21 1.10
6 1.40 22 1.10
7 1.30 23 1.10
8 1.30 24 1.10
9 1.25 25 1.10
10 1.20 26 1.10
11 1.15 27 1.10
12 1.15 28 1.10
13 1.15 29 1.10
14 1.15 30 1.10
15 1.15 31 1.10
Now, in the case of CO₂ absorption in water, the room temperature was around 26.7 ̊C.
CO₂ and H₂O CO₂ and H₂O CO₂ and H₂O
Time (min) Pressure (Bar) Time (min) Pressure (Bar) Time (min) Pressure (Bar)
17 2.40 38 2.0
We obtain the values of several constants corresponding to CO₂ from literature & these are
𝑇𝑐 = 304. 25 𝐾; 𝑃𝑐 = 7. 39 𝑀𝑃𝑎; ω = 0. 228
Using these values the gas constants are calculated which are coming out to be
5 −2 −2 −5 3
𝑎 = 0. 395895 𝑘𝑔. 𝑚 . 𝑠 . 𝑚𝑜𝑙 ; 𝑏 = 2. 663028 × 10 𝑚
Since for CO2, the ω is less than 0.49, thus using equation 6, we get
κ = 0. 712243 and α is a function of T which we have to take differently for the two different
cases since the room temperature was set to two slightly different values.
3
Thereafter using the corresponding equations we calculated C (𝑚𝑜𝑙/𝑚 ) from the experimental P
values. For ideal state assumption, the equation is straightforward unlike the case of the real state
assumption, where we have used a numerical method fsolve to find the experimental values of C
corresponding to the P (pressure) data. Then we have used a concise form of equation (10) in order
to perform the regression on it, which is as follows:
𝑠𝑎𝑡 𝑖𝑛𝑖 𝑠𝑎𝑡
𝐶 = 𝐶 + (𝐶 − 𝐶 )𝑒𝑥𝑝(− 𝑘𝑎𝑡) => 𝑦 = 𝐴 + 𝐵 × 𝑒𝑥𝑝 (− 𝐷 × 𝑡) (12)
Since the above equation can not be expressed in linear form, a non-linear regression is performed
using MATLAB’s in-built optimization function lsqnonlin which requires some initial values for A,
B & D and therefore they are chosen randomly but keeping in mind of their respective orders for
better convergence of the objective function. Each model thus obtained, is presented in the latter
section along with proper case descriptions.
After this step, respective models are used to calculate the estimated concentration values and these
are further used to recalculate the pressure. And for each of C & P the time-dependent plots are
shown in the latter section too.
Since we know that 𝐶 = 𝑛 / 𝑉, an alternate representation of PR equation (eq 2) is used to
calculate the P using estimated C, which is as follows:
𝑅𝑇 𝑎×α
𝑃 = (1/𝐶) − 𝑏
− 2 2 (13)
(1/𝐶) + (2𝑏/𝐶) − 𝑏
2
And at the end the in order to perform “model adequacy checking”, the 𝑅 score of each model is
computed. The result section ends with providing the amount of moles of CO₂ that got absorbed in
the experiment, estimated from each of these models.
CH 3522: Unit Operations Lab
9. Results & Discussions
Absorption of CO₂ in Ethanol:
This sub-experiment is modelled using two different equations, one being ideal and the other is the
real equation of state, discussed in “Theory” section of this report. Each of them is discussed below.
In the legend the terms “Exp” implies that data to be obtained from experiment and “Ideal State est”
implies the estimation is performed using the ideal equation of state respectively. And further figures
will also have such explanatory legends. The following are the results of concern:
Figure 5: CO₂ absorption in Ethanol estimated using Real (PR) Equation of State
In all the results obtained, the V that is used to compute the number of moles of CO₂ being absorbed is
half of the volume of the vessel used which is 67.5 mL. Now in this case, the results we obtained are:
We have also plotted the estimated pressure values obtained from each of the above 2 models along
with the experimental values of P and showed the result in the end of “Result” section in figure 8. All
these plots significantly justify the experimental values obtained.
Also it is to note that the real state model got better accuracy than the idealized assumptions implying
that the real equation of state (eq 2) captured the relationship between P & t better.
CH 3522: Unit Operations Lab
Absorption of CO₂ in Water:
This sub-experiment similarly contains the following two cases. And here also the combined plot of
estimated P values from both the models are shown in the end (fig. 9) along with the experimental data.
Here also, the notations are self-explanatory. So we provide the results we obtained from this case.
Figure 7: CO₂ absorption in H₂O estimated using Real (PR) Equation of State
Here also the results imply that the real-case assumption captured a better essence of the theory
behind this experiment compared to the idealised model.
The comparative analysis between the solvents used in the absorption of CO₂ is done in the
“Conclusions” section. This discussion is preceded by two more plots (figure 8 & 9) which include
each of these model scenarios for a single type of solvent and contain the pattern of estimated pressure
data. Though the apparent view of the two estimated models with each solvents from the following
plots show almost similar trend, one might misunderstand the essence captured by each of them and
that’s the reason why model adequacy checking gives us deeper understanding.
CH 3522: Unit Operations Lab
11. References
I. CH 3030 Applications of Mass Transfer Course Notes.
II. Treybal, Robert E. Mass-transfer Operations. New York: McGraw-Hill, 1980.
III. Source of literature data used for equations of state & to find values of the constants.
IV. Carbon Capture Science & Technology, to study application of CO₂ absorption.
V. The GitHub repository contains all the related data and coded scripts used for
calculations.
CH 3522: Unit Operations Lab
CH 3522: Unit Operations Lab