Skip to content

Releases: equinor/neqsim-python

NeqSim Python 3.9.1

30 Apr 18:58

Choose a tag to compare

NeqSim Python 3.9.1

NeqSim Python is the Python interface to the NeqSim engine for thermodynamic calculations, physical properties, process simulation, and PVT analysis from Python and Jupyter notebooks.

Highlights

  • Bundles the NeqSim Java 3.9.1 engine for Java 11+ runtimes.
  • Bundles the NeqSim Java 3.9.1 engine for Java 8 runtimes.
  • Aligns Python package metadata and the conda recipe with version 3.9.1.

Install

Use pip when you already have Java installed:

pip install --upgrade neqsim==3.9.1

Use conda when you want OpenJDK installed with the package:

conda install -c conda-forge neqsim

Requirements:

  • Python 3.9 or newer.
  • Java 8 or newer for pip installs.
  • Conda installs include OpenJDK through conda-forge.

Verify the installed package version without starting the JVM:

python -c "from importlib.metadata import version; print(version('neqsim'))"

Quick Start

from neqsim.thermo import TPflash, fluid, printFrame

natural_gas = fluid("srk")
natural_gas.addComponent("methane", 0.85)
natural_gas.addComponent("ethane", 0.10)
natural_gas.addComponent("propane", 0.05)
natural_gas.setTemperature(25.0, "C")
natural_gas.setPressure(60.0, "bara")
natural_gas.setMixingRule("classic")

TPflash(natural_gas)
printFrame(natural_gas)

Useful Links

NeqSim 3.9.0

28 Apr 05:52

Choose a tag to compare

v3.9.0

v3.9.0

NeqSim 3.8.2

24 Apr 20:24

Choose a tag to compare

Full Changelog: v3.8.0...v3.8.2

NeqSim 3.8.0

22 Apr 09:26

Choose a tag to compare

Full Changelog: v3.7.0...v3.8.0

NeqSim 3.7.0

31 Mar 18:19

Choose a tag to compare

Full Changelog: v3.6.1...v3.7.0

NeqSim 3.6.1

19 Mar 06:56

Choose a tag to compare

Full Changelog: v3.6.0...v3.6.1

NeqSim 3.6.0

17 Mar 14:25

Choose a tag to compare

v3.6.0

v3.6.0

NeqSim 3.5.0

06 Mar 12:23

Choose a tag to compare

Full Changelog: v3.4.0...v3.5.0

NeqSim 3.4.0

02 Feb 06:50

Choose a tag to compare

What's Changed

Full Changelog: equinor/neqsim@v3.3.0...v3.4.0

NeqSim 3.3.0

20 Jan 21:41

Choose a tag to compare

Full Changelog: v3.2.2...v3.3.0