-
Notifications
You must be signed in to change notification settings - Fork 15
Home
Even Solbraa edited this page Oct 7, 2024
·
15 revisions
See examples of how to use NeqSim in Python in the example scripts available from the right menu.
More information is available in the NeqSim Java Wiki. Also see the examples in Introduction to Gas Processing using NeqSim in Python Colab.
The latest public release of NeqSim can be installed using the pip command:
pip install neqsim
The lates release of NeqSim under developement is downloaded by cloning the library to your local computer (alternatively fork it to your private reprository). The following commands are dependent on a local installation of GIT.
git clone https://github.com/equinor/neqsimpython.git
cd neqsimpython
pip install .
Java version 8 or higher (Java JDK) needs to be installed.
More information is available in the NeqSim Java Wiki.
- Getting started with NeqSim in Python
- Examples of setting up a fluid and running flash calculations