|
My Project
|
Type that implements "dissolved gas-oil ratio" tabulated as a function of depth policy. More...
#include <EquilibrationHelpers.hpp>
Public Member Functions | |
| PBVD (const int pvtRegionIdx, const std::vector< double > &depth, const std::vector< double > &pbub) | |
| Constructor. | |
| double | operator() (const double depth, const double cellPress, 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 from keyword 'PBVD'.
| Opm::EQUIL::Miscibility::PBVD< FluidSystem >::PBVD | ( | const int | pvtRegionIdx, |
| const std::vector< double > & | depth, | ||
| const std::vector< double > & | pbub | ||
| ) |
Constructor.
| [in] | pvtRegionIdx | The pvt region index |
| [in] | depth | Depth nodes. |
| [in] | pbub | Bubble-point pressure at depth. |
|
virtual |
Function call.
| [in] | depth | Depth at which to calculate RS value. |
| [in] | Pressure | in the cell |
| [in] | temp | Temperature at which to calculate RS value. |
depth and pressure press. Implements Opm::EQUIL::Miscibility::RsFunction.