resfo-utilities: A library for working with reservoir simulator output

resfo-utilities is a library for working with output from several reservoir simulators such as opm flow.

Quick Start Guide

pip install resfo-utilities

We assume that you have some reservoir simulator input (a .DATA file), but if you want to start testing you can pick up one here.

By giving that input to a reservoir simulator (flow in this case):

flow MY_INPUT.DATA

the simulator will output a number of files (depending on what options are set in the input file). resfo-utilities is used to read and analyze such output. The summary files (.SMSPEC, .UNSMRY, etc.) can be read using resfo_utilities.SummaryReader while the egrid file (.EGRID and .FEGRID) can be analyzed using the resfo_utilities.CornerpointGrid.