|
My Project
|
Type that implements "vaporized water-gas ratio" tabulated as a function of depth policy. More...
#include <EquilibrationHelpers.hpp>
Public Member Functions | |
| RvwVD (const int pvtRegionIdx, const std::vector< Scalar > &depth, const std::vector< Scalar > &rvw) | |
| Constructor. | |
| Scalar | operator() (const Scalar depth, const Scalar press, const Scalar temp, const Scalar satWat=0.0) const override |
| Function call. | |
Type that implements "vaporized water-gas ratio" tabulated as a function of depth policy.
Data typically taken from keyword 'RVWVD'.
| Opm::EQUIL::Miscibility::RvwVD< FluidSystem >::RvwVD | ( | const int | pvtRegionIdx, |
| const std::vector< Scalar > & | depth, | ||
| const std::vector< Scalar > & | rvw | ||
| ) |
Constructor.
| [in] | pvtRegionIdx | The pvt region index |
| [in] | depth | Depth nodes. |
| [in] | rvw | Evaporized water-gasl ratio at depth. |
|
overridevirtual |
Function call.
| [in] | depth | Depth at which to calculate RVW value. |
| [in] | press | Pressure at which to calculate RVW value. |
| [in] | temp | Temperature at which to calculate RVW value. |
depth and pressure press. Implements Opm::EQUIL::Miscibility::RsFunction< FluidSystem::Scalar >.