Commit Graph

20975 Commits

Author SHA1 Message Date
Atgeirr Flø Rasmussen
82665d23e5
Merge pull request #5817 from daavid00/allocTrans
Skip allocTrans when !(enableEclOutput || loadBalancerSet == 0 || partitionJacobiBlocks)
2025-01-16 07:47:22 +01:00
David Landa Marban
74d6ac18af Skip allocTrans when enableEclOutput is False and 2025-01-15 15:56:55 +01:00
Bård Skaflestad
d2c882952a
Merge pull request #5867 from akva2/blackoilmodel_impl
BlackoilModel: add impl file
2025-01-15 12:53:10 +01:00
Arne Morten Kvarving
dcd739fa09 BlackoilModel: add impl file 2025-01-15 11:51:39 +01:00
Bård Skaflestad
76f690c869
Merge pull request #5877 from akva2/fix_wcycle_multiple_blocks
Fix WCYCLE for multiple blocks
2025-01-15 10:56:27 +01:00
Bård Skaflestad
5df8c8b2a7
Merge pull request #5885 from akva2/simulatorfullyimplicitblackoil_param_tu
SimulatorFullyImplicitBlackoil: move parameter registration to TU
2025-01-15 10:46:39 +01:00
Bård Skaflestad
95aa6599a8
Merge pull request #5884 from akva2/damaris_param_tu
Damaris: move some more code to TU
2025-01-15 10:45:54 +01:00
Bård Skaflestad
3cb1f16e05
Merge pull request #5883 from akva2/flowproblem_param_generic
FlowProblem: move some more code to FlowGenericProblem
2025-01-15 10:44:48 +01:00
Bård Skaflestad
fe94ea1100
Merge pull request #5882 from akva2/outputblackmodule_param_generic
OutputBlackoilModule: move some more code to GenericOutputBlackoilModule
2025-01-15 10:43:59 +01:00
Arne Morten Kvarving
ecc231a2a2
Merge pull request #5858 from akva2/blackoilwellmodel_temperature_constexpr
BlackoilWellModel::computeWellTemperature: use if constexpr
2025-01-15 10:41:25 +01:00
Arne Morten Kvarving
d1c9c040ce SimulatorFullyImplicitBlackoil: move parameter registration to TU 2025-01-15 09:58:54 +01:00
Tor Harald Sandve
9a015b51db
Merge pull request #5822 from totto82/fixNETV4
Fixes related to zero guiderates from NETV
2025-01-15 09:23:55 +01:00
Arne Morten Kvarving
512263110c OutputBlackoilModule: move some more code to GenericOutputBlackoilModule
typetag less parameter system now allows us to initialize these variables
in class that holds them.
2025-01-15 09:18:33 +01:00
Arne Morten Kvarving
ef176d4b5c Damaris: move some more code to TU
possible with typetag less parameter system
2025-01-15 09:14:17 +01:00
Arne Morten Kvarving
f7cfa7a04b FlowProblem: move some more code to FlowGenericProblem
typetag less parameter system now allows us to initialize these variables
in class that holds them.
2025-01-15 08:40:48 +01:00
Tor Harald Sandve
5e7e3af816
Merge pull request #5842 from atgeirr/reduce-elementcontext-usage
Refactor BlackoilIntensiveQuantities::update()
2025-01-15 07:50:50 +01:00
Markus Blatt
d6a362fe03
Merge pull request #5846 from lisajulia/feature/ACTIONX-pyAction-insert-kw-GEFAC
Add tests for GEFAC for ACTIONX and PYACTON
2025-01-14 16:03:22 +01:00
Bård Skaflestad
6438f120ed
Merge pull request #5871 from akva2/blackoilmodel_penalty_card
BlackoilModel: move to has-a instead of is-a modelling of penalty cards
2025-01-14 15:56:47 +01:00
Lisa Julia Nebel
70987f4e48
Merge pull request #5880 from lisajulia/feature/fix/documentation
Add missing return type to check_simulation_finished function of BlackOilSimulator.
2025-01-14 15:15:04 +01:00
Lisa Julia Nebel
6fecef3fb1 Add missing return type to check_simulation_finished function of BlackOilSimulator 2025-01-14 14:11:09 +01:00
Lisa Julia Nebel
424c327609 Rename file pyactionComparisons.cmake to pyactionActionXComparisons.cmake 2025-01-14 14:04:59 +01:00
Lisa Julia Nebel
ca4beb4be5 Add tests for GEFAC for ACTIONX and PYACTON 2025-01-14 14:04:59 +01:00
Bård Skaflestad
070af4f147
Merge pull request #5878 from akva2/flowvanguard_move_param_code
FlowBaseVanguard: move some more code to FlowGenericVanguard
2025-01-14 14:03:24 +01:00
Arne Morten Kvarving
cee75a152a FlowBaseVanguard: move some more code to FlowGenericVanguard
typetag less parameter system now allows us to initialize these variables
in class that holds them.
2025-01-14 13:44:44 +01:00
Atgeirr Flø Rasmussen
48454762bf
Merge pull request #5876 from lisajulia/feature/fix/documentation
[Python/docs] Change return type of other _init_ of the BlackOilSimulator class
2025-01-14 13:14:37 +01:00
Arne Morten Kvarving
4454e550b1 add another WCYCLE regression test 2025-01-14 12:41:12 +01:00
Arne Morten Kvarving
610788eaa9 fixed: need to grab open times for wells before processing wcycle
this as we need to capture the effect of WELOPEN statements
at current report step
2025-01-14 12:41:12 +01:00
Markus Blatt
21c534f1a8
Merge pull request #5848 from lisajulia/feature/pyAction-insert-kw-INCLUDE
Add test for INCLUDE in PyAction
2025-01-14 11:00:50 +01:00
Lisa Julia Nebel
6958abdbc2 Change return type of other _init_ of the BlackOilSimulator class 2025-01-14 10:58:12 +01:00
Atgeirr Flø Rasmussen
9b3ea1936f
Merge pull request #5875 from lisajulia/feature/fix/documentation
Change return type of _init_ of the BlackOilSimulator class
2025-01-14 10:54:12 +01:00
Bård Skaflestad
bff5c9c377
Merge pull request #5874 from akva2/simulator_convergence_output_class
SimulatorConvergenceOutput: move to separate class
2025-01-14 10:46:37 +01:00
Lisa Julia Nebel
053fe26eff Change return type of _init_ of the BlackOilSimulator class 2025-01-14 10:32:55 +01:00
Arne Morten Kvarving
15cb87576c SimulatorConvergenceOutput: move to separate class
model using has-a in SimulatorFullyImplicitBlackoil
2025-01-14 10:24:53 +01:00
Lisa Julia Nebel
38b0e5b737
Merge pull request #5873 from lisajulia/feature/fix/documentation
Change return type of _init_ of the BlackOilSimulator class
2025-01-14 09:57:11 +01:00
Bård Skaflestad
25cd79c04b
Merge pull request #5872 from akva2/nonlinear_param_tidy_up
NonlinearSolver::Parameters: move to separate struct
2025-01-14 09:45:26 +01:00
Arne Morten Kvarving
924e6a9f9b
Merge pull request #5868 from GitPaean/regress_gaswater_msw
regression test for gas water and multisegment wells
2025-01-14 09:41:35 +01:00
Lisa Julia Nebel
016a806a0c Change return type of _init_ of the BlackOilSimulator class 2025-01-14 09:40:54 +01:00
Arne Morten Kvarving
79f5a1a958 NonlinearSolver::Parameters: move to separate struct
and move some more code to the TU. small tidy up enabled
by typetag-less parameters system
2025-01-14 07:51:08 +01:00
Arne Morten Kvarving
52a1fd9eb3
Merge pull request #5855 from vkip/avoid_setwsolvent_wcycle_shut_wells
Avoid setWsolvent call for wells shut by WCYCLE
2025-01-14 07:14:43 +01:00
Arne Morten Kvarving
653cdfc247 BlackoilModel: move to has-a instead of is-a modelling of penalty cards 2025-01-14 06:26:52 +01:00
Vegard Kippe
d7d83c4f45 Avoid setWsolvent call for wells shut by WCYCLE (assertion failure, at best) 2025-01-13 15:30:36 +01:00
Bård Skaflestad
b82616adcc
Merge pull request #5869 from akva2/was_switched
BlackoilModel: make wasSwitched_ private
2025-01-13 14:59:22 +01:00
Arne Morten Kvarving
7590f015bf BlackoilModel: make wasSwitched_ private 2025-01-13 14:20:16 +01:00
Kai Bao
7bf47e6679 regression test for gas water and multisegment wells 2025-01-13 14:17:54 +01:00
Markus Blatt
f59262d403
Merge pull request #5800 from blattms/feature/default-is-merge-well-cells-for-partioning
Switch default load balancer to Zoltan with vertex = all cells of a well
2025-01-13 13:40:12 +01:00
Bård Skaflestad
1e51f27150
Merge pull request #5864 from akva2/blackoilprops_separate_file
BlackoilModel: move properties to separate header
2025-01-13 13:30:39 +01:00
Arne Morten Kvarving
7630191940
Merge pull request #5865 from akva2/fix_serial_build_pyaction_tests
fixed: don't run parallel pyaction tests without mpi
2025-01-13 13:18:16 +01:00
Markus Blatt
acc56c1ecc Tight CNV relaxed tolerance to fix parallel 3_A_MPI_MULTFLT_SCHED_MODEL2
Suggestion from Vegard. Thanks a lot for testing.
2025-01-13 13:09:08 +01:00
Kjetil Olsen Lye
b984298ae4
Merge pull request #5863 from multitalentloes/refactor_move_to_gpu
refactor move_to_gpu
2025-01-13 12:52:35 +01:00
Arne Morten Kvarving
0b57d01cbb fixed: don't run parallel pyaction tests without mpi 2025-01-13 12:36:59 +01:00