Skip to content

Getting started with NeqSim and Github

Even Solbraa edited this page Mar 8, 2019 · 13 revisions

NeqSim NeqSim is an abbreviation for Non-equilibrium Simulator. It is a tool for thermodynamic and fluid-mechanic simulations. NeqSim enables simulation of the most common unit operations you find in the petroleum industry. The basis for NeqSim is a library of fundamental mathematical models related to phase behavior and physical properties of oil and gas.

NeqSim is built upon a number of modules. Examples of these modules are:

Thermodynamic Routines Physical Properties Routines Fluid Mechanic Routines Unit Operations Chemical Reactions Routines Statistics/parameter fitting routines Process simulation routines NeqSim is organized in modules. Some of the basic modules are: neqsim/thermo/: Main path for thermodynamic routines neqsim/thermodynamicOperation: Main path for flash routines (TPflash, phase envelopes, etc.) neqsim/physicalProperties: Main path for Physical Property methods neqsim/physicalProperties: Main path for Physical Property methods neqsim/processSimulation: Main path for Process Simulation Calculations

How to build NeqSim from source code

NeqSim can be built using the Maven build system (https://maven.apache.org/). All NeqSim build dependencies are given in the pom.xml file.

Clone this wiki locally