neqsim
neqsim copied to clipboard
Add new UMR-EoS version
A new and updated version of UMR EoS will be added based on Akis work:
Preparations:
- Use https://desktop.github.com/
- Use Visual Studio Code (with Java extensions)
I created a branch and started added some files (I added a test to check implementation of model is ok): https://github.com/equinor/neqsim/tree/addEOS
I recommend to use tools such as :
- Github for cooperation with code (you will need to get a guithub user)
- Github desktop https://desktop.github.com/
- Download Graal VM https://www.graalvm.org/
- Download and install maven (https://maven.apache.org/)
- Visual Studio Code (IDE) https://code.visualstudio.com/ - with java extensions (Debugger for Java, GraalVM, Java test runner, Maven for Java)