Common components for OPM, in particular build system (cmake).
Go to file
Bård Skaflestad c82286f7d8 Disallow Wells Parented Directly to FIELD
The commercial simulator does not support parenting a well directly
to the FIELD group and Flow in multiple locations implicitly assumes
that no well is parented directly to FIELD either.

With this commit we detect this situation at the parser stage and
stop reading the input file.  In this case, we issue a diagnostic
message of the form

    Error: Problem with keyword WELSPECS
    In SPE1CASE1.DATA line 384
    Wells cannot be parented directly to 'FIELD'.
    Wells entered with disallowed 'FIELD' parent group:
     * PROD
     * INJ

    Error: Unrecoverable errors were encountered while loading input
2022-03-28 21:59:32 +02:00
cmake List link dependencies as private. 2021-11-15 11:03:55 +01:00
debian enable embedded python in ubuntu packages 2021-04-06 15:34:11 +02:00
docs Address final review comments in pyaction.tex and actionx.tex 2022-02-11 11:31: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 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 [python] Use dist-packages if is used for Python's sitepackages 2022-03-22 11:45:02 +01:00
msim Record and act on return value from PYACTION 2022-01-28 12:05:17 +01:00
opm Always Output All Well Flow Rates to XWEL 2022-03-24 16:10:21 +01:00
python add python 3.10 to pypi builds 2022-03-07 13:58:12 +01:00
redhat fix redhat packaging 2021-09-27 08:14:26 +02:00
src/opm Disallow Wells Parented Directly to FIELD 2022-03-28 21:59:32 +02:00
test_util update list of blacklisted keywords 2021-12-21 10:47:12 +01:00
tests Disallow Wells Parented Directly to FIELD 2022-03-28 21:59:32 +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 Accumulating Mapping Structure for Inter-Region Flows 2022-02-16 23:28:46 +01:00
CMakeLists.txt Make determining whether to use site-packages more bullet-proof 2022-03-22 12:00:55 +01:00
CopyHeaders.cmake Filesystem rename parser/eclipse/ input/eclipse 2022-01-02 14:32:14 +01:00
dune.module Bump version. 2021-10-22 10:17:59 +02:00
ExtraTests.cmake Remove parse test - deck has been removed from opm-tests 2021-12-08 14:03:59 +01:00
GenerateKeywords.cmake Implement fnmatch() in Opm::shmatch() with std::regex 2022-01-11 11:14:11 +01: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