|
opm-common
|
Public Member Functions | |
| RwgsaltTable (const DeckKeyword &keyword, size_t tableIdx) | |
| bool | operator== (const RwgsaltTable &data) const |
Public Member Functions inherited from Opm::PvtxTable | |
| PvtxTable ()=default | |
| Default constructor. More... | |
| PvtxTable (const std::string &columnName) | |
| Constructor. More... | |
| virtual | ~PvtxTable ()=default |
| Virtual destructor. More... | |
| const SimpleTable & | getSaturatedTable () const |
| Retrieve derived table of saturated states. More... | |
| const SimpleTable & | getUnderSaturatedTable (std::size_t tableNumber) const |
| Retrieve sub-table for a single composition or pressure node. More... | |
| double | getArgValue (std::size_t index) const |
| Retrieve composition/pressure node value at input point. More... | |
| std::size_t | size () const |
| Number of sub-tables. More... | |
| auto | begin () const |
| Start of sequence of sub-tables. More... | |
| auto | cbegin () const |
| Start of sequence of sub-tables. More... | |
| auto | end () const |
| End of sequence of sub-tables. | |
| auto | cend () const |
| End of sequence of sub-tables. | |
| bool | operator== (const PvtxTable &data) const |
| Equality predicate. More... | |
| template<class Serializer > | |
| void | serializeOp (Serializer &serializer) |
| Convert between byte array and object representation. More... | |
Static Public Member Functions | |
| static RwgsaltTable | serializationTestObject () |
Static Public Member Functions inherited from Opm::PvtxTable | |
| static std::size_t | numTables (const DeckKeyword &keyword) |
| Number of complete tables in input PVTx keyword. More... | |
| static std::vector< std::pair< std::size_t, std::size_t > > | recordRanges (const DeckKeyword &keyword) |
| Identify which input records pertain to which PVT regions. More... | |
| static PvtxTable | serializationTestObject () |
| Create a serialisation test object. | |
Additional Inherited Members | |
Protected Member Functions inherited from Opm::PvtxTable | |
| void | init (const DeckKeyword &keyword, std::size_t tableIdx) |
| Populate internal data structures from PVTx input table data. More... | |
Protected Attributes inherited from Opm::PvtxTable | |
| ColumnSchema | m_outerColumnSchema {} |
| Table description of primary lookup key. More... | |
| TableColumn | m_outerColumn {} |
| Primary lookup key values. | |
| TableSchema | m_underSaturatedSchema {} |
| Table description of under-saturated states. | |
| TableSchema | m_saturatedSchema {} |
| Table description of saturated states. | |
| std::vector< SimpleTable > | m_underSaturatedTables {} |
| Under-saturated sub-tables. More... | |
| SimpleTable | m_saturatedTable {} |
| Inferred table of saturated states. | |