mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-09-05 04:40:19 -05:00
some fixes for flow_alugrid
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user