#include <Wells.hpp>

Public Types

using global_index = size_t
 

Public Member Functions

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

Public Attributes

global_index index
 
Rates rates
 
double pressure
 
double reservoir_rate
 
double cell_pressure
 
double cell_saturation_water
 
double cell_saturation_gas
 
double effective_Kh
 

Static Public Attributes

static const constexpr int restart_size = 6
 

Member Typedef Documentation

◆ global_index

Member Function Documentation

◆ operator==()

bool Opm::data::Connection::operator== ( const Connection conn2) const
inline

◆ read()

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

◆ write()

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

Member Data Documentation

◆ cell_pressure

double Opm::data::Connection::cell_pressure

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

◆ cell_saturation_gas

double Opm::data::Connection::cell_saturation_gas

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

◆ cell_saturation_water

double Opm::data::Connection::cell_saturation_water

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

◆ effective_Kh

double Opm::data::Connection::effective_Kh

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

◆ index

global_index Opm::data::Connection::index

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

◆ pressure

double Opm::data::Connection::pressure

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

◆ rates

Rates Opm::data::Connection::rates

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

◆ reservoir_rate

double Opm::data::Connection::reservoir_rate

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

◆ restart_size

const constexpr int Opm::data::Connection::restart_size = 6
staticconstexpr

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