Kai Bao
460aa5027b
not considering wells with wrong flow direction as converged
...
under THP constraint, well can get converged with wrong flow direction
(e.g. a producer is injecting), becasue we cut off the wrong flow
direction as zero rate in the VFP evaluation
2023-02-24 14:30:45 +01:00
Arne Morten Kvarving
8b673c09cc
HDF5File: enable gzip compression
2023-02-24 11:56:17 +01:00
Arne Morten Kvarving
dc7bf098fb
Merge pull request #4486 from akva2/serialize_hysteresis_params
...
Restart serialization: Store hysteresis params
2023-02-24 11:41:40 +01:00
Arne Morten Kvarving
6e9255ce19
EclProblem: serialize material parameters
...
needed for hysteresis variables
2023-02-24 09:59:37 +01:00
Arne Morten Kvarving
e3d9ee9780
add restart serialization test for EclHysteresisTwoPhaseLawParams
2023-02-24 09:59:37 +01:00
Tor Harald Sandve
05caaa8946
GSF WSF diagnostics
2023-02-24 09:41:25 +01:00
Atgeirr Flø Rasmussen
1b92971e8b
Merge pull request #4478 from akva2/serialization_output_dir
...
fixed: output OPMRST file to output dir
2023-02-23 11:18:21 +01:00
Markus Blatt
bf23b0a4e4
Merge pull request #4473 from blattms/fix-parallel-with-serial-hdf5
...
[fix] For parallel build with serial hdf5 issue warning and skip hdf5.
2023-02-23 10:09:30 +01:00
Tor Harald Sandve
5028e0fbf1
Add gaswater energy simulator
2023-02-23 09:25:50 +01:00
Tor Harald Sandve
d679ecd5a8
Add WCD, GCDI, GCDM, WIPG, WIPL summary for F and R
2023-02-23 09:18:27 +01:00
Bård Skaflestad
4e8381b6f9
Merge pull request #4370 from totto82/computeCVIR
...
compute CVIR and CVPR
2023-02-22 17:38:33 +01:00
Bård Skaflestad
d364b7b80c
Merge pull request #4479 from akva2/serialization_missing_perfdata
...
RestartSerialization: add missing PerfData
2023-02-22 15:53:42 +01:00
Bård Skaflestad
cd7e0e08d4
Merge pull request #4480 from akva2/aquiferconstantflux_serialize
...
AquiferConstantFlux: add restart serialization support
2023-02-22 15:47:07 +01:00
Arne Morten Kvarving
da4784b314
AquiferConstantFlux: add restart serialization support
2023-02-22 14:41:07 +01:00
Arne Morten Kvarving
9418110d3e
AquiferConstantFlux: mark method override
2023-02-22 14:41:07 +01:00
Arne Morten Kvarving
6073af784d
AquiferConstantFlux: add missing includes
2023-02-22 14:41:07 +01:00
Arne Morten Kvarving
070f3677f7
fixed: output OPMRST file to output dir
...
will look in both output dir and input file dir on load
2023-02-22 14:26:23 +01:00
Arne Morten Kvarving
bdd75a3a59
SingleWellState: serialize PerfData
2023-02-22 13:59:59 +01:00
Arne Morten Kvarving
8d339c464c
PerfData: add serialization support
2023-02-22 13:59:59 +01:00
Markus Blatt
970e448590
[fix] For parallel build with serial hdf5 issue warning and skip hdf5.
...
We rely on parallel hdf5 for a parallel build of OPM flow. Otherwise
compilation will fail. Hence if this is a parallel build but only a
serial hdf5 library is found, we now issue an informative warning and
deactivate hdf5/parallel restart.
Closes OPM/opm-common#3405
2023-02-22 10:43:25 +01:00
Tor Harald Sandve
755966810a
stricter well tolerance for failed restart and parallel tests
2023-02-22 09:43:06 +01:00
Tor Harald Sandve
054d832bff
compute CVIR and CVPR
2023-02-22 08:54:47 +01:00
Bård Skaflestad
923f4fc8df
Merge pull request #4429 from GitPaean/support_aquflux
...
supporting AQUFLUX from simulator side
2023-02-21 16:12:53 +01:00
Kai Bao
7a67b16c3e
addressing review comments for PR OPM/opm-simulators#4429
2023-02-21 15:27:05 +01:00
Kai Bao
73dc31a7a5
updating AquiferConstantFlux with AQUFLUX
...
not recreating new instances to avoid unnecessary cost from constructor.
2023-02-21 13:20:36 +01:00
Kai Bao
6fa97874f8
adding regression test for AQUFLUX-01
2023-02-21 13:20:36 +01:00
Kai Bao
71119b6e42
WIP in making AQUFLUX running in parallel.
2023-02-21 13:20:36 +01:00
Kai Bao
7bd1cd9aa1
following the AQUFLUX design change from opm-common
2023-02-21 13:20:36 +01:00
Kai Bao
9a0ea0cb97
WIP in adding summary output for AQUFLUX aquifers
...
FAQR and FAQT are not working properly yet.
2023-02-21 13:20:36 +01:00
Kai Bao
248f6b73d9
WIP of supporting AQUFLUX from simulator side
2023-02-21 13:20:36 +01:00
Torbjørn Skille
8714630cd7
Regression testing for PINCH and MULTZ- barrier
...
Both test cases are using PINCH + ALL in item 5. One case have
a MULTZ barrier the other not.
2023-02-21 08:20:54 +01:00
Bård Skaflestad
49cca2ea62
Merge pull request #4470 from bska/enable-pinch-nopinch-regression
...
Add Regression Test for NOPINCH Feature
2023-02-19 16:14:02 +01:00
Bård Skaflestad
85a2703e88
Add Regression Test for NOPINCH Feature
...
Thanks a lot to [at]tskille for providing a test case.
2023-02-19 15:05:53 +01:00
Bård Skaflestad
f1114f14b4
Merge pull request #4469 from bska/enable-jfunc-testing
...
Add Regression Test for JFUNC Feature
2023-02-19 13:13:43 +01:00
Bård Skaflestad
b73440d794
Add Regression Test for JFUNC Feature
...
There are no such tests in the test suite and we've already had one
instance of the feature breaking during code refactoring.
Thanks to [at]tskille for providing the test case.
2023-02-17 17:46:44 +01:00
Bård Skaflestad
37959ee26a
Merge pull request #4468 from vkip/fix_connpress_report
...
Fixing MSW connection pressure output
2023-02-17 17:44:39 +01:00
Vegard Kippe
f527267593
Fixing MSW connection pressure output
2023-02-17 12:17:41 +01:00
Bård Skaflestad
981299c2e0
Merge pull request #4461 from totto82/injalq
...
Fix default alq injector
2023-02-17 11:58:03 +01:00
Bård Skaflestad
98b3d40a17
Merge pull request #4467 from bska/fix-seq-build
...
Fix Sequential Build
2023-02-16 17:54:20 +01:00
Bård Skaflestad
e861d72f78
Use Uniform Initialization
...
Avoids "most vexing parse" for non-MPI builds.
2023-02-16 17:32:04 +01:00
Bård Skaflestad
1369889074
Fix Sequential Build
...
Include <cassert> for 'assert' macro.
2023-02-16 16:36:53 +01:00
Bård Skaflestad
34f09fbf5e
Merge pull request #4452 from akva2/serialization_add_parallel
...
RestartSerialization: add parallel support
2023-02-16 15:36:55 +01:00
Arne Morten Kvarving
55e3c8fe27
added: parallel serialization restart test for spe1
2023-02-16 14:49:38 +01:00
Arne Morten Kvarving
c50fcc5818
added: store a hash of the grid cell mapping on each process
...
this is a simple sanity check to make sure the restarted run
has the same grid partitioning as the original run.
2023-02-16 14:49:38 +01:00
Arne Morten Kvarving
8c3400f562
added: parallel support to HDF5File / HDF5Serializer
2023-02-16 14:49:38 +01:00
Bård Skaflestad
0255bcebb1
Merge pull request #4451 from akva2/add_serialization_restart_support
...
Add serialization restart support
2023-02-16 14:49:20 +01:00
Arne Morten Kvarving
eb00299373
added: serialization restart test for spe1
2023-02-16 13:56:29 +01:00
Arne Morten Kvarving
a60b7e50ca
added: ability to specify .OPMRST file to be used
...
useful, in particular for testing.
2023-02-16 13:56:29 +01:00
Arne Morten Kvarving
72133deadc
added: support for loading serialized state from .OPMRST file
2023-02-16 13:48:36 +01:00
Arne Morten Kvarving
6c9e887669
add simple inspection tool for .OPMRST files
2023-02-16 13:47:54 +01:00