Bård Skaflestad
9cf61a57b4
Merge pull request #3565 from totto82/addFPRP
...
add missing FPRP and RPRP
2023-06-08 11:29:16 +02:00
Arne Morten Kvarving
ca6cab5c54
Merge pull request #3563 from bska/omit-rsm-version-information
...
Omit OPM Version Information in RSM File
2023-06-08 10:42:32 +02:00
Tor Harald Sandve
0221ac9932
add missing FPRP and RPRP
2023-06-08 10:23:53 +02:00
Arne Morten Kvarving
b7a888fcfa
fixed: properly combine MULTFLT from GRID and EDIT
2023-06-08 10:12:41 +02:00
Bård Skaflestad
1bde14655a
Omit OPM Version Information in RSM File
...
The version information leads to long install times and doesn't
really provide any benefit to the user.
2023-06-08 10:09:23 +02:00
Bård Skaflestad
3e08b187ff
Don't Return Constant Objects
...
There's no longer any reason to return 'const string', since that
inhibits move semantics. While here, also reorder the include
statements and split a few long lines.
2023-06-08 10:08:22 +02:00
Bård Skaflestad
ff4db11528
Handle Case of Nonexistent NumPy Module
...
The NumPy module might not be available on the host system. In that
situation the PYINPUT_BASIC unit test would fail with a segmentation
violation. Guard against this problem by catching ImportError and
checking if the result deck has 'DX' instead of blindly asserting
that 'DX' exists.
2023-06-08 09:24:27 +02:00
Bård Skaflestad
222e6133b1
Catch Up to Changed Semantics of Certain Member Functions
...
In particular Python::exec() now returns 'false' instead of throwing
an exception if we don't have 'EMBEDDED_PYTHON'. Similarly for the
Python::Python constructor when called with an 'Enable::ON' argument.
2023-06-08 09:23:22 +02:00
Bård Skaflestad
45e4762302
Emit Useful Diagnostic Message if Test Fails
...
While here, also mark a few objects 'const' and reorder the headers.
2023-06-08 09:19:32 +02:00
Bård Skaflestad
7692a5401d
Merge pull request #3561 from hnil/no_python_onemore
...
Remove throw in normal runs
2023-06-07 11:29:57 +02:00
hnil
dea519c89a
-- add config.h
2023-06-07 10:35:13 +02:00
Markus Blatt
cd1831be94
Merge pull request #3509 from blattms/install-co2brinepvt
...
Also install co2brinepvt as we install the manpage.
2023-06-07 10:29:03 +02:00
hnil
47f6b6ffb2
-- hopefully removed the python throw
2023-06-07 10:24:06 +02:00
Tor Harald Sandve
5a08a17978
Merge pull request #3504 from hakonhagland/wvfpdp
...
Add support for WVFPDP
2023-06-05 09:13:49 +02:00
Håkon Hægland
5a99e005fb
Fixed naming convention
2023-06-02 09:24:59 +02:00
Håkon Hægland
2f260fe90a
Fixed SWell indices
2023-06-02 09:24:59 +02:00
Håkon Hægland
0d38acebaf
Set correct default value
2023-06-02 09:24:59 +02:00
Håkon Hægland
5463420a85
Add support for WVFPDP
2023-06-02 09:24:59 +02:00
Bård Skaflestad
d036f6aaaa
Merge pull request #3553 from akva2/pvt_set_vappars
...
added: setters for the vappars in pvt classes
2023-06-01 19:03:48 +02:00
Bård Skaflestad
e30fce2c9f
Merge pull request #3552 from akva2/janitoring
...
Some janitoring
2023-06-01 18:59:35 +02:00
Arne Morten Kvarving
39006ecd71
added: setters for the vappars in pvt classes
2023-06-01 11:03:20 +02:00
Arne Morten Kvarving
6700e08c84
avoid dead store
2023-06-01 09:38:45 +02:00
Arne Morten Kvarving
f64f587055
mark variable maybe_unused to avoid dead store warnings
2023-06-01 09:38:45 +02:00
Arne Morten Kvarving
237b63e674
reduce scope of variables to avoid dead store warnings
2023-06-01 09:38:45 +02:00
Arne Morten Kvarving
5ab4c3dfa0
initialize variables
2023-06-01 09:38:45 +02:00
Arne Morten Kvarving
19f103db9b
check pointer to avoid nullptr dereference sca warning
...
the assert above is a noop under normal conditions
2023-06-01 09:38:45 +02:00
Arne Morten Kvarving
1492182866
make variable constexpr to avoid dead store warning
2023-06-01 09:38:45 +02:00
Arne Morten Kvarving
ba4d3271c4
remove unnecessary initialization
2023-06-01 09:35:10 +02:00
Bård Skaflestad
03d31409e5
Merge pull request #3550 from akva2/vappars_solution_section
...
fixed: apply VAPPARS from SOLUTION section
2023-05-31 17:12:47 +02:00
Arne Morten Kvarving
89ce51af81
added: unit test for VAPPARS in SOLUTION section
...
also revise existing test using SCHEDULE to check
that level 0 is UNDEF
2023-05-31 15:49:23 +02:00
Arne Morten Kvarving
51aecfb2de
fixed: apply VAPPARS from SOLUTION section
2023-05-31 15:13:55 +02:00
Bård Skaflestad
24ce7e05a7
Merge pull request #3549 from blattms/fix-string-preplace-empty-dunecommon_CXXFLGAS
...
[cmake] Make sure that string(REPLACE ...) always has 4 arguments.
2023-05-31 12:51:07 +02:00
Bård Skaflestad
682e6d8763
Merge pull request #3541 from akva2/test_spline_janitoring
...
test_spline: convert to boost::test
2023-05-30 14:21:47 +02:00
Bård Skaflestad
d61c9c7b99
Merge pull request #3501 from bska/check-wsegdims-consistency
...
Test Dynamic Segment Dimensions Against WSEGDIMS Limits
2023-05-30 12:39:55 +02:00
Bård Skaflestad
5a79e0f8fb
Test Dynamic Segment Dimensions Against WSEGDIMS Limits
...
In particular, check that
1. Number of MS wells <= WSEGDIMS(1)
2. Number of segments per well <= WSEGDIMS(2)
3. Number of branches per well <= WSEGDIMS(3)
for all report steps in the simulation run.
Example diagnostic message of a case that violates limits 2 and 3:
Error: Problem with keyword WSEGDIMS
In CASE.DATA line 60
The case has a multi-segmented well with 246 well segments, but at most 200 are allowed in WSEGDIMS.
Please increase item 2 of WSEGDIMS to at least 246
Error: Problem with keyword WSEGDIMS
In CASE.DATA line 60
The case has a multi-segmented well with 105 lateral branches, but at most 5 are allowed in WSEGDIMS.
Please increase item 3 of WSEGDIMS to at least 105
2023-05-30 11:47:50 +02:00
Bård Skaflestad
0bc74799ca
Merge pull request #3465 from plgbrts/well-specs-new
...
adding defaults to json files
2023-05-30 11:43:53 +02:00
Bård Skaflestad
b4ccb9df69
Merge pull request #3548 from akva2/test_ncpflash_janitoring
...
test_ncpflash: convert to boost::test
2023-05-30 11:09:13 +02:00
Paul
4d5b4aba2b
changed return type to reference-to-const
2023-05-30 10:49:52 +02:00
Markus Blatt
083451817d
[cmake] Make sure that string(REPACE always has 4 arguments.
...
This was missing proper quoting for the case that dune-common_CXX_FLAGS
is empty.
Error I got was:
```
-- Version 2.10.0 of dune-common from /home/mblatt/src/dune/opm-master/dune-common/opm-parallel
CMake Error at CMakeLists.txt:369 (string):
string sub-command REPLACE requires at least four arguments.
-- Configuring incomplete, errors occurred!
```
2023-05-30 10:40:55 +02:00
Arne Morten Kvarving
edeb7679b0
test_ncpflash: convert to boost::test
2023-05-30 10:31:56 +02:00
Tor Harald Sandve
a456c36a31
Merge pull request #3513 from goncalvesmachadoc/gasvisct
...
Implement GASVISCT for black-oil [Bug fix]
2023-05-30 08:37:46 +02:00
Bård Skaflestad
86a2f856d3
Merge pull request #3547 from akva2/test_fluidmatrixinteractions_janitoring
...
test_fluidmatrixinteractions: convert to boost::test
2023-05-30 08:36:31 +02:00
Bård Skaflestad
6d60158022
Merge pull request #3546 from akva2/test_eclmateriallawmanager_janitoring
...
test_eclmateriallawmanager: convert to boost::test
2023-05-30 08:34:51 +02:00
Arne Morten Kvarving
59ce72d04f
test_fluidmatrixinteractions: convert to boost::test
2023-05-30 07:23:55 +02:00
Arne Morten Kvarving
98a9367b19
test_eclmateriallawmanager: convert to boost::test
2023-05-30 07:08:56 +02:00
goncalvesmachadoc
b30f297053
add comments on reference values
2023-05-29 13:20:53 +02:00
Bård Skaflestad
4146ce75f3
Merge pull request #3545 from akva2/test_eclblackoilpvt_janitoring
...
test_eclblackoilpvt: convert to boost::test
2023-05-26 16:25:31 +02:00
Bård Skaflestad
4e1333deda
Merge pull request #3544 from akva2/test_eclblackoilfluidsystem_janitoring
...
test_eclblackoilfluidsystem: convert to boost::test
2023-05-26 16:10:00 +02:00
Bård Skaflestad
b5f9dd4312
Merge pull request #3543 from akva2/test_blackoilfluidstate_janitoring
...
test_blackoilfluidstate: convert to boost::test
2023-05-26 16:05:09 +02:00
Arne Morten Kvarving
4eac0243ae
test_eclblackoilpvt: convert to boost::test
2023-05-26 15:51:41 +02:00