All Projects → equinor → neqsimpython

equinor / neqsimpython

Licence: Apache-2.0 license
NeqSim is a library for calculation of fluid behavior, phase equilibrium and process simulation. This project is a Python interface to NeqSim.

Programming Languages

python
139335 projects - #7 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to neqsimpython

neqsim
NeqSim is a library for calculation of fluid behavior, phase equilibrium and process simulation
Stars: ✭ 39 (+77.27%)
Mutual labels:  thermodynamics, equation-of-state, fluid-properties, process-simulation, pvt, oil-and-gas, gas-transport, gas-production
Clapeyron.jl
Clapeyron (formerly OpenSAFT) provides a framework for the development and use of fluid-thermodynamic models, including SAFT, cubic, activity, multi-parameter, and COSMO-SAC.
Stars: ✭ 81 (+268.18%)
Mutual labels:  thermodynamics, equation-of-state
PyTherm-applied-thermodynamics
Educational ipython source code for applied thermodynamics.
Stars: ✭ 62 (+181.82%)
Mutual labels:  thermodynamics, equation-of-state
dwsim4
DWSIM - Open Source Chemical Process Simulator, version 4
Stars: ✭ 38 (+72.73%)
Mutual labels:  thermodynamics, process-simulation
Kinetic.jl
Universal modeling and simulation of fluid dynamics upon machine learning
Stars: ✭ 82 (+272.73%)
Mutual labels:  fluid-dynamics
ESPEI
Fitting thermodynamic models with pycalphad - https://doi.org/10.1557/mrc.2019.59
Stars: ✭ 46 (+109.09%)
Mutual labels:  thermodynamics
Fluid2d
A versatile Python-Fortran CFD code that solves a large class of 2D flows
Stars: ✭ 49 (+122.73%)
Mutual labels:  fluid-dynamics
unstructured-finite-volume
Unstructured Finite Volume Solver for Partial Differential Equations
Stars: ✭ 26 (+18.18%)
Mutual labels:  fluid-dynamics
pyturb
Gas models, combustion and gas turbine solver.
Stars: ✭ 33 (+50%)
Mutual labels:  thermodynamics
Paddle-Image-Models
A PaddlePaddle version image model zoo.
Stars: ✭ 131 (+495.45%)
Mutual labels:  pvt
PadeOps
A DNS and LES box code
Stars: ✭ 21 (-4.55%)
Mutual labels:  fluid-dynamics
canvas-fluid-solver
Real-time fluid simulation in Javascript.
Stars: ✭ 45 (+104.55%)
Mutual labels:  fluid-dynamics
PyVLM
Vortex Lattice Method library written in Python
Stars: ✭ 33 (+50%)
Mutual labels:  fluid-dynamics
TEGAN
Generative Adversarial Network (GAN) for physically realistic enrichment of turbulent flow fields
Stars: ✭ 60 (+172.73%)
Mutual labels:  fluid-dynamics
exadg
ExaDG - High-Order Discontinuous Galerkin for the Exa-Scale
Stars: ✭ 62 (+181.82%)
Mutual labels:  fluid-dynamics
Estimate-Core-Permeability-from-NMR-data-using-either-Map-Inversion-or-kNN
Estimate Core-based Permeability from NMR well log data
Stars: ✭ 14 (-36.36%)
Mutual labels:  oil-and-gas
ASALI
Do you work with chemical reactors? Are you curious about them? ASALI is the open-source code that you are looking for. Chemical reactor models, transport/thermodynamic properties of gases, equilibrium calculations. ASALI couples all these features with an user friendly graphical interface. Modeling catalytic reactors has never been so easy.
Stars: ✭ 38 (+72.73%)
Mutual labels:  thermodynamic-properties
phantom
Phantom Smoothed Particle Hydrodynamics and Magnetohydrodynamics code
Stars: ✭ 52 (+136.36%)
Mutual labels:  fluid-dynamics
rans-uncertainty
Uncertainty Quantification of RANS Data-Driven Turbulence Modeling
Stars: ✭ 44 (+100%)
Mutual labels:  fluid-dynamics
Shizuku
Real time simulation and rendering of free surface fluid
Stars: ✭ 22 (+0%)
Mutual labels:  fluid-dynamics

NeqSim Python

NeqSim Python is part of the NeqSim project. NeqSim Python is a Python interface to the NeqSim Java library for estimation of fluid behavior and process design for oil and gas production. NeqSim Python toolboxes (eg. thermoTools and processTools) are implemented to streamline use of neqsim in Python. Examples of use are given in jupyter workbooks.

Releases

The NeqSim Python package is distributed as a pip package. Install the package by running

pip install neqsim

NB! The python package matplotlib is used to show results but is not an requirement to run calculations.

Getting Started

See the NeqSim Python Wiki for how to use NeqSim Python via Python or in Jupyter notebooks. Also see examples of use of NeqSim for Gas Processing in Colab. Learn and ask questions in Discussions for use and development of NeqSim.

Prerequisites

A Java run time environment (Java JRE) needs to be installed. The Python package JPype is used to connect Python and Java. Read the installation requirements for Jpype. Be aware that mixing 64 bit Python with 32 bit Java and vice versa crashes on import of the jpype module. The needed Python packages are listed in the NeqSim Python dependencies page.

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests.

Discussion forum

Questions related to neqsim can be posted in the github discussion pages.

Versioning

NeqSim use SemVer for versioning.

Licence

NeqSim is distributed under the Apache-2.0 licence.

Acknowledgments

A number of master and PhD students at NTNU have contributed to development of NeqSim. We greatly acknowledge their contributions.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].