Disable diffusion for flow_blackoil_tpfa.

This commit is contained in:
Atgeirr Flø Rasmussen
2022-08-04 15:16:40 +02:00
parent cabe64cc58
commit 254330463e

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; };
}
}