Sim2x
sim2x is a Python framework for forward modelling reservoir simulation models. The forward workflow involves
three main processes, converting the simulation to impedance (imp), converting the simulation corner point grid to a regular grid (rg), and convolving a wavelet with a reflectivity model to generate synthetic seismic (seis).
sim2x builds upon the segysak, eclx and digirock libraries.
segysakis used for building regular grids and loading and exporting data from SEGYeclxis used for extracting simulation model data from Eclipse style output files.digirockis used for the forward digital rock model.
If you write want to add to or extend sim2x please look at the project contribution guidelines.
Quick Start
See the quick start example in the user guide.
Installation
Installing with pip
sim2x is available via pip install.
Text Only
pip install sim2x
Installing from source
Clone the repository
Text Only
git clone http://github.com/trhallam/sim2x
and install using pip
Text Only
cd sim2x
pip install .