#include <PolyInjTable.hpp>

Inheritance diagram for Opm::PolyInjTable:
Inheritance graph

Public Member Functions

int getTableNumber () const
 
const std::vector< double > & getThroughputs () const
 
const std::vector< double > & getVelocities () const
 
const std::vector< std::vector< double > > & getTableData () const
 
bool operator== (const PolyInjTable &data) const
 
template<class Serializer >
void serializeOp (Serializer &serializer)
 

Static Public Member Functions

static PolyInjTable serializeObject ()
 

Protected Attributes

std::vector< double > m_throughputs
 
std::vector< double > m_velocities
 
int m_table_number = 0
 
std::vector< std::vector< double > > m_data
 

Member Function Documentation

◆ getTableData()

const std::vector< std::vector< double > > & Opm::PolyInjTable::getTableData ( ) const

◆ getTableNumber()

int Opm::PolyInjTable::getTableNumber ( ) const

◆ getThroughputs()

const std::vector< double > & Opm::PolyInjTable::getThroughputs ( ) const

◆ getVelocities()

const std::vector< double > & Opm::PolyInjTable::getVelocities ( ) const

◆ operator==()

bool Opm::PolyInjTable::operator== ( const PolyInjTable data) const

◆ serializeObject()

static PolyInjTable Opm::PolyInjTable::serializeObject ( )
static

◆ serializeOp()

template<class Serializer >
void Opm::PolyInjTable::serializeOp ( Serializer serializer)
inline

Member Data Documentation

◆ m_data

std::vector<std::vector<double> > Opm::PolyInjTable::m_data
protected

Referenced by serializeOp().

◆ m_table_number

int Opm::PolyInjTable::m_table_number = 0
protected

Referenced by serializeOp().

◆ m_throughputs

std::vector<double> Opm::PolyInjTable::m_throughputs
protected

Referenced by serializeOp().

◆ m_velocities

std::vector<double> Opm::PolyInjTable::m_velocities
protected

Referenced by serializeOp().


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