Many separation processes, such as absorption, stripping, and extraction, are often operated in counter-current mode. In this exercise, we consider a simple stationary two-phase counter-current process for one component with linear driving forces for mass transfer:
with boundary conditions: , and
Here, and are superficial velocities, is an overall mass-transfer coefficient, and is the specific surface area of the interface between the phases and . The coefficient is a distribution coefficient. At phase equilibrium, . The driving force for mass transfer is non-zero when there is a deviation from this equilibrium.
Questions:
Implement the model in Python.
Advanced: Derive the analytical solution of the model and verify the implementation with the analytical solution.
Extend the model to a multicomponent system with a non-linear equilibrium relation between the components in the two phases.