mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-09 07:53:04 -06:00
1d94357558
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). |
||
---|---|---|
.. | ||
BlackoilWellModel_impl.hpp | ||
BlackoilWellModel.hpp | ||
MSWellHelpers.hpp | ||
MultisegmentWell_impl.hpp | ||
MultisegmentWell.hpp | ||
PerforationData.hpp | ||
RateConverter.hpp | ||
SimFIBODetails.hpp | ||
StandardWell_impl.hpp | ||
StandardWell.hpp | ||
TargetCalculator.hpp | ||
VFPHelpers.hpp | ||
VFPInjProperties.cpp | ||
VFPInjProperties.hpp | ||
VFPProdProperties.cpp | ||
VFPProdProperties.hpp | ||
VFPProperties.hpp | ||
WellConnectionAuxiliaryModule.hpp | ||
WellGroupHelpers.cpp | ||
WellGroupHelpers.hpp | ||
WellHelpers.hpp | ||
WellInterface_impl.hpp | ||
WellInterface.hpp | ||
WellState.hpp | ||
WellStateFullyImplicitBlackoil.hpp |