Merge pull request #4623 from totto82/addDisgasw

Add disgasw to gas water saltprec vapwat simulator
This commit is contained in:
Tor Harald Sandve
2023-05-12 09:14:20 +02:00
committed by GitHub

View File

@@ -47,6 +47,11 @@ struct EnableEvaporation<TypeTag, TTag::EclFlowGasWaterSaltprecVapwatProblem> {
static constexpr bool value = true;
};
template<class TypeTag>
struct EnableDisgasInWater<TypeTag, TTag::EclFlowGasWaterSaltprecVapwatProblem> {
static constexpr bool value = true;
};
//! The indices required by the model
template<class TypeTag>
struct Indices<TypeTag, TTag::EclFlowGasWaterSaltprecVapwatProblem>