|
|
| WellSegments (CompPressureDrop compDrop, const std::vector< Segment > &segments) |
| |
|
void | loadWELSEGS (const DeckKeyword &welsegsKeyword, const UnitSystem &unit_system) |
| |
|
void | addWellSegmentsFromLengthsAndDepths (const std::string &wname, const std::vector< std::pair< double, double >> &lengths_and_depths, double diameter, const UnitSystem &unit_system) |
| |
|
std::size_t | size () const |
| |
|
bool | empty () const |
| |
|
int | maxSegmentID () const |
| |
|
int | maxBranchID () const |
| |
|
double | depthTopSegment () const |
| |
|
double | lengthTopSegment () const |
| |
|
double | volumeTopSegment () const |
| |
|
CompPressureDrop | compPressureDrop () const |
| |
|
int | segmentNumberToIndex (const int segment_number) const |
| |
|
const Segment & | getFromSegmentNumber (const int segment_number) const |
| |
|
const Segment & | operator[] (size_t idx) const |
| |
|
void | orderSegments () |
| |
|
bool | operator== (const WellSegments &) const |
| |
|
bool | operator!= (const WellSegments &) const |
| |
|
double | segmentLength (const int segment_number) const |
| |
|
double | segmentDepthChange (const int segment_number) const |
| |
|
std::vector< Segment > | branchSegments (int branch) const |
| |
|
std::set< int > | branches () const |
| |
|
bool | updateWSEGAICD (std::string_view well_name, const std::vector< std::pair< int, AutoICD >> &aicd_pairs, const KeywordLocation &location, const ParseContext &parseContext, ErrorGuard &errors) |
| |
|
bool | updateWSEGSICD (std::string_view well_name, const std::vector< std::pair< int, SICD >> &sicd_pairs, const KeywordLocation &location, const ParseContext &parseContext, ErrorGuard &errors) |
| |
|
bool | updateWSEGVALV (std::string_view well_name, const std::vector< std::pair< int, Valve >> &valve_pairs, const KeywordLocation &location, const ParseContext &parseContext, ErrorGuard &errors) |
| |
|
auto | begin () const |
| |
|
auto | end () const |
| |
|
void | checkSegmentDepthConsistency (const std::string &well_name, const UnitSystem &unit_system) const |
| |
|
bool | updateICDScalingFactors (const WellConnections &connections) |
| |
|
template<class Serializer > |
| void | serializeOp (Serializer &serializer) |
| |