Common components for OPM, in particular build system (cmake).
Go to file
Bård Skaflestad 9bb733b69b Add Basic PLT Information to RFT Output File
We support both standard and multisegmented wells, but do not output
every known PLT array.  Notably missing are

  - WELLPLT
  - Brine flow rate (CONSRAT)
  - Phase flow rates through tubing (CONxTUB)

Computing CONNXT for multisegmented wells is somewhat involved, and
requires sorting the connections according to branch number,
segments, and tubing lengths.  We use an ancillary structure, an
array of indices into a WellConnections object, along with a custom
predicate to perform this sorting.

As an implementation detail, we handle PLT data for multisegmented
wells as an extension of the PLT data for regular/standard wells.
This extension is realised through dynamic polymorphism.

Add unit tests to cover PLT data for both well types.
2022-11-17 09:37:54 +01:00
cmake Merge pull request #3205 from blattms/skip-compile-checks 2022-11-07 14:53:26 +01:00
docs Fix typos: spesific -> specific 2022-10-29 00:09:12 +02:00
etc tab completors: be quiet even if the which command would like to complain 2019-03-07 09:33:15 +01:00
examples Merge pull request #3084 from akva2/cleanup_stream_includes 2022-07-27 17:08:28 +02:00
external Embed fmtlib source code 2020-09-18 11:23:30 +02:00
jenkins enable dune-alugrid 2022-11-14 12:32:50 +01:00
msim changed: remove include of Deck.hpp in header 2022-07-26 18:42:39 +02:00
opm Merge pull request #3212 from totto82/bc_dirichlet_default 2022-11-11 22:22:44 +01:00
python Removing comment. 2022-10-21 10:02:59 +02:00
redhat update redhat packaging 2022-04-05 11:43:43 +02:00
src/opm Add Basic PLT Information to RFT Output File 2022-11-17 09:37:54 +01:00
test_util Update convertECL to support conversion to grdecl files 2022-11-05 09:59:10 +01:00
tests Add Basic PLT Information to RFT Output File 2022-11-17 09:37:54 +01:00
.clang-format Add .clang-format specification. 2019-09-18 14:15:21 +02:00
.gitignore Sunbeam will be compiled with setuptools. 2019-08-09 10:40:33 +02:00
.gitmodules removed submodules pycmake and pybind11. 2019-06-14 14:32:08 +02:00
changelog.md Add bullet point about Eclipse restart capabilities 2019-10-29 16:32:08 +01:00
CMakeLists_files.cmake RWGSALT table implementation based on PvtxTable 2022-10-20 11:09:46 +02:00
CMakeLists.txt Merge pull request #3165 from akva2/add_headers 2022-10-05 09:52:24 +02:00
CopyHeaders.cmake Filesystem rename parser/eclipse/ input/eclipse 2022-01-02 14:32:14 +01:00
dune.module Bump version for master branch. 2022-10-18 17:30:42 +02:00
ExtraTests.cmake Remove Tests Which Only Passed by Accident 2022-09-28 14:00:11 +02:00
GenerateKeywords.cmake added: add headers to library definition 2022-10-05 09:18:31 +02:00
LICENSE Initial commit 2015-03-18 01:59:50 -05:00
opm-common-prereqs.cmake Do not use the imported Python3 library directly. 2021-03-16 20:32:50 +01:00
README.md Add posix as requirement 2022-01-12 15:14:36 +01:00

opm-common: Tools for Eclipse reservoir simulation files

The Open Porous Media (OPM) software suite provides libraries and tools for modeling and simulation of porous media processes, especially for simulating CO2 sequestration and improved and enhanced oil recovery. The Eclipse file format is widely used in the reservoir simulation community. This package provides a library containing code for processing files in Eclipse format, Python binding for accessing Eclipse files and utility code used by other OPM modules (e.g. CMake modules used).

License

The library is distributed under the GNU General Public License, version 3 or later (GPLv3+).

Requirements

  • C++17 compatible compiler
  • CMake >= 3.10
  • Posix compatibility