Solve well equation for the first iteration

This commit is contained in:
Tor Harald Sandve
2021-01-07 11:20:50 +01:00
parent fbcd230eb2
commit 27bea2fa4f
6 changed files with 35 additions and 8 deletions

View File

@@ -38,6 +38,10 @@ struct EclFlowGasOilProblem {
using InheritsFrom = std::tuple<EclFlowProblem>;
};
}
template<class TypeTag>
struct EnableDiffusion<TypeTag, TTag::EclFlowGasOilProblem> {
static constexpr bool value = true;
};
//! The indices required by the model
template<class TypeTag>