back to EclBaseAquiferModel

This commit is contained in:
Elyes Ahmed
2022-09-23 14:01:40 +02:00
parent d6cbeb8b2b
commit c4c4c7ac88
2 changed files with 10 additions and 1 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ namespace Opm::Properties {
// by default use the dummy aquifer "model"
template<class TypeTag>
struct EclAquiferModel<TypeTag, TTag::EclFlowProblemAlugrid> {
using type = Opm::BlackoilAquiferModel<TypeTag>;
using type = Opm::EclBaseAquiferModel<TypeTag>;
};
// Enable aquifers by default in experimental mode
template<class TypeTag>