NeqSim experimental database and parameter fitting project.
Add experimental data in the data folder and make scripts for displaying, evaluating and updating models in the example folder. In the src folder 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 and the evaluations put in the example folder.
See notebook on how to work with the NeqSim parameter database, and the description in the neqsim wiki.
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
.