Accommodate for implementation of vaporized water.

See commit: e74901b63f5e5db938dfa5760c5ed72116d4451e
This commit is contained in:
Svenn Tveit
2022-04-19 15:53:16 +02:00
parent 1fe37f7b60
commit c2e0ea5721

View File

@@ -185,6 +185,15 @@ public:
const Evaluation& /*Rv*/) const
{ return 0.0; /* this is dry gas! */ }
/*!
* \brief Returns the water vaporization factor \f$R_vw\f$ [m^3/m^3] of the water phase.
*/
template <class Evaluation>
Evaluation saturatedWaterVaporizationFactor(unsigned /*regionIdx*/,
const Evaluation& /*temperature*/,
const Evaluation& /*pressure*/) const
{ return 0.0; /* this is non-humid gas! */ }
/*!
* \brief Returns the oil vaporization factor \f$R_v\f$ [m^3/m^3] of the oil phase.
*/