58 template<
bool enableSolvent>
62 BrineCo2Pvt brineCo2Pvt_{};
63 BrineH2Pvt brineH2Pvt_{};
64 Co2GasPvt co2GasPvt_{};
66 SolventPvt solventPvt_{};
68 std::vector<TabulatedFunction> ssfnKrg_{};
69 std::vector<TabulatedFunction> ssfnKrs_{};
70 std::vector<TabulatedFunction> sof2Krn_{};
71 std::vector<TabulatedFunction> misc_{};
72 std::vector<TabulatedFunction> pmisc_{};
73 std::vector<TabulatedFunction> msfnKrsg_{};
74 std::vector<TabulatedFunction> msfnKro_{};
75 std::vector<TabulatedFunction> sorwmis_{};
76 std::vector<TabulatedFunction> sgcwmis_{};
78 std::vector<Scalar> tlMixParamViscosity_{};
79 std::vector<Scalar> tlMixParamDensity_{};
80 std::vector<TabulatedFunction> tlPMixTable_{};
82 bool isMiscible_ =
false;
83 bool rsSolw_active_ =
false;
100 const TabulatedFunction& msfnKrsg,
101 const TabulatedFunction& msfnKro);
constexpr auto getPropValue()
get the value data member of a property
Definition propertysystem.hh:242
void setMsfn(unsigned satRegionIdx, const TabulatedFunction &msfnKrsg, const TabulatedFunction &msfnKro)
Specify miscible relative permeability multipliers of a single region.
Definition blackoilsolventparams.cpp:315