Skip to content

Code for the paper "Using user-supplied modules for fluid properties prediction with the MUFITS reservoir simulator"

License

Notifications You must be signed in to change notification settings

utkinis/USEREOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

USEREOS

DOI

Code for the paper "Using user-supplied modules for fluid properties prediction with the MUFITS reservoir simulator"

Installation and usage

To run the examples presented in the paper, you need the MUFITS simulator executable file, H64.EXE, and a user-supplied module in the form of a shared library with name USEREOS.DLL. There are three ways to get the USEREOS modules:

  1. Get the pre-built binaries and source code from the USEREOS section of MUFITS website;
  2. Download pre-built binaries and source code from Github releases;
  3. Build the shared libraries directly from the source code.

MUFITS executables are available for 64-bit Windows, OS X and Debian Linux. Pre-built USEREOS shared libraries are available only for Windows. For other platforms, it is necessary to build USEROS modules from source.

Build instructions

Building the modules from source requires Fortran and C++ compilers. Examples 1 and 2 don't have any dependencies. Example 3 depends on GEMS3K, numerical code for calculating chemical equilibria. GEMS3K can be downloaded from its homepage.

To access the latest version of the code, you need to either download the source code as an archive or clone the repository. Cloning the repository requires working Git installation.

To clone the repository, open the command-line terminal and enter the following command:

> git clone https://github.com/utkinis/USEREOS.git

About

Code for the paper "Using user-supplied modules for fluid properties prediction with the MUFITS reservoir simulator"

Resources

License

Stars

Watchers

Forks

Packages

No packages published