19#ifndef OPM_PARSER_PVTO_TABLE_HPP
20#define OPM_PARSER_PVTO_TABLE_HPP
22#include <opm/input/eclipse/EclipseState/Tables/PvtxTable.hpp>
36 std::array<double, std::size_t{2}> Rs;
37 std::array<double, std::size_t{2}> Bo;
40 PvtoTable() =
default;
41 PvtoTable(
const DeckKeyword& keyword,
size_t tableIdx);
45 bool operator==(
const PvtoTable& data)
const;
47 std::vector<FlippedFVF> nonMonotonicSaturatedFVF()
const;
Definition DeckKeyword.hpp:36
static PvtxTable serializationTestObject()
Create a serialisation test object.
Definition PvtxTable.cpp:105
PvtxTable()=default
Default constructor.
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition Exceptions.hpp:30
Definition PvtoTable.hpp:34