|
My Project
|
Type that implements "vaporized oil-gas ratio" tabulated as a function of depth policy. More...
#include <EquilibrationHelpers.hpp>
Public Member Functions | |
| PDVD (const int pvtRegionIdx, const std::vector< Scalar > &depth, const std::vector< Scalar > &pdew) | |
| Constructor. | |
| Scalar | operator() (const Scalar depth, const Scalar cellPress, const Scalar temp, const Scalar satOil=0.0) const override |
| Function call. | |
Type that implements "vaporized oil-gas ratio" tabulated as a function of depth policy.
Data taken from keyword 'PDVD'.
| Opm::EQUIL::Miscibility::PDVD< FluidSystem >::PDVD | ( | const int | pvtRegionIdx, |
| const std::vector< Scalar > & | depth, | ||
| const std::vector< Scalar > & | pdew | ||
| ) |
Constructor.
| [in] | pvtRegionIdx | The pvt region index |
| [in] | depth | Depth nodes. |
| [in] | pbub | Dew-point pressure at depth. |
|
overridevirtual |
Function call.
| [in] | depth | Depth at which to calculate RV value. |
| [in] | cellPress | Pressure in the cell |
| [in] | temp | Temperature at which to calculate RV value. |
depth and pressure press. Implements Opm::EQUIL::Miscibility::RsFunction< FluidSystem::Scalar >.