|
|
| RwgsaltTable (const DeckKeyword &keyword, size_t tableIdx) |
|
bool | operator== (const RwgsaltTable &data) const |
| | PvtxTable ()=default |
| | Default constructor.
|
| | PvtxTable (const std::string &columnName) |
| | Constructor.
|
| virtual | ~PvtxTable ()=default |
| | Virtual destructor.
|
| const SimpleTable & | getSaturatedTable () const |
| | Retrieve derived table of saturated states.
|
| const SimpleTable & | getUnderSaturatedTable (std::size_t tableNumber) const |
| | Retrieve sub-table for a single composition or pressure node.
|
| double | getArgValue (std::size_t index) const |
| | Retrieve composition/pressure node value at input point.
|
| std::size_t | size () const |
| | Number of sub-tables.
|
| auto | begin () const |
| | Start of sequence of sub-tables.
|
| auto | cbegin () const |
| | Start of sequence of sub-tables.
|
|
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.
|
| template<class Serializer> |
| void | serializeOp (Serializer &serializer) |
| | Convert between byte array and object representation.
|
|
|
static RwgsaltTable | serializationTestObject () |
| static std::size_t | numTables (const DeckKeyword &keyword) |
| | Number of complete tables in input PVTx keyword.
|
| static std::vector< std::pair< std::size_t, std::size_t > > | recordRanges (const DeckKeyword &keyword) |
| | Identify which input records pertain to which PVT regions.
|
|
static PvtxTable | serializationTestObject () |
| | Create a serialisation test object.
|
The documentation for this class was generated from the following files:
- opm/input/eclipse/EclipseState/Tables/RwgsaltTable.hpp
- opm/input/eclipse/EclipseState/Tables/Tables.cpp