20#ifndef OPM_PARSER_SKPRPOLY_TABLE_HPP
21#define OPM_PARSER_SKPRPOLY_TABLE_HPP
23#include <opm/input/eclipse/EclipseState/Tables/PolyInjTable.hpp>
35 double referenceConcentration()
const;
37 const std::vector<std::vector<double>>& getSkinPressures()
const;
41 template<
class Serializer>
44 this->PolyInjTable::serializeOp(serializer);
45 serializer(m_ref_polymer_concentration);
49 double m_ref_polymer_concentration;
Definition DeckKeyword.hpp:36
Definition PolyInjTable.hpp:44
Class for (de-)serializing.
Definition Serializer.hpp:84
Definition SkprpolyTable.hpp:28
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition Exceptions.hpp:30