mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
getPrimaryVars: move to WellInterfaceGeneric
This commit is contained in:
@@ -358,11 +358,6 @@ public:
|
||||
return connectionRates_;
|
||||
}
|
||||
|
||||
virtual std::vector<Scalar> getPrimaryVars() const
|
||||
{
|
||||
return {};
|
||||
}
|
||||
|
||||
virtual int setPrimaryVars(typename std::vector<Scalar>::const_iterator)
|
||||
{
|
||||
return 0;
|
||||
|
@@ -189,6 +189,12 @@ public:
|
||||
|
||||
void resetWellOperability();
|
||||
|
||||
|
||||
virtual std::vector<Scalar> getPrimaryVars() const
|
||||
{
|
||||
return {};
|
||||
}
|
||||
|
||||
protected:
|
||||
bool getAllowCrossFlow() const;
|
||||
|
||||
|
Reference in New Issue
Block a user