From 11ff66a4bd90af5d60e65f2493d7caa6c0dec84e Mon Sep 17 00:00:00 2001 From: Svenn Tveit Date: Thu, 30 Jun 2022 11:24:05 +0200 Subject: [PATCH] Accommodate for Rvw implementation. See commit: 3a25016eb09b8c87d11ca172d5170b935c675bd2 --- opm/material/fluidsystems/blackoilpvt/H2GasPvt.hpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/opm/material/fluidsystems/blackoilpvt/H2GasPvt.hpp b/opm/material/fluidsystems/blackoilpvt/H2GasPvt.hpp index 5c1e0de2f..475363bfc 100644 --- a/opm/material/fluidsystems/blackoilpvt/H2GasPvt.hpp +++ b/opm/material/fluidsystems/blackoilpvt/H2GasPvt.hpp @@ -139,7 +139,8 @@ public: Evaluation viscosity(unsigned regionIdx, const Evaluation& temperature, const Evaluation& pressure, - const Evaluation& /*Rv*/) const + const Evaluation& /*Rv*/, + const Evaluation& /*Rvw*/) const { return saturatedViscosity(regionIdx, temperature, pressure); } /*! @@ -160,7 +161,8 @@ public: Evaluation inverseFormationVolumeFactor(unsigned regionIdx, const Evaluation& temperature, const Evaluation& pressure, - const Evaluation& /*Rv*/) const + const Evaluation& /*Rv*/, + const Evaluation& /*Rvw*/) const { return saturatedInverseFormationVolumeFactor(regionIdx, temperature, pressure); } /*!