mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
WIP in cleaning up the interfaces of WellInterface and StandardWell
commiting now to save some changes.
This commit is contained in:
@@ -167,18 +167,19 @@ namespace Opm
|
||||
using Base::has_solvent;
|
||||
using Base::has_polymer;
|
||||
|
||||
using Base::name;
|
||||
using Base::wellType;
|
||||
using Base::wellControls;
|
||||
|
||||
protected:
|
||||
|
||||
using Base::phaseUsage;
|
||||
using Base::active;
|
||||
using Base::numberOfPerforations;
|
||||
using Base::wellCells;
|
||||
using Base::saturationTableNumber;
|
||||
using Base::indexOfWell;
|
||||
using Base::name;
|
||||
using Base::wellType;
|
||||
using Base::wellControls;
|
||||
using Base::compFrac;
|
||||
using Base::numberOfPhases;
|
||||
using Base::perfDepth;
|
||||
using Base::flowToEbosPvIdx;
|
||||
using Base::flowPhaseToEbosPhaseIdx;
|
||||
using Base::flowPhaseToEbosCompIdx;
|
||||
@@ -188,8 +189,6 @@ namespace Opm
|
||||
using Base::wsolvent;
|
||||
using Base::wpolymer;
|
||||
|
||||
protected:
|
||||
|
||||
// TODO: maybe this function can go to some helper file.
|
||||
void localInvert(DiagMatWell& istlA) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user