Giter VIP home page Giter VIP logo

deepfield's Introduction

Python Pytorch

DeepField

Machine learning framework for reservoir simulation.

img

Features

  • reservoir representation with Grid, Rock, States, Wells, Aquifer and PVT-tables components
  • interactive 3D visualization with some advanced options
  • common reservoir preprocessing tools
  • working with arbitrary large datasets of field simulations
  • constructor of neural network models
  • generative models for field augmentation
  • various model training scenarios for arbitrary long simulation periods
  • detailed documentation and step-by-step tutorials
  • complete pipelines of the reservoir simulation steps

img

Installation

Clone the repository:

git clone https://github.com/Skoltech-CHR/DeepField.git

Working with a remote server, it is recommended to install VNC for remote rendering of 3D graphics (follow this instruction)

Another option is to build the docker image with DeepField inside. Instructions and dockerfile are provided in the docker directory.

Note: the project is in developement. We welcome contributions and collaborations.

Quick start

Load a reservoir model from .DATA file:

  from deepfield import Field

  model = Field('model.data').load()

See the tutorials to explore the framework step-by-step and the documentation for more details.

Model formats

Initial reservoir model can be given in a mixture of ECLIPSE, MORE, PETREL, tNavigator formats. However, there is no guarantee that any mixture will be understood. Main file should be in .DATA file. Dependencies can be text and binary files including common formats:

  • .GRDECL
  • .INC
  • .RSM
  • .UNRST
  • .RSSPEC
  • .UNSMRY
  • .SMSPEC
  • .EGRID
  • .INIT

Within the DeepField framework it is recommended to use the HDF5 format to speed up data load and dump in Python-friendly data formats. In this case all data are contained in a single .HDF5 file. At any point the model can be exported back into .DATA text and binary files to ensure a compatibility with conventional software.

Citing

Plain text

E. Illarionov, P. Temirchev, D. Voloskov, R. Kostoev, M. Simonov, D. Pissarenko, D. Orlov, D. Koroteev, 2022. End-to-end neural network approach to 3D reservoir simulation and adaptation. J. Pet. Sci. Eng. 208, 109332. https://doi.org/10.1016/j.petrol.2021.109332

BibTex

@article{ILLARIONOV2022109332,
author = {E. Illarionov and P. Temirchev and D. Voloskov and R. Kostoev and M. Simonov and D. Pissarenko and D. Orlov and D. Koroteev},
title = {End-to-end neural network approach to 3D reservoir simulation and adaptation},
journal = {Journal of Petroleum Science and Engineering},
volume = {208},
pages = {109332},
year = {2022},
issn = {0920-4105},
doi = {https://doi.org/10.1016/j.petrol.2021.109332},
url = {https://www.sciencedirect.com/science/article/pii/S0920410521009827}
}

deepfield's People

Contributors

illarionovea avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.