OPM / qsummary

Light weight application for summary plotting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Qsummary

qsummary is a lightweight application for plotting summary vectors from reservoir simulations. The main building blocks for this program is the Ecl/IO routines from opm-common and Qt5.

The applications Qsummary don't have a well design graphical user interface with command buttons and menus. If this is what you are looking for, please consider the ResInsight

https://github.com/OPM/ResInsight

With Qsummary you can create a number of charts from the command line as shown in the example below

qsummary NORNE_ATW2013.ESMRY NORNE_ATW2013_SENS1.SMSPEC -v WOPT:B-* -z

This command will create 7 charts.

  • Qsummary supports both SMSPEC and ESMRY summary files.
  • Option -z ignors all summary vectors which only holds zero values.
  • You can easily export all charts to a PDF file
    • <ctrl> + p and use the file save dialog
    • :pdf on the application command line

Use option -h on the command line to get help one command line options, commands and key controls.

Clone opm-common and qsummary and make sure that these two repos a are located next to each other. Start with building opm-common before building qsummary.

About

Light weight application for summary plotting


Languages

Language:C++ 99.9%Language:CMake 0.1%