Commit Graph

17041 Commits

Author SHA1 Message Date
Bård Skaflestad
44bb4172fa
Merge pull request #4989 from bska/chase-opm-connection-ctor-api
Chase Constructor API Change for Opm::Connection Class
2024-01-15 14:47:21 +01:00
Arne Morten Kvarving
3b78350706 use stricter tolerances for WINJMULT_MSW/WINJDAM_MSW parallel tests
so we can use standard rel_tol tolerances and not the very relaxed
values currently in use
2024-01-15 11:05:02 +01:00
Bård Skaflestad
ceffbd2fc5 Chase Constructor API Change for Opm::Connection Class 2024-01-15 11:05:02 +01:00
Bård Skaflestad
534465d212
Merge pull request #5104 from atgeirr/nldd-improved-reporting
Nldd improved reporting
2024-01-15 11:00:58 +01:00
Atgeirr Flø Rasmussen
6eb670b5c7 Improve parallel logging in NLDD solver. 2024-01-15 09:08:52 +01:00
Tor Harald Sandve
8a1f4d5455
Merge pull request #5089 from totto82/explicit_rockcomp
add option for explicit pressure for rock compaction (only transmissibility)
2024-01-12 12:24:33 +01:00
Tor Harald Sandve
624ef7faf1
Merge pull request #5088 from totto82/avgTransMult
use arithmetic averaged compaction transmissibility multipliers
2024-01-12 10:01:14 +01:00
Tor Harald Sandve
d72ea5fcb0 add option for explicit pressure for rock compaction (only transmissibility) 2024-01-11 16:09:08 +01:00
Atgeirr Flø Rasmussen
b9b42a01cc Catch exceptions from local solves. 2024-01-11 14:14:00 +01:00
Atgeirr Flø Rasmussen
0c9ab1ce47
Merge pull request #5094 from totto82/fix_minIter
Fix minimum newton iteration
2024-01-11 11:41:28 +01:00
Bård Skaflestad
38f39e2ac6
Merge pull request #5081 from totto82/fix_gaswater_rockcomp
Use gas pressure for gas-water cases in rockcomp
2024-01-11 11:08:06 +01:00
Tor Harald Sandve
739337a63a rename minimum oil pressure to ref pressure 2024-01-11 10:24:25 +01:00
Tor Harald Sandve
b670c48699 Use gas pressure for gas-water cases in rockcomp 2024-01-11 10:06:07 +01:00
Tor Harald Sandve
d044928f34 use arithmetic averaged compaction transmissibility multipliers 2024-01-11 09:55:04 +01:00
Tor Harald Sandve
20fb8fa699 Fix minimum newton iteration
We also change the default to 2 to keep the same results
2024-01-11 09:17:50 +01:00
Arne Morten Kvarving
32cf006278
Merge pull request #5099 from akva2/damaris_cleanup
Some cleanup in damaris classes
2024-01-10 14:35:35 +01:00
Arne Morten Kvarving
ec9c704def cosmetics and header cleanups in damaris classes 2024-01-10 14:16:02 +01:00
Arne Morten Kvarving
ed28d7c9ef changed: move damaris command line properties to separate file
to avoid pulling in the whole writer in DamarisKeywords.hpp
2024-01-10 14:16:02 +01:00
Arne Morten Kvarving
240e0dd04f fixed: add header guard to DamarisOutputModule.hpp 2024-01-10 14:16:02 +01:00
Bård Skaflestad
24b43d3166
Merge pull request #5053 from akva2/add_rstconv_class
added: class for calculating RPTRST CONV
2024-01-10 13:27:20 +01:00
Arne Morten Kvarving
e686fabb39 added: class for calculating RPTRST CONV 2024-01-10 13:07:34 +01:00
Kai Bao
e405f49def
Merge pull request #5040 from steink/fix_acceleration_pressure_loss
Include all derivatives for acceleration term in MS wells
2024-01-09 16:35:03 +01:00
Atgeirr Flø Rasmussen
ea623f0f3e
Merge pull request #5050 from totto82/addSource
support source term from deck (SOURCE)
2024-01-09 13:16:16 +01:00
Stein Krogstad
cdb43d917b Include all derivatives for acceleration term in MS wells 2024-01-09 11:59:07 +01:00
Bård Skaflestad
3c1481df04
Merge pull request #5098 from blattms/regtest-multflt
Add MULTREGT regression test.
2024-01-09 11:34:24 +01:00
Markus Blatt
ce81fdb932 Add MULTREGT regression test.
Test case was added in OPM/opm-tests#1099 and works since merge of
OPM/opm-common#3845
2024-01-09 09:42:56 +01:00
Tor Harald Sandve
3cb5b48d60
Merge pull request #5066 from vkip/wdfac_cqmult
Use connection rates satisfying the connection IPR when evaluating flow-dependent skin
2024-01-09 09:04:02 +01:00
Bård Skaflestad
44b568eab8
Merge pull request #5090 from bska/report-all-wells
Output Well Flow Sheets for All Wells
2024-01-09 08:33:12 +01:00
Bård Skaflestad
60c7c79f58 Output Well Flow Sheets for All Wells
There is no need to restrict PRT file flow reports to those wells
which are active on the current rank since the SummaryState object
holds information for all wells active at the current report step.
2024-01-08 08:58:51 +01:00
Bård Skaflestad
b58b0f8879
Merge pull request #5091 from locture/master
Bugfix for a corner case in MPI
2024-01-08 08:50:49 +01:00
locture
da2ce029ff
Update ecltransmissibility_impl.hh
Update the comparison。
2024-01-06 00:39:46 -06:00
Tor Harald Sandve
75b0004620
Merge pull request #5092 from svenn-t/rptrst_porv
Output pore volume in RPTRST
2024-01-05 15:25:51 +01:00
Svenn Tveit
756398e1ad Output RPORV in RPTRST 2024-01-05 10:52:19 +01:00
locture
204ebacbf2
Bugfix for a corner case in MPI
A corner case was hit when running the model in MPI.

The conditions become something like:
elemIdx < outsideElemIdx
insideFaceIdx == 4
useSmallestMultiplier == true

Which ultimately leads to an assert failure in applyAllZMultipliers_().

Changing the comparision between insideCartElemIdx and outsideCartElemIdx gets the bug fixed.
2024-01-05 02:46:43 -06:00
Bård Skaflestad
5e9bdfd342
Merge pull request #5085 from blattms/mark-skip-endskip-supported
Mark keywords SKIP, SKIP100, SKIP300, and ENDSKIP as supported.
2024-01-04 11:42:07 +01:00
Arne Morten Kvarving
090dba6898
Merge pull request #5087 from akva2/multflt_reg_tests
add additional regression tests for MULTFLT
2024-01-04 10:48:34 +01:00
Bård Skaflestad
2ab40522ea
Merge pull request #5068 from tskille/rptsol
PRT file updates
2024-01-04 00:22:41 +01:00
Torbjørn Skille
72892f0c4b PRT file updates
* Arrays genarated from RPTSOL + FIP is now strictly following Eclipse format
* Adding reservoir volume array also for custom FIP regions
2024-01-03 21:47:54 +01:00
Tor Harald Sandve
3856421a88
Merge pull request #5086 from akva2/fix_solvent_regression
fixed: setting solvent values should be conditional on enableSolvent
2024-01-03 09:09:33 +01:00
Markus Blatt
adbe894c09
Merge pull request #5084 from akva2/janitoring
Some janitoring
2024-01-02 12:29:46 +01:00
Arne Morten Kvarving
8b1ba98085 add additional regression tests for MULTFLT 2024-01-02 12:24:12 +01:00
Arne Morten Kvarving
acc31ea695 fixed: obtaining solvent values should be conditional on enableSolvent
regressed in f508f3d4e8
2024-01-02 12:04:07 +01:00
Markus Blatt
0c01a3ac50 Mark keywords SKIP, SKIP100, SKIP300, and ENDSKIP as supported.
Follow up to OPM/opm-common#3817 which implements the support for
these keywords.
2024-01-02 11:06:33 +01:00
Arne Morten Kvarving
165b57c66a Aquifer***: clean up includes 2024-01-02 10:39:59 +01:00
Arne Morten Kvarving
6f4ecd13d8 AdaptiveTimeSteppingEbos: remove unnecessary ScheduleState.hpp include 2024-01-02 10:18:36 +01:00
Tor Harald Sandve
16a80fc293 add source to parallel serialization 2023-12-22 10:59:09 +01:00
Tor Harald Sandve
84902e1aed rename sourceprop to source 2023-12-22 09:50:52 +01:00
Tor Harald Sandve
a57d04fde5 support source term from deck (SOURCE) 2023-12-22 09:50:52 +01:00
Atgeirr Flø Rasmussen
bf55fcfd93
Merge pull request #5038 from totto82/addBondaryFluxOutput
Add output of FLOWS- and FLORES-
2023-12-21 15:46:50 +01:00
Tor Harald Sandve
04770275d2
Merge pull request #4991 from totto82/h2co2sol
add output of dissolved solvent rswsol
2023-12-21 14:55:02 +01:00