mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -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
|
int getNumberOfExtraEquations() const override
|
||||||
{
|
{
|
||||||
return wellMod_.numLocalWells();
|
//return wellMod_.numLocalWells();
|
||||||
|
//return wellMod_.localNonshutWells().size();
|
||||||
|
return wellMod_.numLocalNonshutWells();
|
||||||
}
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
@ -318,6 +318,11 @@ namespace Opm {
|
|||||||
return well_container_;
|
return well_container_;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
int numLocalNonshutWells() const
|
||||||
|
{
|
||||||
|
return well_container_.size();
|
||||||
|
}
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
Simulator& ebosSimulator_;
|
Simulator& ebosSimulator_;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user