mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-05 22:13:00 -06:00
905403e2ed
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. |
||
---|---|---|
.. | ||
BlackoilWellModel_impl.hpp | ||
BlackoilWellModel.hpp | ||
MSWellHelpers.hpp | ||
MultisegmentWell_impl.hpp | ||
MultisegmentWell.hpp | ||
RateConverter.hpp | ||
SimFIBODetails.hpp | ||
StandardWell_impl.hpp | ||
StandardWell.hpp | ||
VFPHelpers.hpp | ||
VFPInjProperties.cpp | ||
VFPInjProperties.hpp | ||
VFPProdProperties.cpp | ||
VFPProdProperties.hpp | ||
VFPProperties.hpp | ||
WellConnectionAuxiliaryModule.hpp | ||
WellGroupHelpers.hpp | ||
WellHelpers.hpp | ||
WellInterface_impl.hpp | ||
WellInterface.hpp | ||
WellState.hpp | ||
WellStateFullyImplicitBlackoil.hpp |