Class that implements "dissolved gas-oil ratio" (Rs) as function of depth and pressure as follows: More...
#include <EquilibrationHelpers.hpp>
Public Member Functions | |
RsSatAtContact (const BlackoilPropertiesInterface &props, const int cell, const double p_contact, const double T_contact) | |
Constructor. More... | |
double | operator() (const double, const double press, const double temp, const double sat_gas=0.0) const |
Function call. More... | |
Class that implements "dissolved gas-oil ratio" (Rs) as function of depth and pressure as follows:
This should yield Rs-values that are constant below the contact, and decreasing above the contact.
|
inline |
Constructor.
[in] | props | property object |
[in] | cell | any cell in the pvt region |
[in] | p_contact | oil pressure at the contact |
[in] | T_contact | temperature at the contact |
|
inlinevirtual |
Function call.
[in] | depth | Depth at which to calculate RS value. |
[in] | press | Pressure at which to calculate RS value. |
[in] | temp | Temperature at which to calculate RS value. |
depth
and pressure press
. Implements Opm::EQUIL::Miscibility::RsFunction.