#include <ImkrvdTable.hpp>
◆ ImkrvdTable()
| Opm::ImkrvdTable::ImkrvdTable |
( |
const DeckItem & |
item | ) |
|
◆ 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 |
◆ getDepthColumn()
| const TableColumn & Opm::ImkrvdTable::getDepthColumn |
( |
| ) |
const |
The datum depth for the remaining columns.
◆ getKrgcritColumn()
| const TableColumn & Opm::ImkrvdTable::getKrgcritColumn |
( |
| ) |
const |
Relative permeability of gas at the critical oil (or water) saturation.
◆ getKrgmaxColumn()
| const TableColumn & Opm::ImkrvdTable::getKrgmaxColumn |
( |
| ) |
const |
Maximum relative permeability of gas.
◆ getKrocritgColumn()
| const TableColumn & Opm::ImkrvdTable::getKrocritgColumn |
( |
| ) |
const |
Oil relative permeability of oil at the critical gas saturation.
◆ getKrocritwColumn()
| const TableColumn & Opm::ImkrvdTable::getKrocritwColumn |
( |
| ) |
const |
Oil relative permeability of oil at the critical water saturation.
◆ getKromaxColumn()
| const TableColumn & Opm::ImkrvdTable::getKromaxColumn |
( |
| ) |
const |
Maximum relative permeability of oil.
◆ getKrwcritColumn()
| const TableColumn & Opm::ImkrvdTable::getKrwcritColumn |
( |
| ) |
const |
Relative permeability of water at the critical oil (or gas) saturation.
◆ getKrwmaxColumn()
| const TableColumn & Opm::ImkrvdTable::getKrwmaxColumn |
( |
| ) |
const |
Maximum relative permeability of water.
◆ 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: