Fluid Handling Equipment
Every flowsheet so far has quietly assumed streams arrive at the pressure a unit op needs. In a real plant, getting them there is its own equipment class: pumps and compressors raise pressure, turbines and valves drop it, and pipe itself eats pressure to friction over distance. None of this changes composition — it's pure mechanical/thermal energy balance — but getting it wrong is a common reason a "correct" flowsheet doesn't match the real plant.
9.1 Pumps: raising liquid pressure
A pump does mechanical work on an (incompressible) liquid. The theoretical work is flow times the pressure rise divided by density; a real pump needs more than that, by the hydraulic efficiency
- Shaft (pump) work delivered to the fluid, watts (J/s).
- Molar flow through the pump, mol/s.
- Outlet and inlet pressure, Pa.
- Molar density of the liquid at inlet conditions, mol/m³.
- Hydraulic efficiency (0–1) — the fraction of shaft work that goes into raising pressure rather than being lost as heat.
5 mol/s of water (molar density
The same arithmetic §9.6's exercise walks through in full — restated here next to the equation it comes from. 118 W is a modest duty: pumping liquids is cheap, which is why §9.2's compressor example below (compressing a gas, not a liquid) needs so much more power for a comparable pressure ratio.
9.2 Compressors and turbines: isentropic + efficiency
Compressible fluids need the real thermodynamics from Chapter 2, not just a pressure/density ratio. MaximaLabs solves an ideal (isentropic) path first — find the outlet temperature
- Known inlet temperature and pressure.
- Known outlet pressure (the compression/expansion target).
- Ideal (isentropic) outlet temperature — the one unknown, solved so entropy is unchanged across the pressure step.
- Molar entropy at (T,P) from the flowsheet's active thermo package — an equation of state or activity model, per Chapter 2, not an ideal-gas shortcut.
then applies the isentropic efficiency
- Real (actual) outlet temperature — always hotter than the ideal T_{2s} for a compressor, since inefficiency adds extra heating (see §9.6's core exercise).
- Isentropic efficiency (0–1): the ratio of ideal to actual work for a compressor.
- Real shaft work delivered to the gas, watts.
- Molar flow through the machine, mol/s.
- Molar enthalpy at (T,P) from the active thermo package.
A small illustrative case computed directly from MaximaLabs' Peng-Robinson package (not from a saved showcase example — a standalone solver call, so it's genuinely computed but not the same run as the co2-capture-compression Try-it case below): pure CO₂ at
Compare to the pump example above: raising a gas's pressure 8× costs roughly two orders of magnitude more work per mole than raising a liquid's pressure 10× — exactly why compressors, not pumps, dominate a plant's utility bill.
A turbine runs the same isentropic solve in reverse (dropping pressure) and applies
- Real (actual) outlet temperature — always warmer than the ideal T_{2s} for a turbine too, since inefficiency means less energy leaves as work.
- Isentropic efficiency (0–1): the ratio of actual to ideal work extracted.
- Real shaft work extracted from the fluid, watts.
Because both use the flowsheet's real
9.3 Valves: isenthalpic throttling
A control valve drops pressure with no shaft work and (to a good approximation) no heat loss — a Joule-Thomson throttle. The energy balance collapses to a single statement: enthalpy is conserved across the valve, and the outlet temperature is whatever that enthalpy implies at the new, lower pressure:
- Inlet molar enthalpy — known from the upstream stream's (T,P).
- Outlet molar enthalpy — equal to h_{in}, since a valve does no shaft work and (ideally) exchanges no heat.
- Known outlet (downstream) pressure — the valve's set drop.
- Outlet temperature — the unknown, solved as the (P,H) flash of §3.6 at the fixed (P_{out}, h_{in}).
For an ideal gas that's no temperature change at all; for a real gas or a liquid near its bubble point it can mean significant cooling — flashing part of the stream to vapor, or (for a dense-phase fluid like the CO₂ in §9.5) dropping across a phase boundary entirely. The isenthalpic solve is exactly why a J-T valve shows up as a cheap way to get refrigeration rather than just "friction that wastes pressure."
9.4 Pipelines: friction, not equipment
Pipe itself isn't a piece of "equipment" in the traditional sense, but it drops pressure the same way a valve does — and unlike a valve, that drop is unavoidable and grows with distance. The classic Darcy-Weisbach equation:
- Total pressure drop along the pipe segment, Pa.
- Darcy friction factor (dimensionless) — a function of Reynolds number and relative roughness.
- Pipe length and internal diameter, m.
- Fluid mass density (kg/m³) and mean velocity (m/s).
- Gravitational acceleration and the pipe's inclination angle from horizontal — the elevation term vanishes for a flat run (\theta=0).
- Reynolds number and relative pipe roughness (roughness height over diameter) — the two things f depends on.
splits the loss into friction (Darcy friction factor
9.5 Try it
- 1Open the CO₂ capture + compression example and Run it: an absorber recovers 90% of the flue CO₂, a compressor raises it to 8 atm, and an after-cooler brings it back to 313 K.
- 2Click the COMP node and open the Theory tab — the exact isentropic-efficiency equations from §9.2, with the solved ,, and shaft work filled in for this stream.
- 3Lower the compressor efficiency and re-run — watch the outlet temperature and shaft work both rise for the same pressure ratio, exactly as §9.2 predicts.
- 4Open the dense-phase CO₂ pipeline example: two 150 km Darcy-Weisbach segments with a pump station (BOOST) in between restoring the pressure the first segment's friction cost.
9.6 Exercises
Work each problem yourself first, then reveal the solution to check it. Where a problem says so, reproduce it live in MaximaLabs — the solver is the answer key.
- 1warm-upA pump raises 5 mol/s of water (density 997 kg/m³, molar mass 0.018 kg/mol) from 1 atm (101,325 Pa) to 10 atm at 70% hydraulic efficiency. Estimate the shaft work.
- 2coreExplain why a real compressor's outlet temperature is higher than the ideal isentropic outlet temperature, while a real turbine's outlet temperature is also higher than its ideal isentropic outlet temperature (not lower, in both cases) — using theequations of §9.2.
- 3challengeIn the CO₂ pipeline example, the fluid enters as a liquid-like dense phase at 15 MPa. If the booster pump under-delivers and the pressure after the second 150 km segment drops below CO₂'s critical pressure (7.38 MPa) while still near 305 K, what happens to the fluid, and why does that matter operationally? (Hint: revisit the phase diagram from Chapter 2.)