mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
MultisegmentWell: move getQs to MultisegmentWellPrimaryVariables
This commit is contained in:
@@ -119,6 +119,9 @@ public:
|
||||
EvalWell getSegmentRate(const int seg,
|
||||
const int comp_idx) const;
|
||||
|
||||
//! \brief Returns scaled rate for a component.
|
||||
EvalWell getQs(const int comp_idx) const;
|
||||
|
||||
// the values for the primary varibles
|
||||
// based on different solutioin strategies, the wells can have different primary variables
|
||||
std::vector<std::array<double, numWellEq> > value_;
|
||||
|
||||
Reference in New Issue
Block a user