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;
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition Exceptions.hpp:30