incorporting polymer except the parts related to PLYSHLOG

This commit is contained in:
Kai Bao
2017-07-28 14:41:00 +02:00
parent b3428a8bf9
commit 5ed9f4d497
2 changed files with 11 additions and 15 deletions

View File

@@ -153,6 +153,9 @@ namespace Opm
const WellState& well_state,
std::vector<double>& well_potentials) const;
using WellInterface<TypeTag>::has_solvent;
using WellInterface<TypeTag>::has_polymer;
using WellInterface<TypeTag>::phaseUsage;
using WellInterface<TypeTag>::active;
using WellInterface<TypeTag>::numberOfPerforations;
@@ -170,9 +173,9 @@ namespace Opm
using WellInterface<TypeTag>::flowPhaseToEbosCompIdx;
using WellInterface<TypeTag>::numComponents;
using WellInterface<TypeTag>::numPhases;
using WellInterface<TypeTag>::has_solvent;
using WellInterface<TypeTag>::wellIndex;
using WellInterface<TypeTag>::wsolvent;
using WellInterface<TypeTag>::wpolymer;
protected: