Commit Graph

11944 Commits

Author SHA1 Message Date
Bård Skaflestad
078b7b2e28 Pull Basic Connection Information Out To Helper
This commit introduces a new helper class, WellConnectionRecord,
which holds the connection IJK and host grid information.  Said
information must be output if the run requests either RFT, PLT, or
both RFT and PLT data and so should not be tied to the RFT writer.

This is in preparation of adding PLT output.
2022-11-17 09:37:54 +01:00
Bård Skaflestad
040e4fd5ef Make 'Setup' Structure Generally Available
In preparation of adding unit tests for PLT data.  While here,
also ensure that we explicitly reference pertinent objects from the
Opm namespace.
2022-11-17 09:37:54 +01:00
Bård Skaflestad
2a1c027296 Split Connection Loop Logic Out to Helper Function
In preparation of adding PLT information.
2022-11-17 09:37:54 +01:00
Bård Skaflestad
4b95d56260 RFT: Pull Connection Depth From Connection Object
We don't need the grid to retrieve this information.
2022-11-17 09:37:54 +01:00
Bård Skaflestad
f08f984db1
Merge pull request #3222 from GitPaean/removing_special_wpolymer
removing SPECIAL from WPOLYMER definition
2022-11-17 00:22:04 +01:00
Markus Blatt
7d6f2084b6
Merge pull request #3219 from akva2/enable_alugrid
enable dune-alugrid on jenkins
2022-11-16 21:35:04 +01:00
Kai Bao
a61eb2732a removing SPECIAL from WPOLYMER definition 2022-11-16 11:51:13 +01:00
Arne Morten Kvarving
3e9ae249c6 enable dune-alugrid 2022-11-14 12:32:50 +01:00
Markus Blatt
dd2999d0af
Merge pull request #3212 from totto82/bc_dirichlet_default
use initial pressure and temperature as default in bc dirichlet
2022-11-11 22:22:44 +01:00
Atgeirr Flø Rasmussen
2b437cbd11
Merge pull request #3205 from blattms/skip-compile-checks
Make sure compilation is not tested when searching for DUNE/OPM module
2022-11-07 14:53:26 +01:00
Atgeirr Flø Rasmussen
b20234e59c
Merge pull request #3203 from blattms/fix-simple-find-package-calls
[bufix,cmake] Fixes simple find_package(opm-module) calls
2022-11-07 14:48:39 +01:00
Bård Skaflestad
5dc4f7301f
Merge pull request #3202 from tskille/fix_esmry_rename
Cleanup when ESMRY renamle fails
2022-11-05 14:17:15 +01:00
Bård Skaflestad
5aca4f9026
Merge pull request #3201 from tskille/convertECL_grdecl
Update convertECL to support conversion to grdecl files
2022-11-05 14:12:51 +01:00
Torbjørn Skille
9bbdcfd7ee Update convertECL to support conversion to grdecl files
option -g will output a grdecl file. Input file should be formatted or unformatted ECL files. The option -o can be used to specify output file name. Option -o only valid together with -g option.
2022-11-05 09:59:10 +01:00
Torbjørn Skille
8f4c0b4e92 Cleanup when ESMRY renamle fails
Temporary ESMRY file name is now includeing simulation root name
Delete temp esmry file when the rename temp ESMRY file to simulation ESMRY file.
2022-11-04 18:46:30 +01:00
Tor Harald Sandve
17d0ccee83 use initial pressure and temperature as default in bc dirichlet 2022-11-04 12:10:06 +01:00
Markus Blatt
75b78bf659
Merge pull request #3185 from totto82/bc_dirichlet
extend BCType with dirichlet
2022-11-02 19:48:09 +01:00
Markus Blatt
87a4017e06 Make sure compilation is not tested.
This is broken for DUNE >= 2.8 and dune module that use  OPM.
2022-11-01 22:10:16 +01:00
Bård Skaflestad
d1a2063520
Merge pull request #3187 from plgbrts/rwgsalt
RWGSALT table implementation based on PvtxTable
2022-11-01 17:16:04 +01:00
Bård Skaflestad
5549df53ea
Merge pull request #3204 from GitPaean/unit_wsegvale
using SIDouble when creating Valve from a record
2022-11-01 15:23:38 +01:00
Kai Bao
606d6fd73a using SIDouble when creating Valve from a record
to account for the unit conversion.
2022-11-01 14:59:18 +01:00
Markus Blatt
3abeae485a [bufix,cmake] Fixes simple find_package(opm-module) calls
When not using the OPM CMake build system magic a
find_package(opm-module) did fail in some settings as the
CMAKE_MODULE_PATH did not include the location of OpmPackge.cmake and
the likes.

This fixes this by issuing a find_package(opm-common) for modules that
are not opm-common.
2022-11-01 13:22:56 +01:00
Atgeirr Flø Rasmussen
51366c27db
Merge pull request #3198 from blattms/debian-fixes
Spelling fixes and manpage updates from Debian packages
2022-10-31 16:37:37 +01:00
Atgeirr Flø Rasmussen
fae8360d5d
Merge pull request #3199 from atgeirr/fix-find-metis
Fix metis-related warnings
2022-10-31 13:28:18 +01:00
Atgeirr Flø Rasmussen
5b90e56e75 The commented-out part seems to be necessary, uncommenting. 2022-10-31 10:47:41 +01:00
Markus Blatt
49f06f0cb7 Fixed spelling eror in compareECL 2022-10-29 00:10:40 +02:00
Markus Blatt
043050a793 Fix typos: spesific -> specific 2022-10-29 00:09:12 +02:00
Markus Blatt
b76c62a2f1 Updated manpages 2022-10-29 00:09:12 +02:00
Markus Blatt
ed757caa8b
Merge pull request #3179 from bska/segment-dyn-data
Support Additional Dynamic Phase Quantities Per Segment
2022-10-28 14:40:27 +02:00
Bård Skaflestad
4d9ce5b10c Support Additional Dynamic Phase Quantities Per Segment
In particular, provide a container for holding/communicating the
per-phase, per-segment quantities at local flow conditions

    - Flow velocities
    - Holdup fractions
    - Viscosities
2022-10-28 09:30:16 +02:00
Markus Blatt
492ba7c9dd
Merge pull request #3195 from bska/support-max-wlist-zero
Ensure At Least One Well List per Well
2022-10-27 22:45:18 +02:00
Bård Skaflestad
d6a3405549 Ensure At Least One Well List per Well
If the input model sets the maximum number of well lists per well
to zero (or negative), then treat this as if the limit is defaulted
and reset the value to the default (one).
2022-10-27 16:15:24 +02:00
Bård Skaflestad
f6865c08dc
Merge pull request #3196 from GitPaean/not_throw_no_connection_aquifer
not throwing for numerical aquifers do not have connections
2022-10-27 16:07:30 +02:00
Kai Bao
85c87fa29a not throwing for numerical aquifers do not have connections 2022-10-27 13:23:07 +02:00
Atgeirr Flø Rasmussen
1bd898824c
Merge pull request #3192 from OPMUSER/GASVISCT
Update GASVISCT
2022-10-27 11:38:09 +02:00
Bård Skaflestad
484746f28f
Merge pull request #3193 from totto82/mod_bc
change order of direction and type in BC and support default ijk
2022-10-27 09:11:23 +02:00
Tor Harald Sandve
e90ee06e74 change order of directiona and type and support default ijk 2022-10-27 08:30:26 +02:00
OPMUSER
6a9c0884ec Update GASVISCT
Fix GASVISCT JSON definition, based on OILVISCT and WATVISCT
2022-10-26 19:29:30 +08:00
Bård Skaflestad
2bbbef5190
Merge pull request #3191 from akva2/janitoring
Some janitoring
2022-10-26 11:19:29 +02:00
Arne Morten Kvarving
9e92f9750c remove unused captures 2022-10-26 10:52:36 +02:00
Arne Morten Kvarving
6353509ecf remove unused variable 2022-10-26 10:52:31 +02:00
Markus Blatt
120ef99510
Merge pull request #3188 from vkip/fix-time-vector-py
Fix time stamp output from time_vector.py so it is Ecl compatible
2022-10-24 11:45:20 +02:00
Vegard Kippe
2cd0d26dd8 Removing comment. 2022-10-21 10:02:59 +02:00
Vegard Kippe
f30baa45af Fixing time stamp output in time_vector.py so it is compatible with Eclipse 2022-10-21 10:01:32 +02:00
Paul Egberts
6f671236a4 fix test for RWGSALT table 2022-10-20 15:56:49 +02:00
Paul Egberts
d1de06b1e6 RWGSALT table implementation based on PvtxTable 2022-10-20 11:09:46 +02:00
Atgeirr Flø Rasmussen
cc49bd15fa
Merge pull request #3186 from atgeirr/fix-damaris-cmake
Use MPI_FOUND not MPI_Found.
2022-10-19 14:29:02 +02:00
Atgeirr Flø Rasmussen
1647bba68c Use MPI_FOUND not MPI_Found. 2022-10-19 13:57:25 +02:00
Tor Harald Sandve
e9c93975cf extend BCType with dirichlet 2022-10-19 09:17:54 +02:00
Arne Morten Kvarving
ade3248265
Merge pull request #3183 from atgeirr/bump-version
Bump version for master branch.
2022-10-19 09:14:17 +02:00