Batch Reactor Design
From a mole balance to a usable design equation for time-to-conversion.
If you can predict how long a batch needs to run, you can size schedules, campaigns, and production capacity.
What makes batch design different?
In a batch reactor there is no flow in or out during the reaction step. That means the number of moles of species A inside the vessel changes only because of reaction. Instead of solving for a reactor volume, we usually solve for the required reaction time to reach a desired conversion.
Batch design is easiest when you express the changing amount of A using conversion X, where X = (NA0 - NA)/NA0. Then NA = NA0(1 - X).
Start from the batch mole balance
A mole balance on species A in a batch reactor is:
accumulation = generation by reaction.
Because A is being consumed, the reaction term is negative for A. We write the rate of disappearance as (-rA) so it is positive.
Constant-volume, first-order kinetics
For many liquid-phase batch problems, volume is approximately constant. If the reaction is first-order in A, then (-rA) = k CA. With constant volume, CA = CA0(1 - X).
As X approaches 1, the remaining concentration of A becomes small and the reaction slows. The logarithm grows without bound, which captures the practical reality: reaching 99.9% conversion can take much longer than reaching 90%.
- Use the first-order batch expression: t = (1/k) ln(1/(1 - X)).
- Compute 1 - X = 1 - 0.80 = 0.20, so 1/(1 - X) = 1/0.20 = 5.
- Compute ln(5) = 1.6094 (check: exp(1.6094) = 5.00).
- Compute t = (1/0.25) × 1.6094 = 4 × 1.6094 = 6.4376 min.
- Round sensibly to t = 6.44 min.
- Use t = (1/k) ln(1/(1 - X)).
- Compute 1 - X = 0.30, so 1/(1 - X) = 3.3333.
- Compute ln(3.3333) = 1.2040 (check: exp(1.2040) = 3.333).
- Compute t = (1/0.12) × 1.2040 = 8.3333 × 1.2040 = 10.033 min.
- Report t = 10.03 min.
Check your understanding
- Batch design usually solves for time, not volume.
- A batch mole balance leads to an integral relationship between time and conversion.
- For first-order, constant-volume systems: t = (1/k) ln(1/(1 - X)).
- High conversion requires disproportionately more time because the rate slows as A is depleted.