- Documentation http://scuervo91.github.io/resimpy
- Sorce Code https://github.com/scuervo91/resimpy
Resimpy is a Reservoir Simulation utility python package for Oil & Gas. So far, you can create a cartesian grid an a corner point grid with spatial data.
Funtionality of reading Eclipse files is provided by the repository https://github.com/BinWang0213/PyGRDECL
The key features are:
- Grid: Create Cartesian grid and Corner Point Grid
- Spatial Data: Add spatial data like porosity and permeability
- Manipulate: Manipulate data gridding data
- Export to vtk: Use PyVista to export and view the model en 3D
- Export to Eclipse: Export the grid to Eclipse format (GRID SECTION)
- Write Schedule Keywords: Write keywords like WELSPECS, COMPDAT, WCONHIST,
- Python 3.8+
$ pip install resimpy
---> 100%
This project is licensed under the terms of the MIT license.