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