Arne Morten Kvarving
29c65ef7df
mark FBHPDEF keyword as supported
2023-11-03 09:07:14 +01:00
Bård Skaflestad
29579e2faa
Merge pull request #4968 from akva2/janitoring
...
avoid more dead stores
2023-11-02 12:30:05 +01:00
Markus Blatt
4a61d5cf71
Merge pull request #4951 from aritorto/hideFieldPropLookUp
...
Assign Field Property to all leaf grid view elements
2023-11-02 12:24:27 +01:00
Arne Morten Kvarving
2fcc8bddd4
avoid more dead stores
2023-11-02 12:14:10 +01:00
Antonella Ritorto
a17ae448d7
Hide Field Properties lookup
2023-11-02 07:23:13 +01:00
Bård Skaflestad
9233e32d81
Merge pull request #4826 from totto82/fixResvRates
...
Compute resv rates based on pressure and temperature in the well for injectors in thermal cases
2023-11-01 16:24:10 +01:00
Tor Harald Sandve
d7401e3b6b
Merge pull request #4919 from daavid00/saltprecPermFac
...
Multiply well trans due to perm reduction in salt prec
2023-11-01 13:29:57 +01:00
Bård Skaflestad
17886f934c
Merge pull request #4924 from GitPaean/fixing_gecon_welopen
...
use the WELL_SET_TO_OPEN event to open closed wells
2023-11-01 10:24:18 +01:00
Bård Skaflestad
af2bbb862b
Merge pull request #4926 from GitPaean/using_tuning_for_most_wtest_cases
...
using TUNING for the tests under folder wtest
2023-10-31 22:18:17 +01:00
David Landa Marban
c93d46c1be
Mult well trans due to perm reduction in salt prec
2023-10-31 22:11:55 +01:00
Bård Skaflestad
bf72698310
Merge pull request #4832 from totto82/wdaccor_refactor
...
Implement Forchheimer term in wellIndex
2023-10-31 17:46:49 +01:00
Tor Harald Sandve
ae51c7ce82
Merge pull request #4964 from svenn-t/h2store_molefrac
...
Output XMF and YMF for H2STORE
2023-10-31 14:07:54 +01:00
Kai Bao
07074d551a
Merge pull request #4959 from totto82/new_linearizer_gaswater
...
Use new linearizer for gaswater with thermal and diffusion
2023-10-31 13:19:36 +01:00
Bård Skaflestad
fe6ea7022e
Merge pull request #4962 from aritorto/deprecatedGetCollComm
...
[bugfix] Deprecated getCollectiveComminication
2023-10-31 10:05:12 +01:00
Antonella Ritorto
166c31d5f8
Bugfix. Deprecated getCollectiveComminication warning
2023-10-31 08:40:46 +01:00
Tor Harald Sandve
9779b95a43
Use new linearizer for gaswater with thermal and diffusion
2023-10-30 15:15:13 +01:00
Svenn Tveit
7c0b3901da
Output XMF and YMF for H2STORE
2023-10-30 14:09:54 +01:00
Atgeirr Flø Rasmussen
8aa035f174
Merge pull request #4949 from BigDataAccelerate/remove-redundant-ilu-decomp
...
Remove redundant CPU decomposition when done also on GPU
2023-10-27 13:38:16 +02:00
Bård Skaflestad
b3b60cd756
Merge pull request #4953 from akva2/janitoring
...
avoid dead stores
2023-10-27 09:15:24 +02:00
Arne Morten Kvarving
5e801bc488
avoid dead stores
2023-10-27 08:59:15 +02:00
Tor Harald Sandve
a40ede9957
Compute reservoir injection rates from well temperature and pressure for thermal cases
2023-10-26 15:57:41 +02:00
Kai Bao
86c919877e
Merge pull request #4946 from GitPaean/assertion_throw
...
making a few assertion to throw in StandardWellPrimaryVariables
2023-10-26 13:42:09 +02:00
Kai Bao
3e03ebbb58
making a few assertion to throw in StandardWellPrimaryVariables
...
to get more outputting information and also avoid harsh termination due
to assert.
They are technically numerical problem instead of programming mistakes.
2023-10-26 11:36:25 +02:00
Tor Harald Sandve
968686e7e0
Merge pull request #4943 from hakonhagland/pybind3
...
Get simulator time step size from Python BlackOilSimulator module
2023-10-26 11:28:42 +02:00
Razvan Nane
45d8750e93
Fix formatting and indentation
2023-10-26 09:45:48 +02:00
Bård Skaflestad
95bc3822fb
Merge pull request #4948 from GitPaean/glo_active_enter_glift
...
checking LIFTOPT active before gliftBeginTimeStepWellTestUpdateALQ and before attempting to optimize alq in gliftBeginTimeStepWellTestIterateWellEquations
2023-10-26 09:06:23 +02:00
Razvan Nane
cd63cc83c2
Remove redundant cpu decomposition when using gpu
2023-10-26 06:40:06 +02:00
Kai Bao
beda7a0b35
checking LIFTOPT active before trying to optimizing alq
...
in gliftBeginTimeStepWellTestIterateWellEquations.
otherwise, if the increment is 0 (inactive), the function
gliftBeginTimeStepWellTestIterateWellEquations
might return undesired results or enter endless loop.
2023-10-25 23:00:54 +02:00
Kai Bao
2b97c3fe1d
checking LIFTOPT active before gliftBeginTimeStepWellTestUpdateALQ
...
to avoid meaningless message output related to GLIFT and WTEST
2023-10-25 21:45:19 +02:00
Bård Skaflestad
e5c29c768d
Merge pull request #4944 from bska/rescale-swatinit-pcow-at-restart
...
Apply Full SWATINIT-Like PCOW Rescaling at Restart
2023-10-25 16:44:08 +02:00
Bård Skaflestad
9fdc007c07
Apply Full SWATINIT-Like PCOW Rescaling at Restart
...
We switch to using the applyRestartSwatInit() member function
instead of directly mutating a data member of the EpsInfo structure.
This way we defer the rescaling to a context with a more complete
view of the changes needed to convey the information to all
components involved.
2023-10-25 11:04:51 +02:00
Markus Blatt
70fcb864a0
Merge pull request #4942 from aritorto/updateLookUpData
...
Update LookUpData
2023-10-25 11:00:52 +02:00
Bård Skaflestad
7d4ec59415
Merge pull request #4937 from totto82/addOutputResidual
...
Add output of the residual at the end of a time step
2023-10-24 15:26:15 +02:00
Antonella Ritorto
4e1d1cf4b1
Update LookUpData
2023-10-24 15:05:32 +02:00
Tor Harald Sandve
922fa5b9bf
Merge pull request #4853 from hakonhagland/pybind2
...
Get cell volumes from Python
2023-10-24 13:56:58 +02:00
Tor Harald Sandve
81549a0477
Add output of the residual at the end of a report step
...
To activte the output you will need to use
--enable-opm-rst-file=true
and
RPTRST
RESIDUAL /
2023-10-24 13:52:14 +02:00
Arne Morten Kvarving
cf0385ab22
Merge pull request #4941 from bska/remove-debug-printout
...
Remove Leftover Debug Printout
2023-10-24 10:49:17 +02:00
Bård Skaflestad
7a34c20120
Remove Leftover Debug Printout
...
This information already goes to the .DBG file so there's no need
to echo it to the main console as well.
2023-10-24 09:51:12 +02:00
Markus Blatt
c01cc5b58c
Merge pull request #4939 from aritorto/removeCartToGlobal
...
cartToGlobal removed
2023-10-24 07:40:49 +02:00
Antonella Ritorto
9a8dbe456a
cartToGlobal removed
2023-10-23 18:30:41 +02:00
Tor Harald Sandve
90e791877c
Implement Forchheimer term in wellIndex
...
Add output of CDFAC
Add effect of compaction on CTFAC
2023-10-23 08:55:21 +02:00
Kai Bao
83ed0f01e5
use the REQUEST_OPEN_WELL event to open closed wells
2023-10-20 13:08:07 +02:00
Bård Skaflestad
e9645ada24
Merge pull request #4907 from steink/reverse_flow_valve_derivatives
...
Add missing reverse flow derivatives for valve/icd/aicd
2023-10-19 16:11:56 +02:00
Markus Blatt
965e6f4b63
Merge pull request #4933 from aritorto/lookupElemIndices
...
LookUp origin cell indices in eclgenericproblem
2023-10-19 15:38:34 +02:00
Stein Krogstad
57c960d7c5
default value of option for extra derivatives
2023-10-19 15:12:00 +02:00
Stein Krogstad
dd6d195a6b
Add missing reverse flow derivatives for valve/icd/aicd
2023-10-19 15:12:00 +02:00
Antonella Ritorto
88e03e5e8d
Exception added (restart not supported for LGRs), improved-cleaned code
2023-10-19 14:04:49 +02:00
Antonella Ritorto
93731c419d
Shadowed declaration fixed
2023-10-19 10:53:07 +02:00
Antonella Ritorto
dc20e63a8c
Lookup via method
2023-10-19 10:53:07 +02:00
Antonella Ritorto
17c7e2c91f
LookUp Indices in eclgenericproblem
2023-10-19 10:53:07 +02:00