mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
correcting the injectivity with polymer injection.
This commit is contained in:
@@ -62,6 +62,7 @@ namespace Opm
|
||||
using typename WellInterface<TypeTag>::Mat;
|
||||
using typename WellInterface<TypeTag>::BVector;
|
||||
using typename WellInterface<TypeTag>::Eval;
|
||||
using typename WellInterface<TypeTag>::PolymerModule;
|
||||
|
||||
using WellInterface<TypeTag>::numEq;
|
||||
static const int numWellEq = GET_PROP_VALUE(TypeTag, EnablePolymer)? numEq-1 : numEq; // //numEq; //number of wellEq is only numEq for polymer
|
||||
|
||||
Reference in New Issue
Block a user