#include <PlymwinjTable.hpp>

Inheritance diagram for Opm::PlymwinjTable:
Inheritance graph

Public Member Functions

 PlymwinjTable ()=default
 
 PlymwinjTable (const DeckKeyword &table)
 
const std::vector< std::vector< double > > & getMoleWeights () const
 
bool operator== (const PlymwinjTable &data) const
 
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 PlymwinjTable 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
 

Constructor & Destructor Documentation

◆ PlymwinjTable() [1/2]

Opm::PlymwinjTable::PlymwinjTable ( )
default

◆ PlymwinjTable() [2/2]

Opm::PlymwinjTable::PlymwinjTable ( const DeckKeyword table)
explicit

Member Function Documentation

◆ getMoleWeights()

const std::vector< std::vector< double > > & Opm::PlymwinjTable::getMoleWeights ( ) const

◆ getTableData()

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

◆ getTableNumber()

int Opm::PolyInjTable::getTableNumber ( ) const
inherited

◆ getThroughputs()

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

◆ getVelocities()

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

◆ operator==() [1/2]

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

◆ operator==() [2/2]

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

◆ serializeObject()

static PlymwinjTable Opm::PlymwinjTable::serializeObject ( )
static

◆ serializeOp()

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

Member Data Documentation

◆ m_data

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

◆ m_table_number

int Opm::PolyInjTable::m_table_number = 0
protectedinherited

◆ m_throughputs

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

◆ m_velocities

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

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