Common components for OPM, in particular build system (cmake).
Go to file
Bård Skaflestad c3a11a2fb5 Summary: Calculate Independent Set of Vectors for Restart
This commit ensures that the following set of vectors are stored/updated in

    Summary::add_timestep()

for all active wells and well groups (including FIELD):

    - Production rates for Oil, Water, Gas, and Reservoir Volume
      (i.e., (O|W|G|V)PR).

    - Cumulative production totals for Oil, Water, Gas, and
      Reservoir Volume (i.e., (O|W|G|V)PT).

    - Injection rates for Water and Gas (i.e., (W|G)IR).

    - Cumulative injection totals for Water and Gas ((W|G)IT).

    - Producing Water Cut (WCT).

    - Producing Gas/Oil ratio (GOR).

We additionally capture the well bottom-hole pressure (WBHP) for all
wells that are active at the pertinent simulation step (sim_step).

Add an accessor function

    const SummaryState& Summary::get_restart_vectors() const

that returns the 'prev_state' which contains these summary vectors
and add a set of unit tests to exercise the new interface.
2018-06-25 14:04:11 +02:00
cmake Allow DUNE modules to locate the dune.module files during CMake run. 2018-06-18 12:47:53 +02:00
debian fix packaging after repo merge 2018-03-07 08:20:17 +01:00
docs typo 2015-06-18 12:06:38 +02:00
examples Removed MessageContainer. OpmLog used instead. 2018-03-26 10:15:18 +02:00
external/cjson changed: switch to the shared opm build system 2018-02-12 13:36:49 +01:00
jenkins Revert "changed: manually merge pr's to work around slow updating merge refs on github" 2018-05-29 09:23:11 +02:00
opm Summary: Calculate Independent Set of Vectors for Restart 2018-06-25 14:04:11 +02:00
redhat further adjustments to redhat packaging 2018-06-21 09:02:36 +02:00
src/opm Summary: Calculate Independent Set of Vectors for Restart 2018-06-25 14:04:11 +02:00
tests Summary: Calculate Independent Set of Vectors for Restart 2018-06-25 14:04:11 +02:00
.gitignore Import opm-output 2018-03-05 10:30:59 +01:00
changelog.md Changelog December 2016 2017-01-03 10:48:10 +01:00
CMakeLists_files.cmake Rename SegmentSet -> WellSegments 2018-06-20 11:36:50 +02:00
CMakeLists.txt changed: replace opm-data with new opm-tests repository 2018-03-27 12:09:09 +02:00
dune.module dune.module: update version to 2018.10-pre 2018-04-26 17:48:37 +02:00
ExtraTests.cmake Remove stale test 2018-06-20 09:27:02 +02:00
GenerateKeywords.cmake Removed MessageContainer. OpmLog used instead. 2018-03-26 10:15:18 +02:00
LICENSE Initial commit 2015-03-18 01:59:50 -05:00
opm-common-prereqs.cmake add imported parser/output sources to build system 2018-03-06 11:18:03 +01:00
README.md remove travis build status from README.md 2018-01-04 12:07:46 +01:00

opm-common

Contains common components used throughout all of OPM, in particular CMake modules for the build system.