Steady-State Material Balances

Concept

The material balance is the foundational calculation in chemical engineering, based on the Law of Conservation of Mass. It is an accounting of all mass that enters, leaves, accumulates, or is generated/consumed within a defined system boundary. In a steady-state process, system properties do not change with time, meaning the accumulation term is exactly zero. Material balances can be drawn for total mass or for individual chemical species.

Formula & Method

The general material balance equation is:

Input+Generation−Output−Consumption=Accumulation\text{Input} + \text{Generation} - \text{Output} - \text{Consumption} = \text{Accumulation}

For a steady-state, non-reactive process (no generation, no consumption, no accumulation), the equation simplifies to:

Input=Output\text{Input} = \text{Output} ∑m˙in=∑m˙out\sum \dot{m}_{in} = \sum \dot{m}_{out}

For a steady-state, reactive process, mass is conserved, but individual moles are not necessarily conserved due to stoichiometry. Therefore, balances are often done on atomic species (which are conserved) or using extent of reaction methods.

Variables & Units

  • m˙\dot{m} = Mass flow rate, in kg/h, lb/h, or g/s.
  • n˙\dot{n} = Molar flow rate, in mol/s, kmol/h.
  • xi,yix_i, y_i = Mass or mole fraction of species ii in a stream (dimensionless).

Worked Example

Problem: A distillation column separates 1000 kg/h1000 \text{ kg/h} of a mixture consisting of 50% Benzene and 50% Toluene by mass. The overhead distillate stream contains 90% Benzene by mass, and the bottom stream contains 10% Benzene by mass. Assuming steady-state operation, calculate the mass flow rates of the distillate (DD) and bottom (BB) streams.

Calculation:

  1. Define the system boundary (the column) and identify variables: F=1000 kg/hF = 1000 \text{ kg/h}, xF,Bz=0.50x_{F,Bz} = 0.50, xD,Bz=0.90x_{D,Bz} = 0.90, xB,Bz=0.10x_{B,Bz} = 0.10.
  2. Write the overall mass balance: F=D+B  ⟹  1000=D+BF = D + B \implies 1000 = D + B
  3. Write the component mass balance for Benzene: F⋅xF,Bz=D⋅xD,Bz+B⋅xB,BzF \cdot x_{F,Bz} = D \cdot x_{D,Bz} + B \cdot x_{B,Bz} 1000(0.50)=D(0.90)+B(0.10)1000(0.50) = D(0.90) + B(0.10) 500=0.90D+0.10B500 = 0.90 D + 0.10 B
  4. Solve the system of equations. From the overall balance, B=1000−DB = 1000 - D. Substitute into the component balance: 500=0.90D+0.10(1000−D)500 = 0.90 D + 0.10 (1000 - D) 500=0.90D+100−0.10D500 = 0.90 D + 100 - 0.10 D 400=0.80D400 = 0.80 D D=500 kg/hD = 500 \text{ kg/h}
  5. Calculate BB: B=1000−500=500 kg/hB = 1000 - 500 = 500 \text{ kg/h}

Engineering Meaning

Material balances act as the "double-entry bookkeeping" of a chemical plant. They are used to size equipment, determine production yields, evaluate process economics, and ensure environmental compliance by tracking emissions. If a material balance does not close (Input ≠\neq Output), it indicates a measurement error, an unmodeled leak, or an unsteady state.

Engineering Check

Always explicitly draw the system boundary and ensure all streams crossing it are accounted for. Check degree-of-freedom (DOF) before attempting to solve complex flowsheets; if DOF is greater than zero, the system is underspecified and cannot be solved without additional data or assumptions.

Explicit Exclusions

This article focuses on the fundamental steady-state balance logic. It explicitly excludes transient (unsteady-state) balances involving differential equations, multi-unit recycle/purge optimization, and complex multiple-reaction thermodynamics.

Related Content