Common components for OPM, in particular build system (cmake).
Go to file
Markus Blatt f2ffebc814 Internalize EDITNNCR and make it available with the NNC information.
If there is an EDITNNCR entry and a NNC entry for the same cell pair
then the EDITNNCR entry is not be represented inernally but we simply
overwrite the transmissibility of the corresponding NNC entry.

If there is an EDITNNC entry and an EDITNNCR entry for the same cell
pair then the EDITNNC entry is removed while internalizing EDITNNCR.

Order matters for EDITNNCR entries in the sense that later specified
values will overwrite previous entries when we internalize.

Note that similar to EDITNNC only the first 7 options are represented
and the rest is ignored by OPM flow.

Note that EDITNNCR entries for neighboring cells are ignored (like for
EDITNNC).
2023-04-12 10:22:34 +02:00
bin add serialization support to Evaluation 2023-02-08 10:20:30 +01:00
cmake Merge pull request #3436 from hnil/fem-withpolygrid 2023-03-17 13:46:26 +01:00
docs Import (filtered) opm-material with history 2022-12-01 12:41:31 +01:00
etc tab completors: be quiet even if the which command would like to complain 2019-03-07 09:33:15 +01:00
examples cleanup based on review 2023-03-24 12:24:16 +01:00
external update of license to only gplv3 2023-04-04 22:02:18 +02:00
jenkins add imported files to build system 2022-12-08 14:03:15 +01:00
msim Summary.hpp: forward PAvgCalculatorCollection 2023-01-19 13:19:27 +01:00
opm Internalize EDITNNCR and make it available with the NNC information. 2023-04-12 10:22:34 +02:00
python Schedule.hpp: forward Well 2023-01-18 11:01:41 +01:00
src/opm Internalize EDITNNCR and make it available with the NNC information. 2023-04-12 10:22:34 +02:00
test_util Silence uninitialized variable warnings. 2023-01-04 11:22:59 +01:00
tests Internalize EDITNNCR and make it available with the NNC information. 2023-04-12 10:22:34 +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 Merge branch 'well-traj' of https://github.com/blattms/opm-common into well-traj-markus 2023-04-03 12:11:47 +02:00
CMakeLists.txt fixed: fix debug printing with quad 2023-03-16 09:07:13 +01:00
CopyHeaders.cmake Split Builtin.hpp into multiple compile units for g++-12. 2023-03-08 22:26:34 +01:00
dune.module Bump version for master branch. 2022-10-18 17:30:42 +02:00
ExtraTests.cmake integration test framework 2023-03-17 14:26:26 +01:00
GenerateKeywords.cmake Split Builtin.hpp into multiple compile units for g++-12. 2023-03-08 22:26:34 +01:00
LICENSE Initial commit 2015-03-18 01:59:50 -05:00
opm-common-prereqs.cmake fixed: instance CO2Tables for quad if QuadMath was found 2023-03-16 09:07:13 +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