19#ifndef OPM_PARSER_PVTSOL_TABLE_HPP
20#define OPM_PARSER_PVTSOL_TABLE_HPP
22#include <opm/input/eclipse/EclipseState/Tables/PvtxTable.hpp>
30 PvtsolTable() =
default;
31 PvtsolTable(
const DeckKeyword& keyword,
size_t tableIdx);
33 bool operator==(
const PvtsolTable& data)
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