Support for mechanical dispersion

This commit is contained in:
David Landa Marban
2023-10-25 19:46:55 +02:00
parent 960663e7b8
commit bc03821d57
11 changed files with 127 additions and 8 deletions

View File

@@ -133,6 +133,10 @@ template<class TypeTag>
struct EnableMICP<TypeTag, TTag::EclFlowProblem> {
static constexpr bool value = false;
};
template<class TypeTag>
struct EnableDispersion<TypeTag, TTag::EclFlowProblem> {
static constexpr bool value = false;
};
template<class TypeTag>
struct EclWellModel<TypeTag, TTag::EclFlowProblem> {