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