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;
43 static PvtoTable serializationTestObject();
45 bool operator==(
const PvtoTable& data)
const;
47 std::vector<FlippedFVF> nonMonotonicSaturatedFVF()
const;
Definition DeckKeyword.hpp:36
Definition PvtoTable.hpp:32
Definition PvtxTable.hpp:113
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition Exceptions.hpp:30
Definition PvtoTable.hpp:34