mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Remove irrelevant private functions
This commit is contained in:
@@ -896,17 +896,7 @@ bool WellState::wellIsOwned(const std::string& wellName) const
|
||||
return wellIsOwned(well_index.value(), wellName);
|
||||
}
|
||||
|
||||
int WellState::numSegments(const int well_id) const
|
||||
{
|
||||
const auto& ws = this->well(well_id);
|
||||
return ws.segments.size();
|
||||
}
|
||||
|
||||
int WellState::segmentNumber(const int well_id, const int seg_id) const
|
||||
{
|
||||
const auto& ws = this->well(well_id);
|
||||
return ws.segments.segment_number()[seg_id];
|
||||
}
|
||||
|
||||
void WellState::updateWellsDefaultALQ( const std::vector<Well>& wells_ecl )
|
||||
{
|
||||
|
||||
@@ -278,10 +278,6 @@ private:
|
||||
const int seg_ix,
|
||||
const int seg_no) const;
|
||||
|
||||
int numSegments(const int well_id) const;
|
||||
|
||||
int segmentNumber(const int well_id, const int seg_id) const;
|
||||
|
||||
// If the ALQ has changed since the previous report step,
|
||||
// reset current_alq and update default_alq. ALQ is used for
|
||||
// constant lift gas injection and for gas lift optimization
|
||||
|
||||
Reference in New Issue
Block a user