19#ifndef OPM_PARSER_SWOF_TABLE_HPP
20#define OPM_PARSER_SWOF_TABLE_HPP
22#include "SimpleTable.hpp"
28 class SwofTable :
public SimpleTable {
30 SwofTable(
const DeckItem& item,
const bool jfunc,
const int tableID );
Definition DeckItem.hpp:35
const TableColumn & getJFuncColumn() const
use this function if JFUNC is set in the deck
Definition Tables.cpp:849
Definition TableColumn.hpp:32
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition Exceptions.hpp:30