some fixes for flow_alugrid

This commit is contained in:
Elyes Ahmed
2022-09-23 11:59:01 +02:00
parent 503965ce01
commit 709a90b67d
2 changed files with 37 additions and 2 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::EclBaseAquiferModel<TypeTag>;
using type = Opm::BlackoilAquiferModel<TypeTag>;
};
// Enable aquifers by default in experimental mode
template<class TypeTag>