Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/equinor/neqsim-parameterfitting
NeqSim experimental database and parameter fitting project
https://github.com/equinor/neqsim-parameterfitting
experimentaldata thermodynamic-properties thermodynamics vle
Last synced: about 2 months ago
JSON representation
NeqSim experimental database and parameter fitting project
- Host: GitHub
- URL: https://github.com/equinor/neqsim-parameterfitting
- Owner: equinor
- License: apache-2.0
- Created: 2023-04-21T18:53:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-23T15:21:27.000Z (over 1 year ago)
- Last Synced: 2024-01-27T16:07:20.610Z (12 months ago)
- Topics: experimentaldata, thermodynamic-properties, thermodynamics, vle
- Language: Jupyter Notebook
- Homepage: https://equinor.github.io/neqsimhome/
- Size: 28.4 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NeqSim experimental database and parameter fitting project
NeqSim experimental database and parameter fitting project.Add experimental data in the [data folder](/data/) and make scripts for displaying, evaluating and updating models in the [example folder](/example/). In the [src folder](/src/) new models can be implemented for testing to the exerimental data.
An example for solubility data of CO2 in water is data put in the [data folder](/data/thermodynamics/VLE) and the evaluations put in the [example folder](/example/thermodynamics/VLE/).
See notebook on [how to work with the NeqSim parameter database](https://colab.research.google.com/github/EvenSol/NeqSim-Colab/blob/master/notebooks/PVT/parameter_database.ipynb), and the description in the [neqsim wiki](https://github.com/equinor/neqsim/wiki/The-NeqSim-parameter-database).
## Setting up maven project
Call ```mvn validate``` to install the NeqSim core jar file located in resources folder to a local maven repository. Then the neqsim package shall be available for the java code. Try it out by calling ```mvn test```.