MaximaLabs
Back to gallery
Gas plant, Permian Basin, Texas, USA

Perry Ch.13 Example 6: reboiled light-ends stripper — a PENG-ROBINSON process flowsheet

A reboiled stripper removing dissolved light gases (nitrogen, methane through propane) from a heavier liquid, using reboil vapor as the stripping gas, from Chapter 13 of Perry's Chemical Engineers' Handbook.

168 views 0 forks

FEED
Reboil Vapor
liq
gas
gas
rich
Strip
Overhead GAS
Stripped Liquid
What this showcases
  • Rigorous PENG-ROBINSON thermodynamics, solved by the same engine every simulation runs on.
  • 1 unit operations modeled: Strip.
  • Focus areas: Stripping, Light-ends removal, Textbook, Perry's Handbook.
  • Verified fast convergence — a real, measured solve time, not an estimate.
Specification
Thermodynamics
PENG-ROBINSON
Components
n2, methane, ethane, propane, n_pentane, n_dodecane
Unit operations
Strip
Open in workspace

Opens in a new tab, loaded straight into the app — no setup.

Read the step-by-step guide
Python SDK

Reproduce this exact result from Python — the real client.get_example() → run_and_wait() path, not a mockup.

from flowsim.sdk import FlowSimClient

client = FlowSimClient()
example = client.get_example("perry-reboiled-stripper")
sim = client.create_simulation(example["title"], example["flowsheet"])
result = client.run_and_wait(sim["id"])

print(result["status"])              # "converged"
streams = client.streams(sim["id"])

Related models

Gas plant, Permian Basin, Texas, USA

Perry Ch.13 Example 2: lean-oil absorber

Simple absorber recovering butane and pentane from a process gas into a lean-oil (n-dodecane) absorbent, from Chapter 13 of Perry's Chemical Engineers' Handbook.

Gas plant, Permian Basin, Texas, USA

Perry Ch.13 Example 3: butane/pentane splitter

A simple two-cut distillation splitting butane overhead from pentane bottoms, from Chapter 13 of Perry's Chemical Engineers' Handbook.

Gas plant, Permian Basin, Texas, USA

Perry Ch.13 Example 4: sloppy-butane three-cut splitter

A three-cut column with a side draw producing a deliberately 'sloppy' (off-spec, cheaper-to-make) butane cut between a propane overhead and a pentane-plus bottoms, from Chapter 13 of Perry's Chemical Engineers' Handbook.

Gas plant, Permian Basin, Texas, USA

Perry Ch.13 Example 5: two-step absorber with intercooling

Two absorption stages in series with intercooling between them (removing the heat of absorption, which otherwise raises K-values and hurts recovery) to maximize LPG recovery, from Chapter 13 of Perry's Chemical Engineers' Handbook.

Aromatics complex, Rotterdam, Netherlands

Aromatics column (Strigle)

A simple aromatics splitter recovering benzene overhead from a toluene/xylene-heavy feed, as described by R. Strigle (Gulf Publishing, 1987) — a classic packed-column textbook design case.

Gas plant, Permian Basin, Texas, USA

Depropanizer (Strigle)

A depropanizer recovering propylene and propane overhead from a C₄-and-heavier hydrocarbon feed, as described by R. Strigle (Gulf Publishing, 1987).

Stop fighting legacy software. Build your first flowsheet in 60 seconds.