correcting the injectivity with polymer injection.

This commit is contained in:
Kai Bao
2017-07-31 15:04:25 +02:00
parent d470edfb0b
commit d1727d0183
3 changed files with 47 additions and 0 deletions

View File

@@ -78,6 +78,8 @@ namespace Opm
typedef Dune::BlockVector<VectorBlockType> BVector;
typedef DenseAd::Evaluation<double, /*size=*/numEq> Eval;
typedef Ewoms::BlackOilPolymerModule<TypeTag> PolymerModule;
static const bool has_solvent = GET_PROP_VALUE(TypeTag, EnableSolvent);
static const bool has_polymer = GET_PROP_VALUE(TypeTag, EnablePolymer);