19#ifndef OPM_PARSER_PVTWSALT_TABLE_HPP
20#define OPM_PARSER_PVTWSALT_TABLE_HPP
36 std::vector<double> getSaltConcentrationColumn()
const;
37 std::vector<double> getFormationVolumeFactorColumn()
const;
38 std::vector<double> getCompressibilityColumn()
const;
39 std::vector<double> getViscosityColumn()
const;
40 std::vector<double> getViscosibilityColumn()
const;
41 double getReferencePressureValue()
const;
42 double getReferenceSaltConcentrationValue()
const;
43 const std::vector<double>& getTableValues()
const;
47 template<
class Serializer>
50 serializer(m_pRefValues);
51 serializer(m_saltConsRefValues);
52 serializer(m_tableValues);
58 double m_saltConsRefValues;
59 std::vector <double> m_tableValues;
Definition: DeckRecord.hpp:32
Definition: PvtwsaltTable.hpp:28
Class for (de-)serializing.
Definition: Serializer.hpp:84
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition: Exceptions.hpp:30