Common components for OPM, in particular build system (cmake).
Go to file
Bård Skaflestad 0a287ca914 Add Well and Group Level Efficiency Factor Summary Vectors
This commit adds support for the GEFF, WEFF, and WEFFG summary
vectors that report the efficiency factors at the well (WEFAC) and
group (GEFAC) levels.  WEFFG additionally accounts for efficiency
factors in a well's superior groups in the group tree.
2022-06-22 11:52:58 +02:00
cmake Make sure USE_SUPERLU is defined when calling FindSuperLU.cmake 2022-06-09 12:26:56 +02:00
docs Cleanup, update and improve man pages for 2022.04 2022-04-20 22:09:17 +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 Add Schedule member to the msim class 2022-01-28 12:05:17 +01:00
external Embed fmtlib source code 2020-09-18 11:23:30 +02:00
jenkins added: ability to use jenkins build scripts for release test building 2022-04-21 09:51:43 +02:00
msim Record and act on return value from PYACTION 2022-01-28 12:05:17 +01:00
opm Merge pull request #3062 from blattms/import-error-fault 2022-06-22 11:48:00 +02:00
python Make Python opm package a namespace package 2022-06-10 09:02:19 +02:00
redhat update redhat packaging 2022-04-05 11:43:43 +02:00
src/opm Add Well and Group Level Efficiency Factor Summary Vectors 2022-06-22 11:52:58 +02:00
test_util Spelling fixes (valied -> valid). 2022-04-27 14:08:53 +02:00
tests Add Well and Group Level Efficiency Factor Summary Vectors 2022-06-22 11:52:58 +02: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 Add moved header to public header list. 2022-06-17 13:02:42 +02:00
CMakeLists.txt Make Python opm package a namespace package 2022-06-10 09:02:19 +02:00
CopyHeaders.cmake Filesystem rename parser/eclipse/ input/eclipse 2022-01-02 14:32:14 +01:00
dune.module Bump version to 2022.10-pre 2022-05-19 16:46:35 +02:00
ExtraTests.cmake fixed: use PROJECT_BINARY_DIR, not CMAKE_BINARY_DIR 2022-04-01 11:58:13 +02:00
GenerateKeywords.cmake Generate Units of Measurements for WELTARG UDAs 2022-05-09 11:33:07 +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