Disable diffusion for flow_blackoil_tpfa.

This commit is contained in:
Atgeirr Flø Rasmussen
2022-08-09 11:11:36 +02:00
parent cabe64cc58
commit 254330463e
+3
View File
@@ -44,6 +44,9 @@ namespace Opm {
template<class TypeTag>
struct LocalResidual<TypeTag, TTag::EclFlowProblemTPFA> { using type = BlackOilLocalResidualTPFA<TypeTag>; };
template<class TypeTag>
struct EnableDiffusion<TypeTag, TTag::EclFlowProblemTPFA> { static constexpr bool value = false; };
}
}