#include <PvtwsaltTable.hpp>

Public Member Functions

 PvtwsaltTable ()
 
void init (const Opm::DeckRecord &record0, const Opm::DeckRecord &record1)
 
size_t size () const
 
std::vector< double > getSaltConcentrationColumn () const
 
std::vector< double > getFormationVolumeFactorColumn () const
 
std::vector< double > getCompressibilityColumn () const
 
std::vector< double > getViscosityColumn () const
 
std::vector< double > getViscosibilityColumn () const
 
double getReferencePressureValue () const
 
double getReferenceSaltConcentrationValue () const
 
const std::vector< double > & getTableValues () const
 
bool operator== (const PvtwsaltTable &data) const
 
template<class Serializer >
void serializeOp (Serializer &serializer)
 

Static Public Member Functions

static PvtwsaltTable serializeObject ()
 

Protected Attributes

double m_pRefValues
 
double m_saltConsRefValues
 
std::vector< double > m_tableValues
 

Constructor & Destructor Documentation

◆ PvtwsaltTable()

Opm::PvtwsaltTable::PvtwsaltTable ( )

Member Function Documentation

◆ getCompressibilityColumn()

std::vector< double > Opm::PvtwsaltTable::getCompressibilityColumn ( ) const

◆ getFormationVolumeFactorColumn()

std::vector< double > Opm::PvtwsaltTable::getFormationVolumeFactorColumn ( ) const

◆ getReferencePressureValue()

double Opm::PvtwsaltTable::getReferencePressureValue ( ) const

◆ getReferenceSaltConcentrationValue()

double Opm::PvtwsaltTable::getReferenceSaltConcentrationValue ( ) const

◆ getSaltConcentrationColumn()

std::vector< double > Opm::PvtwsaltTable::getSaltConcentrationColumn ( ) const

◆ getTableValues()

const std::vector< double > & Opm::PvtwsaltTable::getTableValues ( ) const

◆ getViscosibilityColumn()

std::vector< double > Opm::PvtwsaltTable::getViscosibilityColumn ( ) const

◆ getViscosityColumn()

std::vector< double > Opm::PvtwsaltTable::getViscosityColumn ( ) const

◆ init()

void Opm::PvtwsaltTable::init ( const Opm::DeckRecord record0,
const Opm::DeckRecord record1 
)

◆ operator==()

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

◆ serializeObject()

static PvtwsaltTable Opm::PvtwsaltTable::serializeObject ( )
static

◆ serializeOp()

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

◆ size()

size_t Opm::PvtwsaltTable::size ( ) const

Member Data Documentation

◆ m_pRefValues

double Opm::PvtwsaltTable::m_pRefValues
protected

Referenced by serializeOp().

◆ m_saltConsRefValues

double Opm::PvtwsaltTable::m_saltConsRefValues
protected

Referenced by serializeOp().

◆ m_tableValues

std::vector<double> Opm::PvtwsaltTable::m_tableValues
protected

Referenced by serializeOp().


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