Bård Skaflestad
c6e30fbf3c
Merge pull request #4820 from atgeirr/parallel-nldd-fixes
...
Fixes to enable using the NLDD nonlinear solver option in MPI parallel runs
2023-09-01 09:51:06 +02:00
Atgeirr Flø Rasmussen
99fca58dca
Improvements from review.
2023-09-01 08:48:11 +02:00
Kai Bao
abe6ec2dde
Merge pull request #4824 from vkip/add_acc_and_hydro_to_icdsegs
...
Adding hydrostatic and acceleration pressure losses to icd segments
2023-08-31 19:58:30 +02:00
Vegard Kippe
a75f58f19a
Moved two lines
2023-08-31 16:11:29 +02:00
Vegard Kippe
deeecfcd1f
Fixing indent
2023-08-31 16:11:28 +02:00
Vegard Kippe
edd421ac93
Adding hydrostatic and acceleration pressure losses to icd segments
2023-08-31 16:11:28 +02:00
Atgeirr Flø Rasmussen
06c706e7d6
Also copy flags, and helper function with test.
2023-08-31 13:01:50 +02:00
Atgeirr Flø Rasmussen
151eac9110
Copy overlap data after local solve.
...
Also update intensive quantities in overlap afterwards.
2023-08-31 13:01:50 +02:00
Atgeirr Flø Rasmussen
961a5fa482
Avoid collective copyParValues() call in serial run.
2023-08-31 13:01:50 +02:00
Atgeirr Flø Rasmussen
e1dd2bf148
Add forceSerial parameter to ISTLSolverEbos.
...
Used for single-domain solves.
2023-08-31 13:01:50 +02:00
Atgeirr Flø Rasmussen
622103a367
Avoid collective operation in single-domain context.
2023-08-31 13:01:50 +02:00
Atgeirr Flø Rasmussen
609dfd6051
Only owned cells should be part of NLDD partitions.
2023-08-31 13:01:28 +02:00
Kai Bao
3315027bcc
Merge pull request #4814 from hnil/tpfa_temp
...
Tpfa temp
2023-08-31 11:17:38 +02:00
Bård Skaflestad
8b12d13ec3
Merge pull request #4790 from GitPaean/filtration_summary_keywords
...
adding the support for filtration_summary_keywords
2023-08-30 13:46:20 +02:00
Kai Bao
f7bd386402
adding the support for filtration_summary_keywords
2023-08-29 21:31:24 +02:00
Kai Bao
005e67ffbf
Merge pull request #4817 from steink/skip_rate_init_for_stopped_or_zero_target_wells
...
Skip initialization of rates for stopped/zero-rate-target wells
2023-08-29 21:17:18 +02:00
hnil
13308ed2af
tpfa linearizer for thermal used for co2store and blackoil
...
-- add new function need for tpfa linearizer in thermal
-- set tpfa linearizer for blackoil with energy
-- set tpfa linearizer for gasoil and energy which include co2store
-- NB diffusion is disabled for this simulators
2023-08-29 16:03:44 +02:00
Stein Krogstad
e7a0dbacf2
don't do rate-init for stopped/zero target
2023-08-29 14:52:09 +02:00
Bård Skaflestad
c4a3aff39c
Merge pull request #4660 from vkip/tuning_max_next_tstep
...
TUNING/NEXT[STEP]: Use max next time step only when specified
2023-08-28 15:16:58 +02:00
Vegard Kippe
8666cd8dc3
re-introducing line that was deleted by mistake..
2023-08-25 14:26:51 +02:00
Vegard Kippe
0944cbbed9
fixing indent
2023-08-25 14:13:04 +02:00
Vegard Kippe
4ff08ffd2d
Added testcase for TUNING/TSINIT and NEXTSTEP - depends on https://github.com/OPM/opm-tests/pull/1028
2023-08-25 14:01:51 +02:00
Vegard Kippe
f5c31588cb
Quick fix..
2023-08-25 14:01:51 +02:00
Kai Bao
9e6c7071c0
Merge pull request #4760 from plgbrts/std-network
...
removed GRUPNET from unsupported keyword list
2023-08-23 23:03:29 +02:00
Markus Blatt
eafed43dad
Merge pull request #4757 from aritorto/lookupdata-generalgrid
...
Refactor lookup of cartesian index and element data
2023-08-23 22:04:25 +02:00
Paul
d4743ed4a5
item 7 added to partially supported keywords
2023-08-23 16:24:35 +02:00
Paul
5780aa8d38
add regression test
2023-08-23 16:24:35 +02:00
Paul
dcba4d9496
Add GRUPNET to partially suppported keywords
2023-08-23 16:24:35 +02:00
Paul
893568fd64
removed GRUPNET from unsupported keyword list
2023-08-23 16:24:35 +02:00
Bård Skaflestad
b772d685d3
Merge pull request #4781 from totto82/addToEvent
...
Include production/injection update as timestepping event
2023-08-23 15:40:38 +02:00
Bård Skaflestad
12c77fa3cd
Merge pull request #4763 from GitPaean/udq_winjclcn
...
UDQ for the injection concentration for WINJFCNC
2023-08-23 13:45:58 +02:00
Kai Bao
6d011131cd
UDQ for the injection concentration for WINJFCNC
2023-08-23 11:44:50 +02:00
Arne Morten Kvarving
1f8e16d2e0
Merge pull request #4807 from vkip/opmrst-extend
...
Extended serialization to have negative stride mean 'only save last'
2023-08-22 21:08:55 +02:00
Vegard Kippe
f762711111
Addressing review comment (removed blank line and updated SaveStep docstring)
2023-08-22 17:11:54 +02:00
Vegard Kippe
ac27c5fc86
Extended serialization to have negative stride mean 'only save last' + allow loading from different file than saving to.
2023-08-22 14:16:20 +02:00
Antonella Ritorto
853e2243e4
Lookup of cartesian index and element data refactored.
2023-08-22 13:51:53 +02:00
Arne Morten Kvarving
decc5034db
Merge pull request #4805 from bska/const-transmult-object
...
Mark TransMult Object as Const
2023-08-21 15:04:46 +02:00
Bård Skaflestad
e84523171b
Mark TransMult Object as Const
...
That way it's obvious that the surrounding code does not change
the object.
2023-08-21 14:15:22 +02:00
Atgeirr Flø Rasmussen
ecfe98dd3d
Merge pull request #4758 from hnil/subdomain_updates
...
moved fully implicit calls to opm-simulators
2023-08-18 08:18:58 +02:00
Markus Blatt
cc359a25cc
Merge pull request #4802 from bska/remove-unused-return
...
Remove Unused Return Value
2023-08-17 14:33:06 +02:00
Bård Skaflestad
b16837c19f
Remove Unused Return Value
...
The return value from applyNncToGridTrans_() was never used and
the author confirms that this is intentional. Remove the entire
return value to signal this intention.
2023-08-17 12:03:50 +02:00
Markus Blatt
b4e7a4fc85
Merge pull request #4770 from akva2/eclproblem_cleanup_timestepping
...
EclProblem: cleanup time stepping related members
2023-08-17 11:19:55 +02:00
Markus Blatt
7419a6ff65
Merge pull request #4801 from bska/skip-needless-work
...
Inspect Array Element to Decide When to Apply TRAN? Keyword
2023-08-17 11:09:50 +02:00
Bård Skaflestad
5031647712
Inspect Array Element to Decide When to Apply TRAN? Keyword
2023-08-17 09:37:53 +02:00
Markus Blatt
b666494025
Merge pull request #4800 from akva2/janitoring
...
SimulatorFullyImplicitBlackoilEbos: remove unused member
2023-08-16 12:38:39 +02:00
Arne Morten Kvarving
290c783f83
SimulatorFullyImplicitBlackoilEbos: remove unused member
2023-08-16 08:58:08 +02:00
Bård Skaflestad
207e57804d
Merge pull request #4798 from akva2/tracy_option
...
added: build system option to enable Tracy profiler
2023-08-15 17:40:13 +02:00
Arne Morten Kvarving
e03600f6ef
added: build system option to enable Tracy profiler
2023-08-15 15:57:06 +02:00
Arne Morten Kvarving
13b0e14f18
EclGenericProblem: remove unused time steppping parameters
...
and remove some hidden duplicates
2023-08-15 14:02:55 +02:00
Arne Morten Kvarving
c1e1b0ee70
eclgenericproblem: remove unused methods
2023-08-15 14:02:33 +02:00