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:
parent
5e64da6f8e
commit
b9e5518b51
@ -383,6 +383,10 @@ namespace Opm
|
||||
return m_number_of_segments_;
|
||||
}
|
||||
|
||||
std::string WellMultiSegment::compPressureDrop() const {
|
||||
return WellSegment::CompPresureDropEnumToString(m_comp_pressure_drop_);
|
||||
}
|
||||
|
||||
const std::vector<double>& WellMultiSegment::compFrac() const {
|
||||
return m_comp_frac_;
|
||||
}
|
||||
|
@ -57,6 +57,7 @@ namespace Opm
|
||||
bool isMultiSegmented() const;
|
||||
int numberOfPerforations() const;
|
||||
int numberOfSegments() const;
|
||||
std::string compPressureDrop() const;
|
||||
|
||||
const WellControls* wellControls() const;
|
||||
const std::vector<double>& compFrac() const;
|
||||
|
Loading…
Reference in New Issue
Block a user