Opm::data::Segment Struct Reference

#include <Wells.hpp>

Public Member Functions

bool operator== (const Segment &seg2) const
 
template<class MessageBufferType >
void write (MessageBufferType &buffer) const
 
template<class MessageBufferType >
void read (MessageBufferType &buffer)
 

Public Attributes

Rates rates
 
SegmentPressures pressures
 
std::size_t segNumber
 

Member Function Documentation

◆ operator==()

bool Opm::data::Segment::operator== ( const Segment seg2) const
inline

References pressures, rates, and segNumber.

◆ read()

template<class MessageBufferType >
void Opm::data::Segment::read ( MessageBufferType &  buffer)

◆ write()

template<class MessageBufferType >
void Opm::data::Segment::write ( MessageBufferType &  buffer) const

Member Data Documentation

◆ pressures

SegmentPressures Opm::data::Segment::pressures

Referenced by operator==(), read(), and write().

◆ rates

Rates Opm::data::Segment::rates

Referenced by operator==(), read(), and write().

◆ segNumber

std::size_t Opm::data::Segment::segNumber

Referenced by operator==(), read(), and write().


The documentation for this struct was generated from the following file: