mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
MultisegmentWell: move getSegmentRateUpwinding to MultisegmentWellPrimaryVariables
This commit is contained in:
@@ -104,6 +104,11 @@ public:
|
||||
EvalWell surfaceVolumeFraction(const int seg,
|
||||
const int compIdx) const;
|
||||
|
||||
//! \brief Returns upwinding rate for a component in a segment.
|
||||
EvalWell getSegmentRateUpwinding(const int seg,
|
||||
const int seg_upwind,
|
||||
const size_t 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