|
| EnkrvdTable (const DeckItem &item, const int tableID) |
|
const TableColumn & | getDepthColumn () const |
| The datum depth for the remaining columns.
|
|
const TableColumn & | getKrwmaxColumn () const |
| Maximum relative permeability of water.
|
|
const TableColumn & | getKrgmaxColumn () const |
| Maximum relative permeability of gas.
|
|
const TableColumn & | getKromaxColumn () const |
| Maximum relative permeability of oil.
|
|
const TableColumn & | getKrwcritColumn () const |
| Relative permeability of water at the critical oil (or gas) saturation.
|
|
const TableColumn & | getKrgcritColumn () const |
| Relative permeability of gas at the critical oil (or water) saturation.
|
|
const TableColumn & | getKrocritgColumn () const |
| Oil relative permeability of oil at the critical gas saturation.
|
|
const TableColumn & | getKrocritwColumn () const |
| Oil relative permeability of oil at the critical water saturation.
|
|
const TableColumn & | getColumn (const std::string &name) const |
|
const TableColumn & | getColumn (size_t colIdx) const |
|
TableColumn & | getColumn (const std::string &name) |
|
TableColumn & | getColumn (size_t colIdx) |
|
| SimpleTable (TableSchema, const std::string &tableName, const DeckItem &deckItem, const int tableID) |
|
| SimpleTable (TableSchema) |
|
void | addColumns () |
|
void | init (const std::string &tableName, const DeckItem &deckItem, const int tableID, double scaling_factor=0.0) |
| Initialize deck item.
|
|
size_t | numColumns () const |
|
size_t | numRows () const |
|
void | addRow (const std::vector< double > &row, const std::string &tableName) |
|
const TableColumn & | getColumn (const std::string &name) const |
|
const TableColumn & | getColumn (size_t colIdx) const |
|
bool | hasColumn (const std::string &name) const |
|
TableColumn & | getColumn (const std::string &name) |
|
TableColumn & | getColumn (size_t colIdx) |
|
double | get (const std::string &column, size_t row) const |
|
double | get (size_t column, size_t row) const |
|
double | evaluate (const std::string &columnName, double xPos) const |
| Evaluate a column of the table at a given position.
|
|
void | assertJFuncPressure (const bool jf) const |
| throws std::invalid_argument if jf != m_jfunc
|
|
bool | operator== (const SimpleTable &data) const |
|
template<class Serializer > |
void | serializeOp (Serializer &serializer) |
|