You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 easilly extended with new methods.
NeqSim is built upon six base modules:
1. Thermodynamic Routines
2. Physical Properties Routines
3. Fluid Mechanic Routines
4. Unit Operations
5. Chemical Reactions Routines
6. Parameter Fitting Routines
File System
doc/ : Documentation for this library.
example/ : Contains several examples of how EJML can be used to solve different problems or how neqsim can be modified for different applications.
neqsim/ : Library source code
lib/ : various labraries used for implementing NeqSim in Matlab
ext/: external libraries used by NeqSim Matlab
changelog.txt : History of what changed between each version.
license.txt: license document
Third party open source projects used by NeqSim Matlab
NeqSim - main library (neqsim)
EJML - for liner algebra calculations (http://ejml.org)
JAMA - for linear algebra calculations (https://math.nist.gov/javanumerics/jama/)
Commons Math - for various mathematical operations (http://commons.apache.org/proper/commons-math/)
JFreeChart - for displaying charts (http://www.jfree.org/jfreechart/)
Ucanaccess - for working with the local MSAccess database (http://ucanaccess.sourceforge.net/site.html)