Aspen HYSYS is the industry default for gas processing simulation—it is in virtually every major E&P and gas processing company's standard toolkit—but it is expensive ($30,000–50,000/seat/year), installed only on Windows desktops, and difficult to integrate with modern data workflows. Engineers looking for an alternative in 2026 have more credible options than at any previous point. This is an honest assessment of each, not a marketing piece.
The short answer
The field of HYSYS alternatives, organized by use case:
- For sour gas treating and sulfur recovery: ProMax (BR&E) is the specialist choice. It is not cheaper than HYSYS, but its amine treating models are more accurate.
- For free/open-source gas processing simulation: DWSIM covers the core unit operations adequately and uses GERG-2008 via CoolProp for natural gas thermodynamics.
- For code-first, automation-heavy workflows: The CalebBell Python stack (
thermo+fluids+chemicals) gives you composable access to all the thermodynamic calculations programmatically, without a GUI or license server. - For cloud-native, API-first simulation: Rankine (this product) is building exactly this—a web-based simulator with a REST API and MCP server at $197/month.
- For NGL and cryogenic processing: Symmetry Process (formerly VMGSim, now Process Systems Enterprise) has specialized capabilities for C₃+ recovery and LNG that outperform HYSYS in that specific niche.
- What nobody does well yet: dynamic simulation of gas processing transients (compressor surge, slug flow, emergency depressure). HYSYS Dynamics is still the reference for this. None of the alternatives have matched it.
Aspen HYSYS: what you're actually paying for
HYSYS has been the industry default since its development at Hyprotech in the 1990s and subsequent acquisition by AspenTech. The reasons it persists:
- Thermodynamic library breadth. HYSYS ships with a large set of regression-fitted binary interaction parameters for the Peng-Robinson EOS covering common gas processing component pairs. It also includes the Lee-Kesler-Plöcker EOS, the NRTL model for glycol and amine systems, and a modified SRK for specific applications.
- Unit operations coverage. Wellhead choke, multistage separator, reciprocating and centrifugal compressor (with performance curves), plate-fin and shell-and-tube heat exchangers, reflux still (TEG dehydration), amine absorber/regenerator with simplified mass-transfer.
- HYSYS Dynamics. The transient simulation module handles compressor surge, blowdown, and pipeline packing calculations. This is a meaningful differentiator.
- Industry familiarity. If you show a HYSYS flowsheet to any process engineer in oil and gas, they know how to read it. This network effect has compounding value during peer review and document delivery.
The costs: license fees that have escalated to $30,000–50,000/seat/year at list price, Windows-only installation, no REST API, automation via COM/OLE that is fragile and Windows-version-dependent, and a closed ecosystem that makes it difficult to connect HYSYS to modern data infrastructure (Python, Jupyter, cloud storage, CI/CD pipelines).
ProMax: the specialist for sour gas
ProMax is developed by Bryan Research & Engineering (BR&E) in Bryan, Texas. It was originally built for the specific problem that HYSYS handles poorly: accurate simulation of amine treating columns for H₂S and CO₂ removal from sour natural gas.
ProMax's amine treating models use an electrolytic thermodynamic framework that accounts for the ionic speciation in loaded amine solutions—the chemistry that determines lean loading, rich loading, and the heat of regeneration. This is not a minor refinement: for a large amine treater where a 1% error in lean loading translates to a significant change in regenerator reboiler duty, the accuracy difference between a simplified HYSYS amine model and ProMax's model is economically measurable.
ProMax is also the reference for:
- Sulfur recovery (Claus plant): front-end furnace, catalytic converters, tail gas treating (SCOT, Beavon, direct oxidation).
- Glycol dehydration: TEG contactor and reboiler with BTEX calculation for emissions reporting.
- Sour water treating: sour water stripping and ammonia removal.
ProMax's weakness: its unit operations outside the sour gas treating envelope are less polished than HYSYS. Cryogenic processing and NGL recovery are functional but not the focus of BR&E's development. License pricing is comparable to HYSYS. It is also Windows-desktop software with no REST API.
For a gas processing company whose core operations are amine treating, sulfur recovery, and BTEX-compliant glycol dehydration, ProMax is often the better choice over HYSYS at a comparable total cost. For a company primarily doing compression, separation, and heat integration, HYSYS is more capable.
DWSIM: the free, open-source option
DWSIM is an open-source chemical process simulator originally developed by Daniel Medeiros, now maintained by a community of contributors. It is licensed under GPL v3. The desktop application runs on Windows, macOS, and Linux; there is also a web-based renderer. Source code is on GitHub.
What DWSIM does well for gas processing:
- GERG-2008 thermodynamics. DWSIM's natural gas EOS is GERG-2008 via CoolProp, which is more accurate than HYSYS's default Peng-Robinson for wide-composition natural gas mixtures (see the GERG-2008 vs Peng-Robinson comparison for the accuracy detail).
- Core unit operations: flash drum, compressor, expander, heat exchanger, pipe segment with pressure drop.
- Python scripting: DWSIM exposes a Python interface for automating simulations and extracting results, which is a meaningful advantage over HYSYS for data-integration workflows.
DWSIM's gaps:
- Amine treating: the amine absorber model in DWSIM uses a simplified equilibrium-stage approach rather than a rigorous rate-based or electrolytic model. For CO₂/H₂S removal design work, it is not a substitute for ProMax or HYSYS.
- Sulfur plant: limited Claus modeling support.
- Performance curves for compressors: DWSIM's compressor model supports fixed efficiency; integrating actual OEM performance curves requires custom scripting.
- Dynamic simulation: not available.
- Large flowsheets: DWSIM's GUI becomes sluggish on flowsheets with 50+ unit operations.
For a solo engineer or small company that needs steady-state gas compression, separation, and dehydration simulation without paying a license fee, DWSIM is the most complete free option available as of 2026.
The CalebBell open-source Python stack
CalebBell's trio of MIT-licensed Python libraries—thermo, fluids, and chemicals—represent a different approach: rather than a GUI simulator, they are composable computational libraries that you import into your own Python scripts, Jupyter notebooks, or application code.
thermo handles thermodynamic property calculations: flash calculations (PT, PH, PS), vapor-liquid equilibrium, critical properties, equation of state selection (PR, SRK, GERG-2008 via CoolProp), activity coefficient models. The chemicals library provides the pure-component property database (critical constants, acentric factors, molecular weights) for 10,000+ compounds.
fluids handles fluid mechanics: friction factor correlations (Darcy-Weisbach, Colebrook-White, Churchill), pipe fittings, orifice meters, control valves, nozzles, and pipeline hydraulics. This is the library underlying Rankine's pipeline segment calculations described in the KMZ-to-flowsheet article.
The strength of this stack is automation and integration: you can embed thermodynamic calculations in a data pipeline, a REST API, a cloud function, or a CI/CD test suite. There is no license server, no Windows-only constraint, no COM/OLE dependency. The cost is the absence of a pre-built GUI: you write the flowsheet logic yourself, or you use a framework that wraps these libraries.
This is precisely the path Rankine takes—a cloud-native simulator built on the CalebBell stack plus CoolProp for GERG-2008, wrapped in a modern web UI and exposed through a REST API and MCP server.
Symmetry Process (formerly VMGSim)
VMGSim was developed by Virtual Materials Group (VMG) in Calgary with a specific focus on NGL recovery, cryogenic processing, and LNG. VMG was acquired by Process Systems Enterprise (PSE) in 2020, and VMGSim was rebranded as Symmetry Process. It is now marketed through AspenTech's distribution channel (PSE was itself acquired by Aspen in 2019, making this part of the AspenTech ecosystem—though the product is separate from HYSYS).
For engineers working on cryogenic NGL fractionation (demethanizer, deethanizer, depropanizer), expander-compressor design, or LNG liquefaction, Symmetry Process has capability that rivals or exceeds HYSYS in those specific areas. Its thermodynamic engine and phase-envelope prediction for C₃+ heavy mixtures are well-regarded.
The weakness: it is now embedded in the Aspen licensing universe, which means similar pricing dynamics. And its coverage of sour gas treating is not as deep as ProMax.
CHEMCAD: the mid-market option
CHEMCAD by Chemstations has been a HYSYS competitor since the 1990s. It covers refinery and gas processing unit operations with a license model that has historically been more affordable than HYSYS. The gas processing coverage includes separators, compressors, heat exchangers, and distillation columns; amine treating is supported but less capable than ProMax.
CHEMCAD's user base is more concentrated in refining and petrochemicals than in upstream gas processing. For a refinery that does some gas plant work on the side, CHEMCAD may be a reasonable consolidation choice. For a dedicated gas processing company, neither HYSYS's nor ProMax's specialization favors CHEMCAD.
Evaluating cost versus capability
A practical comparison for a typical gas processing scenario (40 MMscfd sour gas gathering, amine treating, glycol dehydration, compression to pipeline):
| Tool | License cost | Key strength | Key gap | |---|---|---|---| | Aspen HYSYS | ~$40K/seat/year | Breadth, dynamics, familiarity | Cost, no API, Windows-only | | ProMax | ~$35K/seat/year | Amine treating accuracy | Limited outside sour gas niche | | DWSIM | Free (GPL) | GERG-2008, Python API, cross-platform | No rigorous amine model, no dynamics | | CalebBell stack | Free (MIT) | Full automation, no license | No GUI—requires code | | Symmetry Process | ~$35K/seat/year | NGL/cryogenic precision | AspenTech ecosystem lock-in | | Rankine | $197/month | Cloud-native, API, GERG-2008, MCP | Early-stage, expanding unit ops |
The cost comparison is stark: the DWSIM + CalebBell combination covers a significant fraction of gas processing steady-state simulation needs at zero license cost. The gap to HYSYS is real but concentrated in: (1) rigorous amine treating, (2) dynamic simulation, and (3) institutional familiarity required for deliverable acceptance by clients or regulators.
When this gets harder
Client deliverable requirements. Many midstream and E&P clients specify HYSYS by name in their engineering contracts. An independent engineer who produces a DWSIM or Rankine simulation may face pushback at deliverable review regardless of technical accuracy. This is a legitimate constraint, not an engineering one—it reflects the network effect of HYSYS's installed base.
Dynamic simulation requirements. Compressor surge analysis, emergency blowdown calculations, pipeline packing/linefill calculations for gas pipeline commission—all require dynamic simulation. HYSYS Dynamics is the industry reference. None of the alternatives discussed here have a dynamic module that matches it. If your work scope includes dynamic analysis, HYSYS (or a dedicated dynamic simulator like OLGA for pipelines) is difficult to avoid.
Rigorous rate-based amine treating. For a new amine plant design where internals design (packing height, liquid redistributors, lean/rich heat exchanger sizing) matters, a rigorous rate-based simulation (Aspen RateSep, Koch-Glitsch proprietary tools, or the full ProMax rate-based model) is preferable to equilibrium-stage models. This is a step beyond ProMax's standard model and well beyond what DWSIM offers.
Multi-user, enterprise workflows. HYSYS has Aspen's enterprise infrastructure for file management, version control, and multi-user simulation data management (AspenONE Suite). Open-source tools and early-stage cloud simulators do not have equivalent enterprise features.
How Rankine handles this
Rankine is designed from the ground up for the workflow gaps that HYSYS and ProMax do not address: cloud access from any browser, a REST API that connects simulation results to data pipelines, an MCP server for AI-assistant integration, and pricing that makes per-project access practical.
The thermodynamic engine is built on the CalebBell stack with GERG-2008 via CoolProp as the default EOS for natural gas streams—the same accuracy that DWSIM gets, delivered in a web interface that does not require software installation. The compliance certification engine produces structured outputs for §45Q, NSPS OOOOb, and permit reporting—the kind of compliance documentation described in the §45Q AGI eligibility article.
The current V1 scope covers gas and sour gas processing, emissions modeling, pipelines, and cryogenic operations. Amine treating with a simplified equilibrium-stage model is in V1; rigorous rate-based amine is V2 scope (on the roadmap, not shipped). For engineers who need ProMax-level amine accuracy today, the honest answer is: use ProMax for that specific calculation. For everything around it—compression, separation, dehydration, vapor pressure, phase envelopes, pipeline hydraulics, emissions calculations—Rankine delivers at 1/200th the license cost.
For EOS selection in Rankine's engine, see the detailed GERG-2008 vs Peng-Robinson article. For petroleum fraction work, see the D86 vapor pressure article. For pipeline GIS integration, see the KMZ-to-flowsheet article. Get on the waitlist for Rankine at the homepage.
FAQ
What are the main alternatives to Aspen HYSYS for gas processing simulation?
The main alternatives are: ProMax (BR&E) for sour gas treating and sulfur recovery; CHEMCAD (Chemstations) as a mid-market general-purpose option; DWSIM (open source, free) for steady-state gas processing with GERG-2008 thermodynamics; Symmetry Process (formerly VMGSim) for NGL and cryogenic work; and the CalebBell open-source Python stack for code-first automation. Rankine is a cloud-native alternative at $197/month targeting the same steady-state gas processing workflow.
Is HYSYS worth its cost for a small gas processing company?
At $30,000–50,000 per seat per year, the value case depends on utilization. A full-time process engineer doing daily simulation justifies the cost at one seat. A small operator running simulations quarterly for rate changes or permit renewals typically cannot. Cloud-native alternatives like Rankine at $197/month target exactly this segment.
Can DWSIM replace HYSYS for gas processing work?
DWSIM covers the core gas processing unit operations—separators, compressors, heat exchangers, expanders, basic distillation—and uses GERG-2008 via CoolProp for natural gas thermodynamics. The gaps versus HYSYS: amine treating models are less rigorous, no dynamic simulation module, and the GUI scales poorly on large flowsheets. For steady-state gas compression, separation, and dehydration, DWSIM is a credible free alternative.
What is ProMax and how does it compare to HYSYS for sour gas treating?
ProMax (Bryan Research & Engineering) is the industry reference for sour gas treating simulation. Its amine treating models use an electrolytic thermodynamic framework that produces more accurate lean-loading and regenerator-duty predictions than HYSYS's simplified amine model. For companies whose core work is amine treating, sulfur recovery, and glycol dehydration with BTEX calculations, ProMax is often the better specialist choice at comparable license cost.
Can I automate HYSYS simulations without buying a license?
No. Aspen HYSYS requires a valid license to run, including in automation mode via COM/ActiveX or the Aspen Python API. The open-source alternatives (DWSIM, CalebBell thermo stack) can be automated without a license by design.
Further reading
- CoolProp mixture documentation (GERG-2008 implementation): http://www.coolprop.org/fluid_properties/Mixtures.html
- CalebBell
thermolibrary (MIT license): https://github.com/CalebBell/thermo - CalebBell
fluidslibrary (MIT license): https://github.com/CalebBell/fluids - CalebBell
chemicalslibrary — pure-component property database (MIT license): https://github.com/CalebBell/chemicals - DWSIM Open Source Chemical Process Simulator: https://dwsim.org/
- Kunz, O. & Wagner, W. (2012). "The GERG-2008 Wide-Range Equation of State." J. Chem. Eng. Data 57(11), 3032–3091. DOI: 10.1021/je300655b