Common components for OPM, in particular build system (cmake).
Go to file
Markus Blatt f04ada2d44 Better error handling for problems in conditions of ACTIONX.
When encountering these (e.g. a number instead of an expression on
the left hand side) the simulator would immediately abort with an
error message like:
```
Error: An error occurred while creating the reservoir schedule
Internal error: Extra unhandled data starting with token[0] = 135

Error: Unrecoverable errors while loading input: Extra unhandled data starting with token[0] = 135
```
(The message above is for the number 135 on the left hand side)

With this change we now use the usual way of handling errors and
warnings in the parser and continue parsing.

The error message for the problem above is now
```
Error: condition of action EX1 has the following error: Left side of comparsion (135) has to be an expression!

Error: Problem with keyword ACTIONX
In model.schedule line 562
condition of action EX1 has the following error: Left side of comparsion (135) has to be an expression!

Error: Unrecoverable errors while loading input: Problem with keyword ACTIONX
In model.schedule line 562
condition of action EX1 has the following error: Left side of comparsion (135) has to be an expression!
2023-10-30 08:26:34 +01:00
bin add serialization support to Evaluation 2023-02-08 10:20:30 +01:00
cmake Use LESS comparison to test if system is at least 64bit. 2023-10-30 08:21:51 +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 use 58.44 as molar mass of salt 2023-05-04 09:48:03 +02:00
external Fix warning from external code. 2023-06-28 16:10:13 +02: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 Better error handling for problems in conditions of ACTIONX. 2023-10-30 08:26:34 +01:00
python removing the vfp_table member from Group class 2023-08-25 00:21:45 +02:00
src/opm Better error handling for problems in conditions of ACTIONX. 2023-10-30 08:26:34 +01:00
test_util Calculate deviation such that different signs are accounted for. 2023-05-23 22:30:45 +02:00
tests Better error handling for problems in conditions of ACTIONX. 2023-10-30 08:26:34 +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 adding ThreeComponentFluidSystem.hh to CMakeLists_files 2023-10-16 15:53:22 +02:00
CMakeLists.txt Merge pull request #3509 from blattms/install-co2brinepvt 2023-06-07 10:29:03 +02:00
CopyHeaders.cmake Split Builtin.hpp into multiple compile units for g++-12. 2023-03-08 22:26:34 +01:00
dune.module Release candidate 2023.10-rc1 2023-10-17 16:58:13 +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