mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
adding compPressureDrop() member function for WellMultiSegment
This commit is contained in:
@@ -383,6 +383,10 @@ namespace Opm
|
|||||||
return m_number_of_segments_;
|
return m_number_of_segments_;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
std::string WellMultiSegment::compPressureDrop() const {
|
||||||
|
return WellSegment::CompPresureDropEnumToString(m_comp_pressure_drop_);
|
||||||
|
}
|
||||||
|
|
||||||
const std::vector<double>& WellMultiSegment::compFrac() const {
|
const std::vector<double>& WellMultiSegment::compFrac() const {
|
||||||
return m_comp_frac_;
|
return m_comp_frac_;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -57,6 +57,7 @@ namespace Opm
|
|||||||
bool isMultiSegmented() const;
|
bool isMultiSegmented() const;
|
||||||
int numberOfPerforations() const;
|
int numberOfPerforations() const;
|
||||||
int numberOfSegments() const;
|
int numberOfSegments() const;
|
||||||
|
std::string compPressureDrop() const;
|
||||||
|
|
||||||
const WellControls* wellControls() const;
|
const WellControls* wellControls() const;
|
||||||
const std::vector<double>& compFrac() const;
|
const std::vector<double>& compFrac() const;
|
||||||
|
|||||||
Reference in New Issue
Block a user