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 Scalar pContact, const Scalar T_contact) | |
Constructor. | |
Scalar | operator() (const Scalar, const Scalar press, const Scalar temp, const Scalar satGas=0.0) const override |
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 Scalar | pContact, | ||
const Scalar | T_contact | ||
) |
Constructor.
[in] | pvtRegionIdx | The pvt region index |
[in] | pContact | oil pressure at the contact |
[in] | T_contact | temperature at the contact |
|
overridevirtual |
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< FluidSystem::Scalar >.