BKF 2453 Chemical Reaction Engineering
BKF 2453 Chemical Reaction Engineering
REACTION ENGINEERING
GROUP MEMBER
NAME STUDENT ID SECTION
DARISON MICHEL DASS KA17004 02G
SITI MASYITAH BINTI MOKHTAR KA17013 02G
SITI HAJAR BINTI OMAR KA17021 02G
VINODHINI A/P JAYASEELAN KA17094 02G
NAVIN RAJ A/L GUNASEGARAN KA17225 02G
LECTURER
Ir. Dr MOHD SABRI BIN MAHMUD
Cp
= A + BT + CT² + DT −2J/kmol/K
R
The energy balance for multiple reactions is used to decide the heat effect of the reactor. The
adiabatic (no heat transfer) condition is expressed as follows:-
dT r 1 ∆ H Rx 1+ r 2 ∆ H Rx2 +r 3 ∆ H Rx 3
=
dV F O 2 C PO 2+ F C 3 H 8 C PC 3 H 8 + FC 3 H 6 C PC 3 H 6 + F AA C PAA + F CO2 C PCO2 + F H 2 O C H 2 O
And enthalpy of reaction is calculated using the following equation:-
T
0 0
∆ H Rx =∆ H Rx + ∫ Δ C p dT where ∆ H 0Rx =∑ ν i H 0i and ΔC 0p=∑ ν i C 0pi. νi denotes stoichiometric
T ref
coefficient. Since enthalpy of reactions is determined by using integral equations and the equation of
heat capacities is complex, we have to equate separately the enthalpy using ODE Solver in Polymath
for each reaction. The coding is as follows:-
d H Rxj
CPi H Rxj H Rxj
o
dT where at T0,
And
H Rxj
o
ij H 0fi
From Polymath using ODE solver, the graph in Figure 2 below is obtained, the reactor is
highly endothermic. If inlet temperature is 700 K 7 107 g of catalyst is required to achieve
0.2% conversion. Thus, the heat effect of PBR can be decided to be isothermal or has
optimum temperature (not too high but not too low) for an adiabatic reactor.
Figure 2 X-T plot for the adiabatic PBR using inlet temperature of 700 K.
CORRECTION POLYMATH FOR TASK 2
#Mole Balance
d(Fo2) / d(W) = rprimeO2 #Oxygen
Fo2(0) = 3469.32 #mol/min
d(Fc3h8) / d(W) = rprimeC3H8 #Propane
Fc3h8(0) = 1156.44 #mol/min
d(Fc3h6) / d(W) = rprimeC3H6 #Propylene
Fc3h6(0) = 0 #mol/min
d(Faa) / d(W) = rprimeAA #Arcylic Acid
Faa(0) = 0 #mol/min
d(Fco2) / d(W)= rprimeCO2 #Carbon dioxide
Fco2(0) = 0 #mol/min
d(Fh2o) / d(W) = rprimeH20 #Water
Fh2o(0) = 5782.2 #mol/min
# Stoichiometry
Co2=CT0*(Fo2/FT)*(T0/T)*y
Cc3h8=CT0*(Fc3h8/FT)*(T0/T)*y
Cc3h6=CT0*(Fc3h6/FT)*(T0/T)*y
Caa=CT0*(Faa/FT)*(T0/T)*y
Ch20=CT0*(Fh2o/FT)*(T0/T)*y
Cco2=CT0*(Fco2/FT)*(T0/T)*y
CT0=367.79
#pressure drop
d(y)/d(W) = (-alpha/(2*y)) * (FT/FT0) * (T/T0)
y(0) = 1
# Energy Balance
d(T)/d(W) =- (r1 * deltaHrx1 + r1 * deltaHrx2 + r3 * deltaHrx3) / (Fo2*Cpo2+ Fc3h8*Cpc3h8 +
Fc3h6*Cpc3h6 + Faa*Cpaa + Fco2*Cpco2 + Fh2o*Cph2o) # Energy balance for multiple reaction
#not sure numerator
T(0) = 673.15
Cph2o = (3.3363e4 + 2.679e4 * (2.6105e3 / T / sinh(2.6105e3 / T)) ^ 2 + 8.896e3 * (1169 / T /
cosh(1169 / T)) ^ 2) / 1000
Cpc3h8 = (0.5192e5 + 1.9245e5 * (1.6265e3 / T / sinh(1.6265e3 / T)) ^ 2 +1.168e5 * (723.6 / T /
cosh(723.6 / T)) ^ 2) / 1000
Cpc3h6 = (0.43852e5 + 1.506e5 * (1.3988e3 / T / sinh(1.3988e3 / T)) ^ 2 + 0.74754e5 * (616.46 / T /
cosh(616.46 / T)) ^ 2) / 1000
Cpaa = (0.6059e5 + 1.3703e5 * (1.6475e3 / T / sinh(1.6475e3 / T)) ^ 2 + 1.0446e5 * (751.49 / T /
cosh(751.49 / T)) ^ 2) / 1000
Cpco2 = (0.2937e5 + 0.3454e5 * (1.428e3 / T / sinh(1.428e3 / T)) ^ 2 + 0.264e5 * (588 / T /
cosh(588 / T)) ^ 2) / 1000
Cpo2 = (0.29103e5 + 0.1004e5 * (2.5265e3 / T / sinh(2.5265e3 / T)) ^ 2 + 0.09356e5 * (1153.8 / T /
cosh(1153.8 / T)) ^ 2) / 1000
deltaHrx1 = -1.209e5 +20.2698*T - 0.0237459*T^2 + 7.102e-6*T^3
deltaHrx2 = -6.167e5 - 15.24491*T + 0.0501363*T^2 - 5.033e-5*T^3 + 1.616e-8*T^4
deltaHrx3 = - 1.316e6 + 39.40232*T - 0.0517202*T^2 + 1.628e-5*T^3
#Analysis
S=rprimeAA/(rprimeCO2+1e-11)
Sbar = Faa/(Fco2+1e-11)
#Yo2= rprimeAA/(2*rprimeO2+1e-11)
Yc3h8 = rprimeAA/(rprimeC3H8+1e-11)
#YbarO2 = Faa /((Fo20 - Fo2+1e-11))
Ybarc3h8=Faa/(Fc3h80-Fc3h8+1e-11)
X = (Fc3h80 - Fc3h8 + 1e-11) / Fc3h80
alpha = 2e-8
Fo20 = 3469.32
Fc3h80 =1156.44
FH2O0=5782.2
FT0 = Fc3h80 + Fo20 + FH2O0
W(0) = 0
W(f) = 3e3