mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-28 15:46:25 -06:00
changed definition of extra equations. made norne go to step 27. HACK
This commit is contained in:
parent
4975d5d9e7
commit
c697e70a69
@ -100,7 +100,9 @@ public:
|
||||
}
|
||||
int getNumberOfExtraEquations() const override
|
||||
{
|
||||
return wellMod_.numLocalWells();
|
||||
//return wellMod_.numLocalWells();
|
||||
//return wellMod_.localNonshutWells().size();
|
||||
return wellMod_.numLocalNonshutWells();
|
||||
}
|
||||
|
||||
private:
|
||||
|
@ -318,6 +318,11 @@ namespace Opm {
|
||||
return well_container_;
|
||||
}
|
||||
|
||||
int numLocalNonshutWells() const
|
||||
{
|
||||
return well_container_.size();
|
||||
}
|
||||
|
||||
protected:
|
||||
Simulator& ebosSimulator_;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user