opm-simulators/opm/polymer/fullyimplicit
Markus Blatt 33edf62a78 Use set of names of defunct wells from load balancer for parallel WellManager.
Instead of the WellsManager guessing which wells are handled by other
processes we now use tha ouput of the load balancer to compute wells
that are handled by other processes.

With the previous approach it was not possible to calculate this information
correctly. Wells with only one completion next to the border of the
processes' partition were represented on multiple processes. In additition
wells that the eclipse schedule section defined with completions on non-active
cells in sequential runs were not at all calculated in parallel runs.

With the new approach the CpGrid::loaBalance routine returns the set names of
wells that are not handled by this process when setting up the simulation. This
information is then used throughout the simulation.
2016-09-13 10:58:26 +02:00
..
BlackoilPolymerModel_impl.hpp Added rs and rv output capabilities 2016-09-07 14:55:53 +02:00
BlackoilPolymerModel.hpp Added rs and rv output capabilities 2016-09-07 14:55:53 +02:00
FullyImplicitCompressiblePolymerSolver.cpp Added rs and rv output capabilities 2016-09-07 14:55:53 +02:00
FullyImplicitCompressiblePolymerSolver.hpp Added rs and rv output capabilities 2016-09-07 14:55:53 +02:00
PolymerPropsAd.cpp renaming visc parameters to mu_w for better readability 2016-04-14 15:09:03 +02:00
PolymerPropsAd.hpp renaming visc parameters to mu_w for better readability 2016-04-14 15:09:03 +02:00
SimulatorFullyImplicitBlackoilPolymer_impl.hpp Use set of names of defunct wells from load balancer for parallel WellManager. 2016-09-13 10:58:26 +02:00
SimulatorFullyImplicitBlackoilPolymer.hpp Make BlackoilMultisegmentModel constructured from MultisegmentWells 2016-05-23 15:11:51 +02:00
SimulatorFullyImplicitCompressiblePolymer_impl.hpp Use set of names of defunct wells from load balancer for parallel WellManager. 2016-09-13 10:58:26 +02:00
SimulatorFullyImplicitCompressiblePolymer.hpp making a forwarded updateListEconLimited in SimulatorBase. 2016-07-05 13:02:28 +02:00
WellStateFullyImplicitBlackoilPolymer.hpp Make BlackoilPolymerModel usable with NewtonSolver from opm-autodiff. 2015-05-19 21:29:14 +02:00