opm-simulators/opm/simulators/wells
Markus Blatt f7dec58ee2 Fix deadlock for distributed wells when calculating densities/pressures
There was a check that is supposed that all rates are zero but for
distributed wells it only checked local perforations. Of course that
can lead to different outcome on processes for distributed wells.
2022-07-15 17:58:04 +02:00
..
ALQState.cpp Improve debugging tools in gaslift code. 2022-01-23 20:37:26 +01:00
ALQState.hpp Improve debugging tools in gaslift code. 2022-01-23 20:37:26 +01:00
BlackoilWellModel_impl.hpp rewriting MaxWellConnections 2022-07-08 13:44:38 +02:00
BlackoilWellModel.hpp Use MatrixBlock consistently, also whitespace cleanup. 2022-06-10 11:08:24 +02:00
BlackoilWellModelGeneric.cpp changed: avoid lambda capture 2022-06-27 14:47:56 +02:00
BlackoilWellModelGeneric.hpp Merge pull request #3771 from totto82/fixUpdateGR 2022-01-21 10:33:00 +01:00
GasLiftCommon.cpp Cleanup glift debugging output code 2022-03-24 12:42:46 +01:00
GasLiftCommon.hpp Cleanup glift debugging output code 2022-03-24 12:42:46 +01:00
GasLiftGroupInfo.cpp Omit one redundant debugging message 2022-03-24 13:47:57 +01:00
GasLiftGroupInfo.hpp Cleanup glift debugging output code 2022-03-24 12:42:46 +01:00
GasLiftSingleWell_impl.hpp Cleanup glift debugging output code 2022-03-24 12:42:46 +01:00
GasLiftSingleWell.hpp Cleanup glift debugging output code 2022-03-24 12:42:46 +01:00
GasLiftSingleWellGeneric.cpp Well testing of gas lift wells 2022-04-20 10:51:34 +02:00
GasLiftSingleWellGeneric.hpp Well testing of gas lift wells 2022-04-20 10:51:34 +02:00
GasLiftStage2.cpp Cleanup glift debugging output code 2022-03-24 12:42:46 +01:00
GasLiftStage2.hpp Cleanup glift debugging output code 2022-03-24 12:42:46 +01:00
GasLiftWellState.hpp update well potensials in well state along with alq and update guide rates accordingly 2022-02-08 15:46:08 +01:00
GlobalWellInfo.cpp Downstream filesystem reorganisation in opm-common 2022-01-02 14:33:34 +01:00
GlobalWellInfo.hpp Remove Extraneous Semicolon 2022-02-17 23:13:31 +01:00
GroupState.cpp Remove debugging aid GroupState::dump 2021-11-01 13:47:36 +01:00
GroupState.hpp Downstream filesystem reorganisation in opm-common 2022-01-02 14:33:34 +01:00
MSWellHelpers.hpp Downstream filesystem reorganisation in opm-common 2022-01-02 14:33:34 +01:00
MultisegmentWell_impl.hpp remove msw(ms) from regulariztion parameter 2022-06-29 15:39:51 +02:00
MultisegmentWell.hpp Use MatrixBlock consistently, also whitespace cleanup. 2022-06-10 11:08:24 +02:00
MultisegmentWellEval.cpp using C++17 style for to reduce nesting level of for loop 2022-06-29 14:20:35 +02:00
MultisegmentWellEval.hpp renaming function updateWellState 2022-04-29 12:55:54 +02:00
MultisegmentWellGeneric.cpp Merge pull request #3810 from totto82/refactor_bhpFromThpLimit_1 2022-03-22 13:57:52 +01:00
MultisegmentWellGeneric.hpp Add gaslift optimization support for MSW. 2022-02-14 21:38:50 +01:00
ParallelWellInfo.cpp Downstream filesystem reorganisation in opm-common 2022-01-02 14:33:34 +01:00
ParallelWellInfo.hpp clean up after review 2021-10-05 13:07:52 +02:00
PerfData.cpp Extract functionality to update target rates to SingleWellState 2021-11-03 12:30:40 +01:00
PerfData.hpp Extract functionality to update target rates to SingleWellState 2021-11-03 12:30:40 +01:00
PerforationData.hpp Adds original ECL index of well connection to PerforationData 2020-11-12 17:21:37 +01:00
RateConverter.hpp adjustments to account for vaporized water 2022-04-08 22:36:39 +02:00
RegionAttributeHelpers.hpp clean-up 2021-09-07 09:47:41 +02:00
RegionAverageCalculator.hpp Replacing use of MPI_COMM_WORLD with a variable communicator. 2021-10-05 13:07:52 +02:00
SegmentState.cpp using addition to update segment pressure 2022-03-09 14:23:59 +01:00
SegmentState.hpp Add method SegmentState::size() 2021-06-03 10:46:26 +02:00
SingleWellState.cpp fixed: add missing config.h include 2022-04-28 11:38:02 +02:00
SingleWellState.hpp Merge branch 'master' into vapoilwat 2022-05-11 11:55:54 +02:00
StandardWell_impl.hpp Fix deadlock for distributed wells when calculating densities/pressures 2022-07-15 17:58:04 +02:00
StandardWell.hpp regularize equation for std wells 2022-06-29 12:47:44 +02:00
StandardWellEval.cpp Fix stdwell apply on GPU 2022-06-24 13:48:59 +02:00
StandardWellEval.hpp restored MultisegmentWellEval.cpp 2022-05-03 11:54:41 +02:00
StandardWellGeneric.cpp cleanup2 2022-02-15 12:43:58 +01:00
StandardWellGeneric.hpp Changes to make ms wells work with cprw 2022-06-08 17:03:27 +02:00
TargetCalculator.cpp Add brine and thermal simulator 2021-10-15 11:50:17 +02:00
TargetCalculator.hpp Downstream filesystem reorganisation in opm-common 2022-01-02 14:33:34 +01:00
VFPHelpers.cpp Downstream filesystem reorganisation in opm-common 2022-01-02 14:33:34 +01:00
VFPHelpers.hpp Switch to Passing VFP Wrapper Tables as References 2021-11-04 21:28:55 +01:00
VFPInjProperties.cpp return zero thp value for extremely small injection rate 2022-01-18 10:12:20 +01:00
VFPInjProperties.hpp changed: make bhp template hidden and use explicit instantations 2021-05-31 11:42:29 +02:00
VFPProdProperties.cpp Steer bhp towards the solution with the highest production rate 2022-05-25 15:30:36 +02:00
VFPProdProperties.hpp changed: make bhp template hidden and use explicit instantations 2021-05-31 11:42:29 +02:00
VFPProperties.hpp changed: make bhp template hidden and use explicit instantations 2021-05-31 11:42:29 +02:00
WellConnectionAuxiliaryModule.hpp Downstream filesystem reorganisation in opm-common 2022-01-02 14:33:34 +01:00
WellContainer.hpp Add method WellContainer<T>::wells() 2021-10-19 11:16:41 +02:00
WellGroupHelpers.cpp Check if guiderate is violated 2022-02-17 10:41:43 +01:00
WellGroupHelpers.hpp Downstream filesystem reorganisation in opm-common 2022-01-02 14:33:34 +01:00
WellHelpers.hpp removed compiler warnings 2022-06-08 17:03:27 +02:00
WellInterface_impl.hpp Merge pull request #3937 from atgeirr/pressure-bhp-cpr 2022-06-16 17:15:49 +02:00
WellInterface.hpp Use MatrixBlock consistently, also whitespace cleanup. 2022-06-10 11:08:24 +02:00
WellInterfaceEval.cpp Downstream filesystem reorganisation in opm-common 2022-01-02 14:33:34 +01:00
WellInterfaceEval.hpp Downstream filesystem reorganisation in opm-common 2022-01-02 14:33:34 +01:00
WellInterfaceFluidSystem.cpp fix trivial group target 2022-04-25 08:10:19 +02:00
WellInterfaceFluidSystem.hpp Avoid switching to thp control if it results in higher rates 2022-03-25 09:12:15 +01:00
WellInterfaceGeneric.cpp Merge pull request #3879 from totto82/rsrvinj2 2022-06-16 08:30:31 +02:00
WellInterfaceGeneric.hpp implement rsrv item 10 WCONINJE 2022-06-08 13:55:29 +02:00
WellInterfaceIndices.cpp add Index Traits 2021-12-08 16:52:23 +01:00
WellInterfaceIndices.hpp add StandardWellEval 2021-06-09 08:32:30 +02:00
WellProdIndexCalculator.cpp Downstream filesystem reorganisation in opm-common 2022-01-02 14:33:34 +01:00
WellProdIndexCalculator.hpp Productivity Index Calculator: Add Reinitialization operation 2020-12-04 15:16:24 +01:00
WellState.cpp adjustments to account for vaporized water 2022-04-08 22:36:39 +02:00
WellState.hpp Improve debugging tools in gaslift code. 2022-01-23 20:37:26 +01:00
WGState.cpp Make sure to filter out wells from other processes in WellTestState 2021-10-19 11:16:41 +02:00
WGState.hpp Downstream filesystem reorganisation in opm-common 2022-01-02 14:33:34 +01:00