Skip to the content.

title: “Thermodynamic Documentation Set” description: “This folder collects topic-specific documentation for using NeqSim’s thermodynamic, PVT, and physical property capabilities. Each page is intended to be self-contained while pointing to related guides…” —

This folder collects topic-specific documentation for using NeqSim’s thermodynamic, PVT, and physical property capabilities. Each page is intended to be self-contained while pointing to related guides so you can jump directly to the workflows you need.


Package Structure

thermo/
├── system/            # Fluid-system and equation-of-state implementations
├── phase/             # Phase models and calculations
├── component/         # Pure-component and mixture-component properties
├── mixingrule/        # Equation-of-state mixing rules
└── characterization/  # TBP and plus-fraction characterization

Subpackage Documentation

Subpackage Description Documentation
system Equations of state implementations system/README.md
phase Phase modeling (gas, liquid, solid, asphaltene) phase/README.md
component Component property calculations component/README.md
mixingrule Binary interaction parameters mixingrule/README.md
characterization Plus fraction and asphaltene characterization characterization/README.md

Guide Contents

Core Guides

Database Documentation

Reference Documentation

Acid Gas and Sour Fluid Modeling

Application Guides


Examples are written for the Java API unless a page says otherwise. Python uses the NeqSim gateway and different import conventions; follow the Python quickstart rather than translating Java syntax literally.