opm-simulators/opm/simulators/wells
Markus Blatt 1d94357558 Refactored how well information is exported after load balancing.
Previously, we exported an unordered map containing all names of
wells that are not present in the local part of the grid.

As we envision to have wells that are distributed across multiple
processors, this information does not seem to be enough. We need
to be able to set up communication for each well. To do this we need
to find out who handles perforations of each well.

We now export a full list of well name together with a boolean
indicating whether it perforates local cells (vector of pair of string
and bool).
2020-09-22 20:04:01 +02:00
..
BlackoilWellModel_impl.hpp Refactored how well information is exported after load balancing. 2020-09-22 20:04:01 +02:00
BlackoilWellModel.hpp Refactored how well information is exported after load balancing. 2020-09-22 20:04:01 +02:00
MSWellHelpers.hpp Fixed spelling in error message. 2020-08-20 10:17:26 +02:00
MultisegmentWell_impl.hpp clean-up based on review 2020-09-14 15:42:48 +02:00
MultisegmentWell.hpp clean-up based on review 2020-09-14 15:42:48 +02:00
PerforationData.hpp Avoid using the Wells struct. 2019-11-25 08:36:18 +01:00
RateConverter.hpp Fixed unused variable warning. 2020-09-07 16:42:01 +02:00
SimFIBODetails.hpp Delete obsolete include directives and functions. 2019-11-25 10:58:44 +01:00
StandardWell_impl.hpp refactoring for iterateWellEquations 2020-08-11 09:10:19 +02:00
StandardWell.hpp refactoring for iterateWellEquations 2020-08-11 09:10:19 +02:00
TargetCalculator.hpp Implement min/max for GCONSALE 2020-05-05 14:24:17 +02:00
VFPHelpers.hpp adjust serialization of VFPProdTable 2020-02-17 10:50:55 +01:00
VFPInjProperties.cpp adjust serialization for VFPInjTable 2020-02-17 10:50:55 +01:00
VFPInjProperties.hpp adjust serialization for VFPInjTable 2020-02-17 10:50:55 +01:00
VFPProdProperties.cpp Treat zero rate case for VFP tables. 2020-05-29 14:06:51 +02:00
VFPProdProperties.hpp adjust serialization of VFPProdTable 2020-02-17 10:50:55 +01:00
VFPProperties.hpp Moved files to opm/simulators/ subdirs. 2019-05-08 12:58:19 +02:00
WellConnectionAuxiliaryModule.hpp fixed: use const refs in foreach constructs 2020-09-01 13:25:26 +02:00
WellGroupHelpers.cpp Centralize Rate Vector Derivation for Guide Rates 2020-09-02 17:22:04 +02:00
WellGroupHelpers.hpp Include All Pertinent EFACs In Guiderate Potential Updates 2020-09-15 09:44:52 +02:00
WellHelpers.hpp Delete obsolete include directives and functions. 2019-11-25 10:58:44 +01:00
WellInterface_impl.hpp fixed: use const refs in foreach constructs 2020-09-01 13:25:26 +02:00
WellInterface.hpp Remove unused #include of exceptions 2020-09-21 11:12:15 +02:00
WellState.hpp various corrections to code and coding style 2020-03-16 10:39:56 +01:00
WellStateFullyImplicitBlackoil.hpp Rewrite communicateGroupRates() to do a single sum(). 2020-09-18 09:50:41 +02:00