#include <SlgofTable.hpp>
◆ SlgofTable()
      
        
          | Opm::SlgofTable::SlgofTable | ( | const DeckItem & | item, | 
        
          |  |  | const bool | jfunc | 
        
          |  | ) |  |  | 
      
 
 
◆ addColumns()
  
  | 
        
          | void Opm::SimpleTable::addColumns | ( |  | ) |  |  | inherited | 
 
 
◆ addRow()
  
  | 
        
          | void Opm::SimpleTable::addRow | ( | const std::vector< double > & | row | ) |  |  | inherited | 
 
 
◆ assertJFuncPressure()
  
  | 
        
          | void Opm::SimpleTable::assertJFuncPressure | ( | const bool | jf | ) | const |  | inherited | 
 
throws std::invalid_argument if jf != m_jfunc 
 
 
◆ evaluate()
  
  | 
        
          | double Opm::SimpleTable::evaluate | ( | const std::string & | columnName, |  
          |  |  | double | xPos |  
          |  | ) |  | const |  | inherited | 
 
Evaluate a column of the table at a given position. 
This method uses linear interpolation and always uses the first column as the X coordinate. 
 
 
◆ get() [1/2]
  
  | 
        
          | double Opm::SimpleTable::get | ( | const std::string & | column, |  
          |  |  | size_t | row |  
          |  | ) |  | const |  | inherited | 
 
 
◆ get() [2/2]
  
  | 
        
          | double Opm::SimpleTable::get | ( | size_t | column, |  
          |  |  | size_t | row |  
          |  | ) |  | const |  | inherited | 
 
 
◆ getColumn() [1/4]
◆ getColumn() [2/4]
◆ getColumn() [3/4]
  
  | 
        
          | TableColumn & Opm::SimpleTable::getColumn | ( | size_t | colIdx | ) |  |  | inherited | 
 
 
◆ getColumn() [4/4]
  
  | 
        
          | const TableColumn & Opm::SimpleTable::getColumn | ( | size_t | colIdx | ) | const |  | inherited | 
 
 
◆ getJFuncColumn()
      
        
          | const TableColumn & Opm::SlgofTable::getJFuncColumn | ( |  | ) | const | 
      
 
 
◆ getKrgColumn()
      
        
          | const TableColumn & Opm::SlgofTable::getKrgColumn | ( |  | ) | const | 
      
 
 
◆ getKrogColumn()
      
        
          | const TableColumn & Opm::SlgofTable::getKrogColumn | ( |  | ) | const | 
      
 
 
◆ getPcogColumn()
      
        
          | const TableColumn & Opm::SlgofTable::getPcogColumn | ( |  | ) | const | 
      
 
 
◆ getSlColumn()
      
        
          | const TableColumn & Opm::SlgofTable::getSlColumn | ( |  | ) | const | 
      
 
 
◆ hasColumn()
◆ init() [1/2]
  
  | 
        
          | void Opm::SimpleTable::init | ( | const DeckItem & | deckItem | ) |  |  | inherited | 
 
 
◆ init() [2/2]
  
  | 
        
          | void Opm::SimpleTable::init | ( | const DeckItem & | deckItem, |  
          |  |  | double | scaling_factor |  
          |  | ) |  |  |  | inherited | 
 
 
◆ numColumns()
  
  | 
        
          | size_t Opm::SimpleTable::numColumns | ( |  | ) | const |  | inherited | 
 
 
◆ numRows()
  
  | 
        
          | size_t Opm::SimpleTable::numRows | ( |  | ) | const |  | inherited | 
 
 
◆ operator==()
◆ serializeObject()
  
  | 
        
          | static SimpleTable Opm::SimpleTable::serializeObject | ( |  | ) |  |  | staticinherited | 
 
 
◆ serializeOp()
  
  | 
        
          | void Opm::SimpleTable::serializeOp | ( | Serializer & | serializer | ) |  |  | inlineinherited | 
 
 
◆ m_columns
◆ m_jfunc
◆ m_schema
The documentation for this class was generated from the following file: