add vapwat to gaswater simulators and output molfractions YMFWAT

This commit is contained in:
Tor Harald Sandve
2023-03-17 11:41:33 +01:00
parent e25657943e
commit b8032c12bb
3 changed files with 19 additions and 0 deletions

View File

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