WIP in cleaning up the interfaces of WellInterface and StandardWell

commiting now to save some changes.
This commit is contained in:
Kai Bao
2017-08-04 11:20:55 +02:00
parent d4f26ad47a
commit 1550fb7600
4 changed files with 28 additions and 57 deletions

View File

@@ -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;