Merge pull request #4960 from daavid00/dispersivity

Support for mechanical dispersion
This commit is contained in:
Atgeirr Flø Rasmussen
2023-11-17 08:50:00 +01:00
committed by GitHub
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> {