mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
back to EclBaseAquiferModel
This commit is contained in:
@@ -108,6 +108,15 @@ public:
|
||||
unsigned) const
|
||||
{ }
|
||||
|
||||
/*!
|
||||
* \brief Add the water which enters or leaves the reservoir due to aquifiers.
|
||||
*/
|
||||
template <class Context>
|
||||
void addToSource(RateVector&,
|
||||
const Context&,
|
||||
unsigned) const
|
||||
{ }
|
||||
|
||||
/*!
|
||||
* \brief This method is called after each Newton-Raphson successful iteration.
|
||||
*
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user