Why Balances Are the Foundation
Almost every calculation a process engineer performs rests on two conservation laws: the conservation of mass and the conservation of energy. A material balance tracks where every kilogram of every species goes; an energy balance tracks where every joule goes. Before you can size a reactor, specify a pump, or design a distillation column, you must know the flow rates, compositions, and temperatures of every stream — and balances are how you find them.
The beauty of balances is that they require no empirical correlations or fudge factors. They follow directly from the fact that mass and energy cannot be created or destroyed in ordinary chemical processing. If your balance does not close, something in your data or your understanding of the process is wrong.
The General Balance Equation
Every balance — whether for total mass, a single species, or energy — has the same structure:
Accumulation = Input − Output + Generation − Consumption
Each term has a precise meaning:
- Input / Output: material or energy crossing the system boundary through streams.
- Generation / Consumption: production or destruction inside the system — only nonzero for reactive species (and zero for total mass, since reactions conserve mass).
- Accumulation: the rate of change of the quantity held inside the system.
At steady state — the normal operating condition of a continuous plant — accumulation is zero. For a non-reactive system, generation and consumption are also zero, collapsing the equation to the most-used relationship in the field: Input = Output.
Overall vs. Component Balances
For a unit with several species, you can write:
- one overall (total mass) balance, and
- one component balance for each chemical species.
If there are n species, you have n component balances plus one overall balance — but only n of these are independent, because the overall balance is just the sum of the component balances. Choosing which to use is a matter of convenience: pick the set that involves the fewest unknowns.
Choosing a Basis
A basis is a reference amount you assume so the arithmetic has concrete numbers to work with. Common choices include 100 kg or 100 mol of a feed stream, or a unit of operating time such as one hour. A well-chosen basis turns percentages directly into masses. After solving, you scale results to the real plant flow. The cardinal rule: choose the basis that has the most complete composition information.
Degrees of Freedom Analysis
Before grinding through algebra, count your degrees of freedom (DOF):
DOF = (number of unknowns) − (number of independent equations)
| DOF | Meaning | Action |
|---|---|---|
| 0 | Exactly specified | Solve for a unique answer |
| > 0 | Underspecified | Find more data or make assumptions |
| < 0 | Overspecified | Check for redundant or inconsistent data |
Independent equations include material balances, given relationships (e.g., a specified split fraction), and any physical constraints (mole fractions summing to one). A clean DOF check before you start saves hours of fruitless algebra.
Recycle, Bypass, and Purge
Real flowsheets rarely run feed once through. Three configurations recur constantly:
- Recycle: unreacted reactant or recovered solvent is returned upstream, raising overall conversion and cutting raw-material cost. Distinguish overall conversion (across the whole process) from single-pass conversion (across the reactor only).
- Bypass: part of a feed skips a unit and rejoins downstream, used to blend to a target composition or temperature.
- Purge: a small stream bled from a recycle loop to prevent inerts or byproducts from accumulating indefinitely. At steady state, the purge rate of an inert equals its fresh-feed input.
Energy Balances and Enthalpy
The energy balance follows the same template. For an open system at steady state, neglecting kinetic and potential energy, it reduces to:
Q − Ws = ΔH
where Q is heat added, Ws is shaft work done by the system, and ΔH is the change in enthalpy of the streams. Enthalpy changes come from two sources: sensible heat (temperature change, using heat capacity Cp) and latent heat (phase change). For reactive systems, the heat of reaction must also be included, typically by referencing all enthalpies to a standard state of 25 °C.
Worked Example: A Mixing Tank
Two streams feed a mixer. Stream 1 is 100 kg/h of a 40% ethanol / 60% water solution. Stream 2 is 150 kg/h of pure water. Find the product flow and composition.
- Basis: one hour of operation.
- Overall balance: Product = 100 + 150 = 250 kg/h.
- Ethanol balance: ethanol in product = (0.40 × 100) + 0 = 40 kg/h.
- Composition: ethanol fraction = 40 ÷ 250 = 16%; water = 84%.
Notice no reaction occurred, so total mass simply added and the ethanol balance fixed the composition. This same logic — pick a basis, write overall and component balances, check DOF — scales from a two-stream mixer to a hundred-unit flowsheet.