Arne Morten Kvarving
|
3024fba293
|
fixed: properly avoid inclusion of BDA types if BDA is disabled
|
2024-05-02 11:37:03 +02:00 |
|
Bård Skaflestad
|
d25c9d035f
|
Merge pull request #5311 from blattms/fix/uninit-warn
Fixes uninitialized variable warning with gcc-12
|
2024-04-25 10:34:05 +02:00 |
|
Markus Blatt
|
87c4471f96
|
Fixes uninitialized variable warning with gcc-12
|
2024-04-25 09:26:31 +02:00 |
|
Tor Harald Sandve
|
bf5380b2c6
|
Merge pull request #5296 from totto82/fixGasLift2LevelAlqLimit
Redistribute gaslift for groups with alq limit
|
2024-04-24 14:54:22 +02:00 |
|
Tor Harald Sandve
|
bac49c200e
|
Redistribute gaslift for groups with alq limit
|
2024-04-24 09:44:09 +02:00 |
|
Arne Morten Kvarving
|
f5d6b69703
|
BlackoilWellModel: use Scalar type
|
2024-04-23 11:33:33 +02:00 |
|
Arne Morten Kvarving
|
f0e7f8842b
|
BlackoilWellModelGeneric: template Scalar type
|
2024-04-23 11:33:33 +02:00 |
|
Arne Morten Kvarving
|
3d381bac91
|
BlackoilWellModelGuideRates: template Scalar type
|
2024-04-22 15:39:51 +02:00 |
|
Arne Morten Kvarving
|
77f9692277
|
BlackoilWellModelConstraints: template Scalar type
|
2024-04-22 15:39:51 +02:00 |
|
Arne Morten Kvarving
|
ddd61f4176
|
BlackoilWellModelRestart: template Scalar type
|
2024-04-22 15:39:51 +02:00 |
|
Atgeirr Flø Rasmussen
|
edf4be5f79
|
Merge pull request #5227 from akva2/improve_ide_experience
Improve IDE experience
|
2024-04-22 15:31:08 +02:00 |
|
Arne Morten Kvarving
|
aa03d06c4d
|
WellGroupHelpers: template Scalar type
|
2024-04-19 11:28:40 +02:00 |
|
Arne Morten Kvarving
|
522625aca8
|
WellGroupHelpers: change from namespace to class with static members
this to simplify adding support for float Scalars
|
2024-04-19 11:01:29 +02:00 |
|
Arne Morten Kvarving
|
ca0ca3c43e
|
FractionCalculator: template Scalar type
|
2024-04-19 11:00:57 +02:00 |
|
Arne Morten Kvarving
|
c226c5c216
|
InjectionTargetCalculator: template Scalar type
|
2024-04-19 11:00:44 +02:00 |
|
Arne Morten Kvarving
|
eb3bbbb926
|
TargetCalculator: template Scalar type
|
2024-04-19 11:00:38 +02:00 |
|
Arne Morten Kvarving
|
6197aab409
|
TargetCalculator: move to namespace Opm::WGHelpers
|
2024-04-19 11:00:28 +02:00 |
|
Arne Morten Kvarving
|
9a42b70f20
|
TargetCalculator: drop indent for namespace
|
2024-04-19 11:00:20 +02:00 |
|
Arne Morten Kvarving
|
d6fc7cc4f6
|
WellGroupHelpers: drop indent for namespace
|
2024-04-19 10:59:53 +02:00 |
|
Arne Morten Kvarving
|
7354bc6371
|
GroupEconomicLimitsChecker: template Scalar type
|
2024-04-17 11:21:34 +02:00 |
|
Arne Morten Kvarving
|
88bc65c201
|
GroupEconomicLimitsChecker: drop indent for namespace
|
2024-04-17 11:21:26 +02:00 |
|
Arne Morten Kvarving
|
137741e572
|
WellFilterCake: template Scalar type
|
2024-04-17 11:13:01 +02:00 |
|
Arne Morten Kvarving
|
15d75c5228
|
WGState: template Scalar type
|
2024-04-17 11:12:40 +02:00 |
|
Arne Morten Kvarving
|
67f1811234
|
GroupState: template Scalar type
|
2024-04-17 11:12:40 +02:00 |
|
Arne Morten Kvarving
|
be57843296
|
WellState: template Scalar type
|
2024-04-17 11:12:40 +02:00 |
|
Arne Morten Kvarving
|
58f334b264
|
ALQState: template Scalar type
|
2024-04-17 11:12:40 +02:00 |
|
Arne Morten Kvarving
|
ab0e696709
|
SingleWellState: template Scalar type
|
2024-04-17 11:12:40 +02:00 |
|
Arne Morten Kvarving
|
e46e52f3dc
|
SegmentState: template Scalar type
|
2024-04-17 11:12:40 +02:00 |
|
Arne Morten Kvarving
|
d350049876
|
PerfData: template Scalar type
|
2024-04-17 11:12:40 +02:00 |
|
Arne Morten Kvarving
|
ea1f4f822b
|
ConnFiltrateData: template Scalar type
|
2024-04-17 11:12:40 +02:00 |
|
Arne Morten Kvarving
|
3b3fb6752c
|
ConnFiltrateData: remove indent for namespace
|
2024-04-17 11:12:40 +02:00 |
|
Bård Skaflestad
|
456e149a64
|
Merge pull request #5290 from akva2/constraints_fix_bare_throw
BlackoilWellModelConstraints: fix throw of bare string
|
2024-04-17 11:06:25 +02:00 |
|
Arne Morten Kvarving
|
a3f554e4fb
|
fixed: don't throw a bare string
and use OPM_THROW
|
2024-04-17 10:38:40 +02:00 |
|
Arne Morten Kvarving
|
99f45ae916
|
BlackoilWellModelConstraints: use fmt
|
2024-04-17 10:38:40 +02:00 |
|
Arne Morten Kvarving
|
2886fe2fe9
|
BlackoilWellModelConstraints: break some long lines
|
2024-04-17 10:38:37 +02:00 |
|
Arne Morten Kvarving
|
a6cb9134ff
|
WellState: remove template parameters for comm
use Parallel::Communication directly instead
|
2024-04-17 09:37:04 +02:00 |
|
Arne Morten Kvarving
|
6b5cd88bee
|
WellGroupHelpers: drop unnecessary template parameter
use Parallel::Communication type directly
|
2024-04-15 11:26:08 +02:00 |
|
Bård Skaflestad
|
b1be391d4c
|
Merge pull request #5172 from totto82/gconprod7
Implement WELL as group limit action
|
2024-04-11 17:36:55 +02:00 |
|
Arne Morten Kvarving
|
0161d69660
|
adjust to removal of EWOMS_GET_PARAM
|
2024-04-05 14:02:28 +02:00 |
|
Tor Harald Sandve
|
2210b523e4
|
Close worst-offending well based on ratio between violated and preferred phase
|
2024-04-03 09:16:39 +02:00 |
|
Tor Harald Sandve
|
920ad68782
|
Implement WELL as group limit action
And remove G as unsupported option in WTEST
|
2024-04-03 08:51:09 +02:00 |
|
Arne Morten Kvarving
|
ba96a94277
|
avoid derefing out-of-bounds if there are no alqs
|
2024-04-02 16:43:02 +02:00 |
|
Arne Morten Kvarving
|
cecedc1042
|
fixed: rate converter must be initialized early if WELLPI is enabled
|
2024-04-02 16:42:40 +02:00 |
|
Arne Morten Kvarving
|
ae60f0b640
|
BlackoilWellModel: header cleanup
add necessary headers, remove unused
|
2024-04-02 14:20:50 +02:00 |
|
Markus Blatt
|
1243148d38
|
Merge pull request #5264 from akva2/fix_oob_no_wells
fixed: out-of-bounds reference with no wells
|
2024-04-02 10:48:26 +02:00 |
|
Arne Morten Kvarving
|
c263ae9b66
|
fixed: out-of-bounds reference with no wells
|
2024-04-01 21:34:42 +02:00 |
|
Kai Bao
|
29358ee70b
|
removing the including of FlowProblem in BlackoilWellModel
|
2024-03-27 13:12:55 +01:00 |
|
Markus Blatt
|
dc17b86865
|
Merge pull request #5261 from blattms/fix-libfmt-call
[bugfix] Correctly form debug message to avoid exceptions in libfmt.
|
2024-03-22 15:03:06 +01:00 |
|
Markus Blatt
|
fee12696cb
|
[bugfix] Correctly form debug message to avoid exceptions in libfmt.
|
2024-03-22 14:12:05 +01:00 |
|
Atgeirr Flø Rasmussen
|
1507529151
|
Merge pull request #5229 from akva2/wghelpers_simplify_comm
WellGroupHelpers: use type alias instead of template parameter for Comm
|
2024-03-21 11:16:14 +01:00 |
|