Common components for OPM, in particular build system (cmake).
Go to file
Bård Skaflestad 73c58dba48 Extract CTF Input Data to Separate Structure
This commit creates a new helper structure,

    Opm::Connection::CTFProperties

that holds all of the individual items which go into calculating the
final connection transmissibility factor (CTF).  These include the
'Kh' product, the pressure equivalent radius ('r0'), the well-bore
radius ('rw'), and the skin factor.  We reimplement the Connection
constructor in terms of this new helper structure and this changes
the API of the constructor.  As an additional helper for the
implementation, and with a view towards simulation restart support,
we also store the value of the Peaceman formula denominator in
CTFProperties as

    double CTFProperties::peaceman_denom

This, in turn, simplifies the implementation of CSKIN.  It also
fixes a latent problem in the current CSKIN implementation which
would ignore any explicitly input CTF values in favour of the
pressure equivalent radius.  By updating the explicit denominator
with a new skin factor instead we do not need to recompute the
logarithmic term involving 'r0' as part of CSKIN handling.
2023-11-24 16:56:54 +01:00
bin add serialization support to Evaluation 2023-02-08 10:20:30 +01:00
cmake fixed: downloaded libfmt with a super build 2023-11-24 11:12:04 +01:00
docs Update and improve man pages for release 2023-11-09 16:31:25 +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 use 58.44 as molar mass of salt 2023-05-04 09:48:03 +02:00
external/resinsight changed: vendor cjson using FetchContent 2023-11-22 10:46:13 +01:00
jenkins jenkins: do not execute GPU tests 2023-05-09 11:53:20 +02:00
msim Compute Segment Level UDQ Values 2023-10-04 10:44:49 +02:00
opm Extract CTF Input Data to Separate Structure 2023-11-24 16:56:54 +01:00
python pypi: build for python 3.11 and 3.12 2023-11-16 12:40:53 +01:00
src/opm Extract CTF Input Data to Separate Structure 2023-11-24 16:56:54 +01:00
test_util Fix segmentation fault if file name is missing after arraylist command. 2023-11-09 15:54:11 +01:00
tests Extract CTF Input Data to Separate Structure 2023-11-24 16:56:54 +01:00
.clang-format removing duplicated key in .clang-format 2023-08-04 15:00:56 +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 changed: put HandlerContext in separate compile unit 2023-11-24 13:22:29 +01:00
CMakeLists.txt changed: vendor cjson using FetchContent 2023-11-22 10:46: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 to 2024.04 2023-10-11 21:20:51 +02:00
ExtraTests.cmake integration test framework 2023-03-17 14:26:26 +01:00
GenerateKeywords.cmake changed: vendor cjson using FetchContent 2023-11-22 10:46:13 +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