MaximaLabs
Back to gallery
Great Plains Synfuels Plant, Beulah, North Dakota, USA

CO2 removal from syngas (Rectisol-style physical solvent) — a PENG-ROBINSON process flowsheet

A CO₂-laden syngas stream from gasification/reforming (H₂/CO with 25% CO₂, the actual Rectisol duty — scrubbing raw syngas ahead of methanol/ammonia synthesis, not treating pipeline natural gas) is sweetened by a cold-methanol physical-solvent absorber (chosen because chemical amine reactions aren't modeled here) down toward synthesis-loop spec, then the rich solvent is regenerated by a pressure letdown into a second flash that flashes the bulk of the absorbed CO₂ back off — the same letdown-valve-plus-flash regeneration pattern used for HDA's and methanol synthesis's own dissolved-gas trains. No solvent recycle loop (an honest simplification: the regenerated solvent is reported as a product stream rather than closed back onto the absorber feed). From the ChemSep casebook (CO₂ removal from natural gas), adapted to Rectisol's real syngas duty.

168 views 0 forks

Gasfeed
Solvent
liq
gas
gas
rich
ABS
Salesgas
Letdown
Regen
Co2offgas
Leansolvent
What this showcases
  • Rigorous PENG-ROBINSON thermodynamics, solved by the same engine every simulation runs on.
  • 3 unit operations modeled: ABS, Letdown, Regen.
  • Focus areas: Acid-gas removal, Physical solvent, Absorption, Syngas treating.
Specification
Thermodynamics
PENG-ROBINSON
Components
h2, carbon_monoxide, co2, methanol
Unit operations
ABSLetdownRegen
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("co2-from-natural-gas")
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 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.

Solvents plant, Texas City, Texas, USA

Acetone from isopropanol dehydrogenation

Endothermic gas-phase dehydrogenation of isopropanol (IPA) to acetone, after Luyben (Ind. Eng. Chem. Res. 2011, 50, 1206). The H₂-rich reactor off-gas is scrubbed with water to recover the acetone before venting, then a column splits acetone from the water/unreacted-IPA absorbent.

Reference model (ChemSep casebook)

TEG natural gas dehydration

Wet natural gas is contacted counter-currently with lean triethylene glycol (TEG) in an absorber, pulling water vapor into the glycol to meet a pipeline water spec; the rich glycol is then let down in pressure and regenerated in two flashes — the first flashes off the bulk of the co-absorbed methane, the second (hot) flash boils the absorbed water off the now nearly gas-free glycol, leaving hot lean glycol bottoms (its recycle back to the absorber is reported as a product, the same open-loop simplification used elsewhere in this library). Water is the most common undesirable natural-gas impurity — it forms hydrates that plug valves and fittings once the gas is compressed or cooled.

Gas sweetening unit, Port Arthur, Texas, USA

Refinery acid-gas treating: MDEA/PZ absorber-stripper

Simultaneous CO₂ AND H₂S removal from a sour natural-gas / refinery off-gas stream by a piperazine-promoted MDEA solvent — the mixed-amine chemistry legacy tools reach for heavy rate-based/OLI add-ons to model. A high-pressure absorber contacts the sour gas with lean MDEA/PZ solvent (both acid gases absorb into the amine); the rich amine is heated and let down to a low-pressure steam stripper that drives the acid gases back off as a concentrated acid-gas stream and regenerates the lean solvent. Runs on the new 'enrtl-mdea-pz' electrolyte package: a generalized speciation (MDEA protonation + piperazine carbamate/dicarbamate + CO₂/HCO₃-/CO₃-- + H₂S/HS- + water) with Davies activity — it correctly reproduces piperazine's promotion (the blend holds more CO₂ at a given partial pressure than MDEA alone).

Amine treating unit, Ludwigshafen, Germany

aMDEA closed solvent loop (activated-MDEA acid-gas removal)

The activated-MDEA (aMDEA) acid-gas removal process BASF developed at Ludwigshafen — methyldiethanolamine promoted with piperazine — run as a genuinely CLOSED solvent loop: the regenerated lean amine is cooled, pumped back to absorber pressure and returned to the absorber, with a small side bleed and a demin-water/amine makeup. The companion 'mixed-amine-acid-gas-treating' showcase deliberately leaves that loop open (the regenerated solvent is a product); closing it is what this example adds, and it changes what the model can tell you. Sour gas at 50 bar (5% CO₂, 3% H₂S in methane) is contacted with lean solvent; the rich amine is heated, let down to 1.8 bar and stripped; the lean solvent returns through a cooler and a pump; a 3% bleed purges degradation products; makeup replaces what leaves. One Wegstein tear on the lean stream closes it. The headline result is one no open-loop model can produce: the lean-solvent composition is not specified anywhere in the flowsheet — it is the fixed point of the loop's own water and amine balance — and it converges to 87.7 mol% water / 10.2% MDEA / 2.0% piperazine, which is 41 wt% MDEA and 5.9 wt% PZ (about 3.6 and 0.7 mol/L at a typical 1.04 g/cm3 solvent density), inside the concentration window BASF's own aMDEA patents claim. Also computed: 114 mol/s of circulating solvent for 100 mol/s of sour gas, a rich loading of 0.36 mol CO₂ + 0.21 mol H₂S per mole of amine, treated gas that is pure methane, a 39 mol/s acid-gas overhead, and 0.23% hydrocarbon slip into it. Sweeping the stripping steam traces the loop's water balance: more steam carries more water overhead, so the circulating inventory shrinks from 225 to 53 mol/s across the sweep — a closed-loop coupling that simply does not exist in an open-loop model. Balance closure is the precondition for an acceptance test under VDI 2048 (control and quality improvement of process data by correction calculation, for operation and acceptance tests in energy technology and the chemical industry); the same variance-weighted least-squares correction that standard is built on is available on solved results through the data-reconciliation tool.

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