Answer:
The PFR is more efficient in the removal of the reactive compound as it has the higher conversion ratio.
Xₚբᵣ = 0.632
X꜀ₘբᵣ = 0.5
Xₚբᵣ > X꜀ₘբᵣ
Explanation:
From the reaction rate coefficient, it is evident the reaction is a first order reaction
Performance equation for a CMFR for a first order reaction is
kτ = (X)/(1 - X)
k = reaction rate constant = 0.05 /day
τ = Time constant or holding time = V/F₀
V = volume of reactor = 280 m³
F₀ = Flowrate into the reactor = 14 m³/day
X = conversion
k(V/F₀) = (X)/(1 - X)
0.05 × (280/14) = X/(1 - X)
1 = X/(1 - X)
X = 1 - X
2X = 1
X = 1/2 = 0.5
For the PFR
Performance equation for a first order reaction is given by
kτ = In [1/(1 - X)]
The parameters are the same as above,
0.05 × (280/14) = In (1/(1-X)
1 = In (1/(1-X))
e = 1/(1 - X)
2.718 = 1/(1 - X)
1 - X = 1/2.718
1 - X = 0.3679
X = 1 - 0.3679
X = 0.632
The PFR is evidently more efficient in the removal of the reactive compound as it has the higher conversion ratio.
The equations are based on the following assumptions
1) The bar is straight and of uniform section
2) The material of the bar is has uniform properties.
3) The only loading is the applied torque which is applied normal to the axis of the bar.
4) The bar is stressed within its elastic limit.
Nomenclature
T = torque (Nm)
l = length of bar (m)
J = Polar moment of inertia.(Circular Sections) ( m^4)
J' = Polar moment of inertia.(Non circluar sections) ( m^4 )
K = Factor replacing J for non-circular sections.( m^4)
r = radial distance of point from center of section (m)
ro = radius of section OD (m)
τ = shear stress (N/m^2)
G Modulus of rigidity (N/m^2)
θ = angle of twist (radians)
Here’s some of them
6. J
7. I
10. O
13. F
14. E
15. N
A function is a block of organized, reusable code that is used to perform a single, related action. Functions provide better modularity for your application and a high degree of code reusing. ... Different programming languages name them differently, for example, functions, methods, sub-routines, procedures, etc.