Skip to the content.

Thermodynamic Documentation Set

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 implementations (58 EoS classes)
├── phase/        # Phase types and calculations (62 classes)
├── component/    # Component properties (65 classes)
├── mixingrule/   # Mixing rules for EoS
└── characterization/  # 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

Application Guides


Each document favors short, reproducible code snippets using the Java API so the same ideas transfer to other supported languages (Python/Matlab) with minor syntax changes.