|
My Project
|
Type that implements "dissolved gas-oil ratio" tabulated as a function of depth policy. More...
#include <EquilibrationHelpers.hpp>
Public Member Functions | |
| RsVD (const int pvtRegionIdx, const std::vector< double > &depth, const std::vector< double > &rs) | |
| Constructor. | |
| double | operator() (const double depth, const double press, const double temp, const double satGas=0.0) const |
| Function call. | |
Type that implements "dissolved gas-oil ratio" tabulated as a function of depth policy.
Data typically taken from keyword 'RSVD'.
| Opm::EQUIL::Miscibility::RsVD< FluidSystem >::RsVD | ( | const int | pvtRegionIdx, |
| const std::vector< double > & | depth, | ||
| const std::vector< double > & | rs | ||
| ) |
Constructor.
| [in] | pvtRegionIdx | The pvt region index |
| [in] | depth | Depth nodes. |
| [in] | rs | Dissolved gas-oil ratio at depth. |
|
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.