Skip to content

Program for visualizing Petrel/Eclipse outputs through .vtk

License

Notifications You must be signed in to change notification settings

a-vilmin/eclipse_vision

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Vision for Eclipse/Petrel Simulation

  • Create VTK structured grid objects for more customizable visualizations than out of the box Eclipse
  • Full program package to write VTK objects or import EclipseReader and PRTController objects to parse file into visual file format of your choice
  • Easy to follow interface included for running in Python or use Py2exe setup.py file included for Windows executable creation.

Animation of CO2 gas saturation over 280 days (created in Paraview 3.14)

Running Through Python Interpreter

  1. Requires TQDM, VTK Python 6.x or higher, and Numpy
  2. Navigate to directory where Eclipse Vision source code is located and runpython main.py in terminal
  3. Eclipse project directory must contain *.DATA file with specifications of Eclipse simulation and a *.PRT file that contains simulation outputs
  4. Will create directory in Eclipse project directory with VTK files ready for viewing

Creating Windows EXE file

  1. Install all required packages (including py2exe) and navigate to project directory
  2. Run python setup.py py2exe Documentation for Py2Exe is here for more help.

About

Program for visualizing Petrel/Eclipse outputs through .vtk

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages