opm-simulators/opm/simulators/wells
Markus Blatt 905403e2ed Fix BlackoilWellModel::numComponents for parallel runs.
In the case with active solvent (BlackoilWellModel::has_solvent_ is
true, e.g. case 2D_OILWATER_POLYMER.DATA) and one process have no
wells while another has some this lead to numComponents returning
different values. Later this lead to truncated message in MPI_Allgather.

The underlying problem was the usage of numWells() which returns just
the number of local wells. We resort to using wellsActive which
returns whether there any well active regardless which process knows it.
2019-11-01 15:07:00 +01:00
..
BlackoilWellModel_impl.hpp Fix BlackoilWellModel::numComponents for parallel runs. 2019-11-01 15:07:00 +01:00
BlackoilWellModel.hpp support REIN for solvent 2019-10-18 16:08:07 +02:00
MSWellHelpers.hpp fix cutoff value bug in haalandFormula 2019-06-03 11:28:15 +02:00
MultisegmentWell_impl.hpp scale the gas equation, not the control 2019-10-24 10:54:50 +02:00
MultisegmentWell.hpp Use well and group controls from opm-common. 2019-10-18 16:08:07 +02:00
RateConverter.hpp Whitespace fixes (tabs->spaces, reformatted new files). 2019-10-11 15:57:51 +02:00
SimFIBODetails.hpp Adapt to enum changes 2019-09-03 22:18:34 +02:00
StandardWell_impl.hpp Merge pull request #2096 from totto82/avoid_nan_density 2019-10-22 14:27:45 +02:00
StandardWell.hpp Address review comments. 2019-10-18 16:08:07 +02:00
VFPHelpers.hpp Address review comments. 2019-10-18 16:08:07 +02:00
VFPInjProperties.cpp Moved files to opm/simulators/ subdirs. 2019-05-08 12:58:19 +02:00
VFPInjProperties.hpp Moved files to opm/simulators/ subdirs. 2019-05-08 12:58:19 +02:00
VFPProdProperties.cpp Moved files to opm/simulators/ subdirs. 2019-05-08 12:58:19 +02:00
VFPProdProperties.hpp Moved files to opm/simulators/ subdirs. 2019-05-08 12:58:19 +02:00
VFPProperties.hpp Moved files to opm/simulators/ subdirs. 2019-05-08 12:58:19 +02:00
WellConnectionAuxiliaryModule.hpp changed: ewoms/disc -> opm/models/discretization 2019-09-19 11:16:26 +02:00
WellGroupHelpers.hpp don't count wells not under group controll when computing guiderates 2019-10-18 16:08:07 +02:00
WellHelpers.hpp Use well and group controls from opm-common. 2019-10-18 16:08:07 +02:00
WellInterface_impl.hpp check bhp and thp constrains first 2019-10-18 16:08:07 +02:00
WellInterface.hpp Improve stopped wells logic and log messages. 2019-10-18 16:08:07 +02:00
WellState.hpp Handle two possible cases where current control is -1. 2019-08-12 14:49:52 +02:00
WellStateFullyImplicitBlackoil.hpp don't set the control from the schedule, unfix the restart issue 2019-10-18 16:08:07 +02:00