My Project
|
Public Member Functions | |
ImkrvdTable (const DeckItem &item) | |
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. | |
![]() | |
SimpleTable (TableSchema, const DeckItem &deckItem) | |
SimpleTable (TableSchema) | |
void | addColumns () |
void | init (const DeckItem &deckItem) |
void | init (const DeckItem &deckItem, double scaling_factor) |
size_t | numColumns () const |
size_t | numRows () const |
void | addRow (const std::vector< double > &row) |
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. More... | |
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) |
Additional Inherited Members | |
![]() | |
static SimpleTable | serializeObject () |
![]() | |
TableSchema | m_schema |
OrderedMap< std::string, TableColumn > | m_columns |
bool | m_jfunc = false |