20#ifndef OPM_PARSER_PVTGW_TABLE_HPP
21#define OPM_PARSER_PVTGW_TABLE_HPP
23#include <opm/input/eclipse/EclipseState/Tables/PvtxTable.hpp>
31 PvtgwTable() =
default;
32 PvtgwTable(
const DeckKeyword& keyword,
size_t tableIdx);
36 bool operator==(
const PvtgwTable& 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