20 #ifndef OPM_PARSER_RWGSALT_TABLE_HPP
21 #define OPM_PARSER_RWGSALT_TABLE_HPP
37 std::vector<double> getPressureColumn()
const;
38 std::vector<double> getSaltConcentrationColumn()
const;
39 std::vector<double> getVaporizedWaterGasRatioColumn()
const;
40 const std::vector<double>& getTableValues()
const;
44 template<
class Serializer>
47 serializer(m_tableValues);
52 std::vector <double> m_tableValues;
Definition: DeckRecord.hpp:32
Definition: RwgsaltTable.hpp:29
Class for (de-)serializing.
Definition: Serializer.hpp:75
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition: Exceptions.hpp:29