My Project
|
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 int pvtRegionIdx, const double pContact, const double T_contact) | |
Constructor. | |
double | operator() (const double, const double press, const double temp, const double satGas=0.0) const |
Function call. | |
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.
Opm::EQUIL::Miscibility::RsSatAtContact< FluidSystem >::RsSatAtContact | ( | const int | pvtRegionIdx, |
const double | pContact, | ||
const double | T_contact | ||
) |
Constructor.
[in] | pvtRegionIdx | The pvt region index |
[in] | pContact | oil pressure at the contact |
[in] | T_contact | temperature at the contact |
|
virtual |
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.