Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/equinor/neqsim-matlab
NeqSim is a library for calculation of fluid behavior, phase equilibrium and process simulation. This project is the Matlab interface to NeqSim.
https://github.com/equinor/neqsim-matlab
gas gas-production oil thermodynamic-properties thermodynamics thermodynamics-models
Last synced: about 1 month ago
JSON representation
NeqSim is a library for calculation of fluid behavior, phase equilibrium and process simulation. This project is the Matlab interface to NeqSim.
- Host: GitHub
- URL: https://github.com/equinor/neqsim-matlab
- Owner: equinor
- License: apache-2.0
- Created: 2018-12-06T08:40:21.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-11T13:59:05.000Z (9 months ago)
- Last Synced: 2024-04-11T15:12:04.637Z (9 months ago)
- Topics: gas, gas-production, oil, thermodynamic-properties, thermodynamics, thermodynamics-models
- Language: MATLAB
- Homepage: https://equinor.github.io/neqsimhome/
- Size: 487 MB
- Stars: 8
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
![NeqSim Logo](https://github.com/equinor/neqsim/blob/master/docs/wiki/neqsimlogocircleflatsmall.png)
# NeqSim Matlab
NeqSim Matlab is part of the [NeqSim project](https://equinor.github.io/neqsimhome/). NeqSim Matlab is a Matlab interface to the [NeqSim Java library](https://github.com/equinor/neqsim) for estimation of fluid behavior and process design.## Releases
See [release folder](https://github.com/equinor/neqsimmatlab/releases)## Getting Started
See the [NeqSim Matlab Wiki](https://github.com/equinor/neqsimmatlab/wiki) for how to use NeqSim Matlab.### Initial setup
The NeqSim Matlab package 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](https://git-scm.com/).```bash
git clone https://github.com/equinor/neqsimmatlab.git
cd neqsimmatlab
```## Contributing
Please read [CONTRIBUTING.md](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](https://github.com/equinor/neqsim/discussions).## Versioning
NeqSim use [SemVer](https://semver.org/) for versioning.## Licence
NeqSim is distributed under the [Apache-2.0](https://github.com/equinor/neqsimsource/blob/master/LICENSE) licence.## Acknowledgments
A number of master and PhD students at NTNU have contributed to development of NeqSim. We greatly acknowledge their contributions.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